🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue