更新
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { Program } from '@babel/types';
|
||||
import { type ParserPlugin } from '@babel/parser';
|
||||
export declare function parseProgram(code: string, importer: string, { babelParserPlugins }: {
|
||||
babelParserPlugins?: ParserPlugin[];
|
||||
}): Program;
|
||||
Reference in New Issue
Block a user