uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/mp/ast.d.ts

6 lines
240 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
import type { Program } from '@babel/types';
import { ParserPlugin } from '@babel/parser';
export declare function parseProgram(code: string, importer: string, { babelParserPlugins }: {
babelParserPlugins?: ParserPlugin[];
}): Program;