ruby-syntax-tree/vscode-syntax-tree

Bundle the extension with esbuild

kddnewton opened this issue · 3 comments

@xeger wanna take a shot at this? The docs look pretty clear on this, shouldn't be too bad. Seems like something worth doing (I get a warning every time I publish it that I should be doing this).

xeger commented

It wasn't a slam dunk, but I made a start at it for you. See the PR for my concerns.

I'm mildly surprised that the official Microsoft documentation has people bundling tests with tsc, and distributables with esbuild -- they must really trust both tools!

xeger commented

The PR is ready to go @kddnewton.