芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/node_modules/sucrase/dist/types/parser/index.d.ts
import type { Token } from "./tokenizer/index"; import type { Scope } from "./tokenizer/state"; export declare class File { tokens: Array
; scopes: Array
; constructor(tokens: Array
, scopes: Array
); } export declare function parse(input: string, isJSXEnabled: boolean, isTypeScriptEnabled: boolean, isFlowEnabled: boolean): File;