vending-machine/mobile/node_modules/@dcloudio/uni-cli-shared/dist/mp/ast.d.ts
2026-04-03 06:07:13 +08:00

6 lines
245 B
TypeScript

import type { Program } from '@babel/types';
import { type ParserPlugin } from '@babel/parser';
export declare function parseProgram(code: string, importer: string, { babelParserPlugins }: {
babelParserPlugins?: ParserPlugin[];
}): Program;