source_list_files
List original source files from page source maps to reveal pre-bundling file paths for setting breakpoints or retrieving file contents.
Instructions
List the original source files recoverable from the page's source maps — the pre-bundling file tree. Use it to discover real file paths before calling source_get_file or setting a breakpoint on an original file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum paths to return. | |
| filter | No | Only paths containing this substring. |