first
This commit is contained in:
26
node_modules/acorn/dist/acorn.d.mts
generated
vendored
Normal file
26
node_modules/acorn/dist/acorn.d.mts
generated
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
export {
|
||||
Node,
|
||||
Parser,
|
||||
Position,
|
||||
SourceLocation,
|
||||
TokContext,
|
||||
Token,
|
||||
TokenType,
|
||||
defaultOptions,
|
||||
getLineInfo,
|
||||
isIdentifierChar,
|
||||
isIdentifierStart,
|
||||
isNewLine,
|
||||
lineBreak,
|
||||
lineBreakG,
|
||||
parse,
|
||||
parseExpressionAt,
|
||||
tokContexts,
|
||||
tokTypes,
|
||||
tokenizer,
|
||||
version,
|
||||
AbstractToken,
|
||||
Comment,
|
||||
Options,
|
||||
ecmaVersion,
|
||||
} from "./acorn.js";
|
Reference in New Issue
Block a user