fkling / astexplorer

A web tool to explore the ASTs generated by various parsers.
https://astexplorer.net/
MIT License
6.05k stars 711 forks source link

windows platform build error #638

Closed deno-source closed 2 years ago

deno-source commented 2 years ago

Error message:

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1420:30-38
Can't import the named export 'tokTypes' from non EcmaScript module (only default export is available)
 @ ./src/parsers/js/acorn.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/parse.js
 @ ./src/app.js
fkling commented 2 years ago

Duplicate of #585, but thank your for the stack trace.