bennyp
Bundling node-tree-sitter
Hello there! I'm working on a language server written in Deno TS. I'd like to bundle it with node-tree-sitter, and I'm using esbuild as the docs recommend., but node-tree-sitter doesn't bundle nicely.
https://github.com/bennypowers/design-tokens-language-server/issues/1#issuecomment-2776935304
If you have some ideas how I might work around this, I'd appreciate your input. Maybe with a dynamic import and
--include
?3 replies