source_get_file
Read original pre-bundling source from source maps, with automatic fallback to the loaded script and a clear indication of which source you're viewing.
Instructions
Read an original pre-bundling source file via the page's source maps. Falls back to the loaded script when no map is available, and always tells you which of the two you got, so a bundle line is never mistaken for an original one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Original file path or a suffix of it, e.g. 'components/SaveButton.tsx'. | |
| end_line | No | Last line to return (1-based). | |
| start_line | No | First line to return (1-based). |