EASYAIuniappNewUI/node_modules/@dcloudio/uni-cli-shared/dist/mp/ast.d.ts
2025-02-08 18:50:38 +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;