fkling / astexplorer

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

Build script stuck on 89% #455

Closed RobertDeveloper closed 4 years ago

RobertDeveloper commented 4 years ago

Describe the bug Build script stuck on 89%

To Reproduce git clone https://github.com/fkling/astexplorer.git astexplorer cd .\astexplorer\website\ yarn install yarn run build

Browser:

Expected behavior Build successful

Got

PS C:\data\WebstormProjects> git clone https://github.com/fkling/astexplorer.git astexplorer                                                                                                 Cloning into 'astexplorer'...
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 5840 (delta 0), reused 0 (delta 0), pack-reused 5831
Receiving objects: 100% (5840/5840), 10.12 MiB | 4.67 MiB/s, done.
Resolving deltas: 100% (4004/4004), done.
PS C:\data\WebstormProjects> cd .\astexplorer\website\                                                                                                                                       PS C:\data\WebstormProjects\astexplorer\website> yarn install                                                                                                                                yarn install v1.19.1
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.2.9: The platform "win32" is incompatible with this module.
info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > @typescript-eslint/parser@1.13.0" has incorrect peer dependency "eslint@^5.0.0".
warning "codemirror-graphql > graphql-language-service-interface@1.3.2" has incorrect peer dependency "graphql@^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0".
warning "codemirror-graphql > graphql-language-service-interface > graphql-config@2.0.1" has incorrect peer dependency "graphql@^0.11.0 || ^0.12.0 || ^0.13.0".
warning "codemirror-graphql > graphql-language-service-interface > graphql-language-service-utils@1.2.2" has incorrect peer dependency "graphql@^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0".
warning "codemirror-graphql > graphql-language-service-interface > graphql-config > graphql-import@0.4.5" has incorrect peer dependency "graphql@^0.11.0 || ^0.12.0 || ^0.13.0".
[4/4] Building fresh packages...
Done in 64.61s.
PS C:\data\WebstormProjects\astexplorer\website> yarn run build                                                                                                                              yarn run v1.19.1
$ rimraf ../out/* && cross-env NODE_ENV=production webpack --mode=production
  build [=============       ] 65%[BABEL] Note: The code generator has deoptimised the styling of C:\data\WebstormProjects\astexplorer\website\node_modules\prettier\standalone.js as it exceeds the max of 500KB.
[BABEL] Note: The code generator has deoptimised the styling of C:\data\WebstormProjects\astexplorer\website\node_modules\svelte\compiler.js as it exceeds the max of 500KB.
  build [==================  ] 89%

and stuck...

How can I fix it?

fkling commented 4 years ago

How long are you waiting? Build time can easily take > 20min. If you just want to test changes, use yarn watch instead.

RobertDeveloper commented 4 years ago

You are right. Build completed in 1405s But I got long list of errors How can I fix it?

yarn run build
yarn run v1.19.1
$ rimraf ../out/* && cross-env NODE_ENV=production webpack --mode=production
  build [====                ] 20%[BABEL] Note: The code generator has deoptimised the styling of C:\data\astexplorer\website\node_modules\prettier\standalone.js as it exceeds the max of 500KB.
  build [=============       ] 65%[BABEL] Note: The code generator has deoptimised the styling of C:\data\astexplorer\website\node_modules\svelte\compiler.js as it exceeds the max of 500KB.
Build completed in 1405.987s

Hash: 36de61598138428bbf70
Version: webpack 4.39.3
Time: 1405992ms
Built at: 2019-11-08 11:20:58
 98 assets
Entrypoint app = runtime-bc2039a988d8c889e1e3-27.js app-a058d3b71e1a538e5754-27.css app-d5b6fa12e6b96e7363bf-27.js
[/mte] ./src/containers/PasteDropTargetContainer.js 777 bytes {14} [built]
[/nVi] ./css/style.css 39 bytes {14} [built]
[5Vml] ./src/containers/SettingsDialogContainer.js 1.05 KiB {14} [built]
[5obP] ./src/storage/parse.js 5.64 KiB {14} [built]
[ERIh] ./src/app.js 5.04 KiB {14} [built]
[Ehmz] ./src/containers/ErrorMessageContainer.js 802 bytes {14} [built]
[Foq9] ./src/containers/ToolbarContainer.js 2.69 KiB {14} [built]
[IMrR] ./src/utils/debounce.js 624 bytes {14} [built]
[L4dt] ./src/store/parserMiddleware.js 2.9 KiB {14} [built]
[LTuh] ./src/containers/ASTOutputContainer.js 727 bytes {14} [built]
[RA28] ./src/storage/gist.js 6.58 KiB {14} [built]
[RCJa] ./src/containers/LoadingIndicatorContainer.js 597 bytes {14} [built]
[Sl1E] ./src/store/reducers.js 14.3 KiB {14} [built]
[Y+Aq] ./src/store/actions.js 7.02 KiB {14} [built]
[d3et] ./src/store/selectors.js 4.01 KiB {14} [built]
    + 3878 hidden modules

WARNING in ./node_modules/source-map-support/node_modules/source-map/lib/source-map/source-map-generator.js 8:45-52
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
 @ ./node_modules/source-map-support/node_modules/source-map/lib/source-map.js
 @ ./node_modules/source-map-support/source-map-support.js
 @ ./node_modules/typescript/lib/typescript.js
 @ ./src/parsers/js/typescript.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/source-map-support/node_modules/source-map/lib/source-map/source-node.js 8:45-52
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
 @ ./node_modules/source-map-support/node_modules/source-map/lib/source-map.js
 @ ./node_modules/source-map-support/source-map-support.js
 @ ./node_modules/typescript/lib/typescript.js
 @ ./src/parsers/js/typescript.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/source-map-support/node_modules/source-map/lib/source-map/source-map-consumer.js 8:45-52
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
 @ ./node_modules/source-map-support/node_modules/source-map/lib/source-map.js
 @ ./node_modules/source-map-support/source-map-support.js
 @ ./node_modules/typescript/lib/typescript.js
 @ ./src/parsers/js/typescript.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/traceur/bin/traceur.js (./node_modules/exports-loader?traceur!./node_modules/traceur/bin/traceur.js) 26415:45-52
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
 @ ./src/parsers/js/traceur.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/traceur/bin/traceur.js (./node_modules/exports-loader?traceur!./node_modules/traceur/bin/traceur.js) 26618:45-52
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
 @ ./src/parsers/js/traceur.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/traceur/bin/traceur.js (./node_modules/exports-loader?traceur!./node_modules/traceur/bin/traceur.js) 26666:45-52
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
 @ ./src/parsers/js/traceur.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/traceur/bin/traceur.js (./node_modules/exports-loader?traceur!./node_modules/traceur/bin/traceur.js) 26690:45-52
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
 @ ./src/parsers/js/traceur.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/traceur/bin/traceur.js (./node_modules/exports-loader?traceur!./node_modules/traceur/bin/traceur.js) 26743:45-52
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
 @ ./src/parsers/js/traceur.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/traceur/bin/traceur.js (./node_modules/exports-loader?traceur!./node_modules/traceur/bin/traceur.js) 26772:45-52
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
 @ ./src/parsers/js/traceur.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/traceur/bin/traceur.js (./node_modules/exports-loader?traceur!./node_modules/traceur/bin/traceur.js) 26815:45-52
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
 @ ./src/parsers/js/traceur.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/traceur/bin/traceur.js (./node_modules/exports-loader?traceur!./node_modules/traceur/bin/traceur.js) 27063:45-52
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
 @ ./src/parsers/js/traceur.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/traceur/bin/traceur.js (./node_modules/exports-loader?traceur!./node_modules/traceur/bin/traceur.js) 27348:45-52
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
 @ ./src/parsers/js/traceur.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/babel-plugin-macros/dist/index.js 101:43-50
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
 @ ./src/parsers/js/transformers/babel-plugin-macros/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/try-resolve/index.js 5:24-31
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
 @ ./node_modules/babel5/node_modules/babel-core/lib/transformation/file/plugin-manager.js
 @ ./node_modules/babel5/node_modules/babel-core/lib/transformation/pipeline.js
 @ ./node_modules/babel5/node_modules/babel-core/lib/api/node.js
 @ ./node_modules/babel5/node_modules/babel-core/index.js
 @ ./node_modules/babel5/index.js
 @ ./src/parsers/js/transformers/babel/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/babel-core/lib/transformation/file/options/option-manager.js 178:19-37
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/babel-core/lib/api/node.js
 @ ./node_modules/babel-core/index.js
 @ ./src/parsers/transpilers/babel.js
 @ ./src/parsers/handlebars/transformers/glimmer-compiler/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/babel-core/lib/transformation/file/options/option-manager.js 296:16-34
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/babel-core/lib/api/node.js
 @ ./node_modules/babel-core/index.js
 @ ./src/parsers/transpilers/babel.js
 @ ./src/parsers/handlebars/transformers/glimmer-compiler/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/babel-core/lib/transformation/file/index.js 468:24-39
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/babel-core/lib/api/node.js
 @ ./node_modules/babel-core/index.js
 @ ./src/parsers/transpilers/babel.js
 @ ./src/parsers/handlebars/transformers/glimmer-compiler/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/babel-core/lib/transformation/file/index.js 667:16-34
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/babel-core/lib/api/node.js
 @ ./node_modules/babel-core/index.js
 @ ./src/parsers/transpilers/babel.js
 @ ./src/parsers/handlebars/transformers/glimmer-compiler/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/tslint/lib/ruleLoader.js 123:19-66
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/tslint/lib/index.js
 @ ./src/parsers/js/transformers/tslint/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/tslint/lib/ruleLoader.js 128:9-30
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/tslint/lib/index.js
 @ ./src/parsers/js/transformers/tslint/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/tslint/lib/formatterLoader.js 80:17-47
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/tslint/lib/index.js
 @ ./src/parsers/js/transformers/tslint/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/tslint/lib/formatterLoader.js 86:9-26
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/tslint/lib/index.js
 @ ./src/parsers/js/transformers/tslint/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/tslint/lib/formatterLoader.js 98:12-33
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/tslint/lib/index.js
 @ ./src/parsers/js/transformers/tslint/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/tslint/lib/formatterLoader.js 104:9-21
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/tslint/lib/index.js
 @ ./src/parsers/js/transformers/tslint/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/tslint/lib/configuration.js 238:24-41
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/tslint/lib/index.js
 @ ./src/parsers/js/transformers/tslint/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/tslint/lib/configuration.js 272:28-53
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/tslint/lib/index.js
 @ ./src/parsers/js/transformers/tslint/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/traceur/bin/traceur.js (./node_modules/exports-loader?traceur!./node_modules/traceur/bin/traceur.js) 1046:38-99
Critical dependency: the request of a dependency is an expression
 @ ./src/parsers/js/traceur.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/traceur/bin/traceur.js (./node_modules/exports-loader?traceur!./node_modules/traceur/bin/traceur.js) 1046:102-123
Critical dependency: the request of a dependency is an expression
 @ ./src/parsers/js/traceur.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/import-fresh/index.js 28:8-25
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/cosmiconfig/dist/loaders.js
 @ ./node_modules/cosmiconfig/dist/index.js
 @ ./node_modules/babel-plugin-macros/dist/index.js
 @ ./src/parsers/js/transformers/babel-plugin-macros/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/babel5/node_modules/babel-core/lib/transformation/file/index.js 537:33-45
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/babel5/node_modules/babel-core/lib/api/node.js
 @ ./node_modules/babel5/node_modules/babel-core/index.js
 @ ./node_modules/babel5/index.js
 @ ./src/parsers/js/transformers/babel/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/babel5/node_modules/babel-core/lib/transformation/file/plugin-manager.js 141:19-31
Critical dependency: the request of a dependency is an expression
 @ ./node_modules/babel5/node_modules/babel-core/lib/transformation/pipeline.js
 @ ./node_modules/babel5/node_modules/babel-core/lib/api/node.js
 @ ./node_modules/babel5/node_modules/babel-core/index.js
 @ ./node_modules/babel5/index.js
 @ ./src/parsers/js/transformers/babel/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/traceur/bin/traceur.js (./node_modules/exports-loader?traceur!./node_modules/traceur/bin/traceur.js)
Module not found: Error: Can't resolve 'vertx' in 'C:\data\astexplorer\website\node_modules\traceur\bin'
 @ ./node_modules/traceur/bin/traceur.js (./node_modules/exports-loader?traceur!./node_modules/traceur/bin/traceur.js)
 @ ./src/parsers/js/traceur.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/tslint/lib/configs/all.d.ts 17:7
Module parse failed: Unexpected token (17:7)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|  * limitations under the License.
|  */
> export declare const rules: {
|     "adjacent-overload-signatures": boolean;
|     "ban-types": {
 @ ./node_modules/tslint/lib/configs sync ^\.\/.*$ ./all.d.ts
 @ ./node_modules/tslint/lib/configuration.js
 @ ./node_modules/tslint/lib/index.js
 @ ./src/parsers/js/transformers/tslint/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/tslint/lib/configs/recommended.d.ts 17:7
Module parse failed: Unexpected token (17:7)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|  * limitations under the License.
|  */
> export declare const rules: {
|     "adjacent-overload-signatures": boolean;
|     align: {
 @ ./node_modules/tslint/lib/configs sync ^\.\/.*$ ./recommended.d.ts
 @ ./node_modules/tslint/lib/configuration.js
 @ ./node_modules/tslint/lib/index.js
 @ ./src/parsers/js/transformers/tslint/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in ./node_modules/tslint/lib/configs/latest.d.ts 17:7
Module parse failed: Unexpected token (17:7)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|  * limitations under the License.
|  */
> export declare const rules: {
|     align: {
|         options: string[];
 @ ./node_modules/tslint/lib/configs sync ^\.\/.*$ ./latest.d.ts
 @ ./node_modules/tslint/lib/configuration.js
 @ ./node_modules/tslint/lib/index.js
 @ ./src/parsers/js/transformers/tslint/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in C:/Data/astexplorer/website/node_modules/base64-js/index.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* C:\Data\astexplorer\website\node_modules\base64-js\index.js
    Used by 1 module(s), i. e.
    C:\Data\astexplorer\website\node_modules\buffer\index.js
* C:\data\astexplorer\website\node_modules\base64-js\index.js
    Used by 1 module(s), i. e.
    C:\data\astexplorer\website\node_modules\buffer\index.js
 @ C:/Data/astexplorer/website/node_modules/base64-js/index.js
 @ C:/Data/astexplorer/website/node_modules/buffer/index.js
 @ ./node_modules/yaml-ast-parser/dist/src/type/binary.js
 @ ./node_modules/yaml-ast-parser/dist/src/schema/default_safe.js
 @ ./node_modules/yaml-ast-parser/dist/src/loader.js
 @ ./node_modules/yaml-ast-parser/dist/src/index.js
 @ ./src/parsers/yaml/yaml-ast-parser.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in C:/Data/astexplorer/website/node_modules/buffer/index.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* C:\Data\astexplorer\website\node_modules\buffer\index.js
    Used by 21 module(s), i. e.
    C:\data\astexplorer\website\node_modules\yaml-ast-parser\dist\src\type\binary.js
* C:\data\astexplorer\website\node_modules\buffer\index.js
    Used by 7 module(s), i. e.
    C:\data\astexplorer\website\node_modules\postcss\lib\map-generator.js
 @ C:/Data/astexplorer/website/node_modules/buffer/index.js
 @ ./node_modules/yaml-ast-parser/dist/src/type/binary.js
 @ ./node_modules/yaml-ast-parser/dist/src/schema/default_safe.js
 @ ./node_modules/yaml-ast-parser/dist/src/loader.js
 @ ./node_modules/yaml-ast-parser/dist/src/index.js
 @ ./src/parsers/yaml/yaml-ast-parser.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in C:/Data/astexplorer/website/node_modules/ieee754/index.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* C:\Data\astexplorer\website\node_modules\ieee754\index.js
    Used by 1 module(s), i. e.
    C:\Data\astexplorer\website\node_modules\buffer\index.js
* C:\data\astexplorer\website\node_modules\ieee754\index.js
    Used by 1 module(s), i. e.
    C:\data\astexplorer\website\node_modules\buffer\index.js
 @ C:/Data/astexplorer/website/node_modules/ieee754/index.js
 @ C:/Data/astexplorer/website/node_modules/buffer/index.js
 @ ./node_modules/yaml-ast-parser/dist/src/type/binary.js
 @ ./node_modules/yaml-ast-parser/dist/src/schema/default_safe.js
 @ ./node_modules/yaml-ast-parser/dist/src/loader.js
 @ ./node_modules/yaml-ast-parser/dist/src/index.js
 @ ./src/parsers/yaml/yaml-ast-parser.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in C:/Data/astexplorer/website/node_modules/inherits/inherits_browser.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* C:\Data\astexplorer\website\node_modules\inherits\inherits_browser.js
    Used by 39 module(s), i. e.
    C:\Data\astexplorer\website\node_modules\create-hash\browser.js
* C:\data\astexplorer\website\node_modules\inherits\inherits_browser.js
    Used by 3 module(s), i. e.
    C:\data\astexplorer\website\node_modules\unherit\index.js
 @ C:/Data/astexplorer/website/node_modules/inherits/inherits_browser.js
 @ C:/Data/astexplorer/website/node_modules/create-hash/browser.js
 @ C:/Data/astexplorer/website/node_modules/browserify-sign/browser/index.js
 @ C:/Data/astexplorer/website/node_modules/crypto-browserify/index.js
 @ ./node_modules/typescript/lib/typescript.js
 @ ./src/parsers/js/typescript.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in C:/Data/astexplorer/website/node_modules/isarray/index.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* C:\Data\astexplorer\website\node_modules\isarray\index.js
    Used by 2 module(s), i. e.
    C:\Data\astexplorer\website\node_modules\readable-stream\lib\_stream_readable.js
* C:\data\astexplorer\website\node_modules\isarray\index.js
    Used by 1 module(s), i. e.
    C:\data\astexplorer\website\node_modules\buffer\index.js
 @ C:/Data/astexplorer/website/node_modules/isarray/index.js
 @ C:/Data/astexplorer/website/node_modules/readable-stream/lib/_stream_readable.js
 @ C:/Data/astexplorer/website/node_modules/readable-stream/readable-browser.js
 @ C:/Data/astexplorer/website/node_modules/stream-browserify/index.js
 @ C:/Data/astexplorer/website/node_modules/cipher-base/index.js
 @ C:/Data/astexplorer/website/node_modules/create-hash/browser.js
 @ C:/Data/astexplorer/website/node_modules/browserify-sign/browser/index.js
 @ C:/Data/astexplorer/website/node_modules/crypto-browserify/index.js
 @ ./node_modules/typescript/lib/typescript.js
 @ ./src/parsers/js/typescript.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in C:/Data/astexplorer/website/node_modules/node-libs-browser/mock/empty.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* C:\Data\astexplorer\website\node_modules\node-libs-browser\mock\empty.js
    Used by 41 module(s), i. e.
    C:\data\astexplorer\website\node_modules\solidity-parser-antlr\dist\tokens.js
* C:\data\astexplorer\website\node_modules\node-libs-browser\mock\empty.js
    Used by 2 module(s), i. e.
    C:\data\astexplorer\website\node_modules\babel-loader\lib\index.js??ref--5!C:\data\astexplorer\website\node_modules\eslint\lib\api.js
 @ C:/Data/astexplorer/website/node_modules/node-libs-browser/mock/empty.js
 @ ./node_modules/solidity-parser-antlr/dist/tokens.js
 @ ./node_modules/solidity-parser-antlr/dist/index.js
 @ ./src/parsers/solididy/solidity-parser-antlr.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in C:/Data/astexplorer/website/node_modules/object-assign/index.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* C:\Data\astexplorer\website\node_modules\object-assign\index.js
    Used by 1 module(s), i. e.
    C:\Data\astexplorer\website\node_modules\assert\assert.js
* C:\data\astexplorer\website\node_modules\object-assign\index.js
    Used by 7 module(s), i. e.
    C:\data\astexplorer\website\node_modules\react\cjs\react.production.min.js
 @ C:/Data/astexplorer/website/node_modules/object-assign/index.js
 @ C:/Data/astexplorer/website/node_modules/assert/assert.js
 @ ./node_modules/eslint2/node_modules/eslint/lib/eslint.js
 @ ./node_modules/eslint2/index.js
 @ ./src/parsers/js/transformers/eslint2/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in C:/Data/astexplorer/website/node_modules/process/browser.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* C:\Data\astexplorer\website\node_modules\process\browser.js
    Used by 10 module(s), i. e.
    C:\Data\astexplorer\website\node_modules\path-browserify\index.js
* C:\data\astexplorer\website\node_modules\process\browser.js
    Used by 77 module(s), i. e.
    C:\data\astexplorer\website\node_modules\babel-loader\lib\index.js??ref--5!C:\data\astexplorer\website\node_modules\recast\main.js
 @ C:/Data/astexplorer/website/node_modules/process/browser.js
 @ C:/Data/astexplorer/website/node_modules/path-browserify/index.js
 @ ./node_modules/postcss/lib/input.js
 @ ./node_modules/postcss/lib/parse.js
 @ ./src/parsers/css/postcss.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in C:/Data/astexplorer/website/node_modules/setimmediate/setImmediate.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* C:\Data\astexplorer\website\node_modules\setimmediate\setImmediate.js
    Used by 1 module(s), i. e.
    C:\Data\astexplorer\website\node_modules\timers-browserify\main.js
* C:\data\astexplorer\website\node_modules\setimmediate\setImmediate.js
    Used by 1 module(s), i. e.
    C:\data\astexplorer\website\node_modules\timers-browserify\main.js
 @ C:/Data/astexplorer/website/node_modules/setimmediate/setImmediate.js
 @ C:/Data/astexplorer/website/node_modules/timers-browserify/main.js
 @ C:/Data/astexplorer/website/node_modules/readable-stream/lib/_stream_writable.js
 @ C:/Data/astexplorer/website/node_modules/readable-stream/writable-browser.js
 @ C:/Data/astexplorer/website/node_modules/stream-browserify/index.js
 @ C:/Data/astexplorer/website/node_modules/cipher-base/index.js
 @ C:/Data/astexplorer/website/node_modules/create-hash/browser.js
 @ C:/Data/astexplorer/website/node_modules/browserify-sign/browser/index.js
 @ C:/Data/astexplorer/website/node_modules/crypto-browserify/index.js
 @ ./node_modules/typescript/lib/typescript.js
 @ ./src/parsers/js/typescript.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in C:/Data/astexplorer/website/node_modules/timers-browserify/main.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* C:\Data\astexplorer\website\node_modules\timers-browserify\main.js
    Used by 1 module(s), i. e.
    C:\Data\astexplorer\website\node_modules\readable-stream\lib\_stream_writable.js
* C:\data\astexplorer\website\node_modules\timers-browserify\main.js
    Used by 2 module(s), i. e.
    C:\data\astexplorer\website\node_modules\exports-loader\index.js?traceur!C:\data\astexplorer\website\node_modules\traceur\bin\traceur.js
 @ C:/Data/astexplorer/website/node_modules/timers-browserify/main.js
 @ C:/Data/astexplorer/website/node_modules/readable-stream/lib/_stream_writable.js
 @ C:/Data/astexplorer/website/node_modules/readable-stream/writable-browser.js
 @ C:/Data/astexplorer/website/node_modules/stream-browserify/index.js
 @ C:/Data/astexplorer/website/node_modules/cipher-base/index.js
 @ C:/Data/astexplorer/website/node_modules/create-hash/browser.js
 @ C:/Data/astexplorer/website/node_modules/browserify-sign/browser/index.js
 @ C:/Data/astexplorer/website/node_modules/crypto-browserify/index.js
 @ ./node_modules/typescript/lib/typescript.js
 @ ./src/parsers/js/typescript.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in (webpack)/buildin/global.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* C:\Data\astexplorer\website\node_modules\webpack\buildin\global.js
    Used by 11 module(s), i. e.
    C:\Data\astexplorer\website\node_modules\assert\assert.js
* C:\data\astexplorer\website\node_modules\webpack\buildin\global.js
    Used by 47 module(s), i. e.
    C:\data\astexplorer\website\node_modules\babel-loader\lib\index.js??ref--5!C:\data\astexplorer\website\src\app.js
 @ (webpack)/buildin/global.js
 @ C:/Data/astexplorer/website/node_modules/assert/assert.js
 @ ./node_modules/eslint2/node_modules/eslint/lib/eslint.js
 @ ./node_modules/eslint2/index.js
 @ ./src/parsers/js/transformers/eslint2/index.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

WARNING in (webpack)/buildin/module.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* C:\Data\astexplorer\website\node_modules\webpack\buildin\module.js
    Used by 2 module(s), i. e.
    C:\Data\astexplorer\website\node_modules\bn.js\lib\bn.js
* C:\data\astexplorer\website\node_modules\webpack\buildin\module.js
    Used by 23 module(s), i. e.
    C:\data\astexplorer\website\node_modules\pubsub-js\src\pubsub.js
 @ (webpack)/buildin/module.js
 @ C:/Data/astexplorer/website/node_modules/bn.js/lib/bn.js
 @ C:/Data/astexplorer/website/node_modules/diffie-hellman/lib/dh.js
 @ C:/Data/astexplorer/website/node_modules/diffie-hellman/browser.js
 @ C:/Data/astexplorer/website/node_modules/crypto-browserify/index.js
 @ ./node_modules/typescript/lib/typescript.js
 @ ./src/parsers/js/typescript.js
 @ ./src/parsers sync ^\.\/(?!utils|transpilers)[^/]+\/(transformers\/([^/]+)\/)?(codeExample\.txt|[^/]+?\.js)$
 @ ./src/parsers/index.js
 @ ./src/storage/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 28:13-17
Can't import the named export 'Node' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 37:15-19
Can't import the named export 'Node' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 39:15-19
Can't import the named export 'Node' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 173:25-31
Can't import the named export 'Parser' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 16:23-37
Can't import the named export 'SourceLocation' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 250:30-44
Can't import the named export 'SourceLocation' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 207:17-22
Can't import the named export 'Token' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1368:0-14
Can't import the named export 'defaultOptions' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 252:12-23
Can't import the named export 'getLineInfo' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 253:12-23
Can't import the named export 'getLineInfo' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 289:59-70
Can't import the named export 'getLineInfo' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 122:37-46
Can't import the named export 'isNewLine' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 178:59-68
Can't import the named export 'isNewLine' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 236:40-49
Can't import the named export 'isNewLine' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 96:4-13
Can't import the named export 'lineBreak' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 269:26-36
Can't import the named export 'lineBreakG' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 271:20-30
Can't import the named export 'lineBreakG' 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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 11:32-40
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 61:21-29
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 87:27-35
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 91:45-53
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 95:27-35
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 95:61-69
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 100:18-26
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 136:54-62
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 201:29-37
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 205:25-33
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 216:51-59
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 220:51-59
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 225:18-26
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 247:69-77
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 291:27-35
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 302:16-24
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 307:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 307:29-37
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 309:32-40
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 313:37-45
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 318:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 323:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 326:25-33
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 330:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 335:16-24
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 336:26-34
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 338:35-43
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 338:70-78
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 340:65-73
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 341:63-71
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 349:26-34
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 350:61-69
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 357:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 361:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 365: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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 368:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 370:17-25
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 374:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 380:16-24
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 383:24-32
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 384:28-36
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 384:64-72
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 385:39-47
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 392:20-28
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 404:13-21
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 407:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 413:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 417:26-34
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 420:19-27
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 422:20-28
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 429: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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 433:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 434:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 437:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 443:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 449:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 452:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 456:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 459:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 460:68-76
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 468:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 480:28-36
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 482:29-37
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 482:85-93
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 497:14-22
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 500:22-30
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 503:11-19
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 510:15-23
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 510:51-59
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 511:15-23
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 511:51-59
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 513:14-22
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 519:31-39
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 524:14-22
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 536:25-33
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 538:20-28
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 551:24-32
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 554:29-37
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 559:11-19
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 561:22-30
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 566:29-37
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 569:95-103
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 571:27-35
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 571:64-72
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 573:29-37
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 579:93-101
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 582:62-70
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 589:26-34
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 589:63-71
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 606:16-24
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 621: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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 626:24-32
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 641:15-23
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 645:15-23
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 648:26-34
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 653:33-41
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 677:24-32
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 682:26-34
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 686:15-23
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 689:66-74
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 698:24-32
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 706:13-21
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 708:24-32
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 710:19-27
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 721:15-23
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 723:13-21
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 733:11-19
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 735:22-30
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 743:13-21
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 745:11-19
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 771:24-32
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 774:20-28
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 782:14-22
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 785:14-22
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 793:76-84
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 797:31-39
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 808:36-44
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 819:15-23
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 823:33-41
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 838:50-58
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 865:60-68
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 873:31-39
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 890:28-36
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 909:28-36
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 917:17-25
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 926:33-41
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 934:18-26
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 936:45-53
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 937:40-48
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 938:38-46
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 944:33-41
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 958:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 959:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 960:33-41
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 965:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 970:19-27
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 972:28-36
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 977:20-28
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 979:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 988:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 988:26-34
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 992:26-34
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 996:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 996:28-36
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 996:49-57
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 998:35-43
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 998:77-85
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1003:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1007:16-24
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1008:17-25
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1022:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1024:39-47
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1027:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1030:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1033:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1038:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1041:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1044:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1060:7-15
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1069:35-43
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1076:48-56
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1083:24-32
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1084:40-48
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1095:24-32
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1107:32-40
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1120:20-28
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1130:14-22
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1139:11-19
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1141:22-30
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1143:50-58
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1146:15-23
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1153:29-37
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1158:62-70
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1163:93-101
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1164:17-25
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1167:67-75
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1167:104-112
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1173:34-42
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1173:70-78
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1173:107-115
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1180:21-29
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1195:13-21
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1198:16-24
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1209:17-25
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1212:18-26
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1218:31-39
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1218:65-73
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1223:24-32
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1227:31-39
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1290: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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1319:38-46
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1336:17-25
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/gist.js
 @ ./src/app.js

ERROR in ./node_modules/acorn-loose/dist/acorn-loose.mjs 1347:13-21
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/gist.js
 @ ./src/app.js
Child html-webpack-plugin for "index.html":
     1 asset
    Entrypoint undefined = index.html
    [8XHo] ./node_modules/html-webpack-plugin/lib/loader.js!./index.ejs 1.52 KiB {0} [built]
        + 3 hidden modules
Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--6-1!node_modules/postcss-loader/src/index.js!css/style.css:
    Entrypoint mini-css-extract-plugin = *
    [0HK3] ./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/src!./css/highlight.css 4.32 KiB {0} [built]
    [B5JS] ./fontcustom/fontcustom_16162f150d3b19ba44cc2e51f284fbcd.eot 82 bytes {0} [built]
    [PiSq] ./fontcustom/fontcustom_16162f150d3b19ba44cc2e51f284fbcd.svg 82 bytes {0} [built]
    [QZZ0] ./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/src!./fontcustom/fontcustom.css 2.24 KiB {0} [built]
    [VyEr] ./fontcustom/fontcustom_16162f150d3b19ba44cc2e51f284fbcd.woff 4.13 KiB {0} [built]
    [mGhM] ./fontcustom/fontcustom_16162f150d3b19ba44cc2e51f284fbcd.woff2 3.3 KiB {0} [built]
    [sTIO] ./node_modules/css-loader??ref--6-1!./node_modules/postcss-loader/src!./css/style.css 10.9 KiB {0} [built]
    [z1WH] ./fontcustom/fontcustom_16162f150d3b19ba44cc2e51f284fbcd.ttf 82 bytes {0} [built]
        + 11 hidden modules
Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--6-1!node_modules/postcss-loader/src/index.js!node_modules/codemirror/addon/hint/show-hint.css:
    Entrypoint mini-css-extract-plugin = *
       2 modules
Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--6-1!node_modules/postcss-loader/src/index.js!node_modules/codemirror/addon/tern/tern.css:
    Entrypoint mini-css-extract-plugin = *
       2 modules
Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--6-1!node_modules/postcss-loader/src/index.js!src/components/visualization/css/tree.css:
    Entrypoint mini-css-extract-plugin = *
       2 modules
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
fkling commented 4 years ago

I have not seen these errors before. Is this on a clean checkout or did you make any changes?

RobertDeveloper commented 4 years ago

Clean checkout

RobertDeveloper commented 4 years ago

I tried yarn check and got some errors. Does it matter?

yarn check
info fsevents@1.2.9: The platform "win32" is incompatible with this module.
info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation.
error "ajv" is wrong version: expected "5.5.2", got "6.10.2"
error "graphql-config#graphql@^0.11.0 || ^0.12.0 || ^0.13.0" doesn't satisfy found match of "graphql@14.5.4"
warning "@mdx-js/mdx##@babel/plugin-syntax-jsx@7.2.0" could be deduped from "7.2.0" to "@babel\\plugin-syntax-jsx@7.2.0"warning "@mdx-js/mdx##@babel/plugin-syntax-object-rest-spread@7.2.0" could be deduped from "7.2.0" to "@babel\\plugin-syntax-object-rest-spread@7.2.0"
error "@typescript-eslint/parser##eslint@^5.0.0" doesn't satisfy found match of "eslint@4.19.1"
error "webpack#ajv" not installed
error "ajv#fast-deep-equal" is wrong version: expected "1.1.0", got "2.0.1"
error "ajv#json-schema-traverse" is wrong version: expected "0.3.1", got "0.4.1"
warning "@mdx-js/mdx#remark-mdx#@babel/plugin-syntax-jsx@7.2.0" could be deduped from "7.2.0" to "@babel\\plugin-syntax-jsx@7.2.0"
warning "@mdx-js/mdx#@babel/plugin-syntax-jsx##@babel/core@^7.0.0-0" could be deduped from "7.6.0" to "@babel\\core@7.6.0"
warning "@mdx-js/mdx#@babel/plugin-syntax-object-rest-spread##@babel/core@^7.0.0-0" could be deduped from "7.6.0" to "@babel\\core@7.6.0"
warning "@babel/preset-env#@babel/plugin-syntax-object-rest-spread##@babel/core@^7.0.0-0" could be deduped from "7.6.0" to "@babel\\core@7.6.0"
warning "table#ajv-keywords#ajv@>=4.10.0" could be deduped from "6.10.2" to "ajv@6.10.2"
error "graphql-config#graphql-import#graphql@^0.11.0 || ^0.12.0 || ^0.13.0" doesn't satisfy found match of "graphql@14.5.4"
error "codemirror-graphql#graphql-language-service-interface#graphql@^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" doesn't satisfy found match of "graphql@14.5.4"
error "schema-utils#ajv" not installed
error "webpack#ajv#fast-deep-equal" not installed
error "webpack#ajv#json-schema-traverse" not installed
warning "remark-mdx#@babel/plugin-syntax-jsx##@babel/core@^7.0.0-0" could be deduped from "7.6.0" to "@babel\\core@7.6.0"
warning "@babel/plugin-transform-react-jsx-self#@babel/plugin-syntax-jsx##@babel/core@^7.0.0-0" could be deduped from "7.6.0" to "@babel\\core@7.6.0"
error "schema-utils#ajv-errors" not installed
error "graphql-language-service-interface#graphql-language-service-utils#graphql@^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" doesn't satisfy found match of "graphql@14.5.4"
error "schema-utils#ajv#fast-deep-equal" not installed
error "schema-utils#ajv#json-schema-traverse" not installed
info Found 9 warnings.
error Found 15 errors.
info Visit https://yarnpkg.com/en/docs/cli/check for documentation about this command.
SquishyPandaDev commented 4 years ago

Encountering the same problem of yarn build failing

OS: Win 10

Clean checkout and directory

Attached logs for build yarn-build.txt

RobertDeveloper commented 4 years ago

I fixed the problem.

git clone https://github.com/fkling/astexplorer.git astexplorer
cd .\astexplorer\website
yarn install
rm .\src\parsers\js\acorn.js
rm .\src\parsers\js\acorn-to-esprima.js
yarn run build

Build completed in 2544.287s

blaster151 commented 3 years ago

Wow, thanks SO MUCH for the fix - I ran into this on 8/25/2021, still an issue.

EasyVector commented 2 years ago

Just add this code to webpack.config.js

module.exports = Object.assign({
  module: {
    rules: [
      ....
      // Some of MikroORM's dependencies use mjs files, so let's set them up here.
      {
        test: /\.mjs$/,
        include: /node_modules/,
        type: 'javascript/auto',
      }
     ]
   }
.....

This should be much clear: https://github.com/mikro-orm/mikro-orm/issues/758#issuecomment-676646523