add lib folder
This commit is contained in:
10
lib/parser.js
Normal file
10
lib/parser.js
Normal file
@@ -0,0 +1,10 @@
|
||||
type BabelParserOptions = {
|
||||
strictMode?: boolean;
|
||||
looseModules?: boolean;
|
||||
highlightCode?: boolean;
|
||||
nonStandard?: boolean;
|
||||
sourceType?: "module" | "script";
|
||||
filename?: string;
|
||||
features?: Object;
|
||||
plugins?: Object;
|
||||
};
|
||||
Reference in New Issue
Block a user