DTStack / monaco-sql-languages

SQL languages for monaco-editor
https://dtstack.github.io/monaco-sql-languages/
MIT License
224 stars 46 forks source link

How to integrate with `@monaco-editor/loader` #155

Open rick-chou opened 1 day ago

rick-chou commented 1 day ago
 error  in ./node_modules/antlr4ng/dist/index.mjs

Module parse failed: Unexpected token (6:9)
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
| // src/atn/Transition.ts
| var Transition = class {
>   static {
|     __name(this, "Transition");
|   }

And how to resolve this problem ?