source:
frontend/node_modules/acorn-import-phases/src/index.d.mts
| Last change on this file was 9af201e, checked in by , 2 weeks ago | |
|---|---|
|
|
| File size: 203 bytes | |
| Line | |
|---|---|
| 1 | import { Parser } from "acorn"; |
| 2 | |
| 3 | interface Options { |
| 4 | source?: boolean; |
| 5 | defer?: boolean; |
| 6 | } |
| 7 | |
| 8 | export default function acornImportPhases(options?: Options): (BaseParser: typeof Parser) => typeof Parser; |
Note:
See TracBrowser
for help on using the repository browser.
