H5-contact/node_modules/@dcloudio/uni-cli-shared/dist/mp/ast.d.ts

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;