* Switch to NPM workspaces
* Add bun types for testing
* Remove some dependencies
* Cleanup code
* Upgrade esbuild
* Hardcode externals
They’re the same between the packages except for vscode but including an external that’s not ultimately required isn’t an error.
* Reorganize package json
* Replace TSDX with esbuild
* wip
* Simplify script
* Move esbuild into individual packages
* Bump vsce
* Fix packaging
* fixup
* Swap mri for minimist
It’s the same API but maintained
* Update lockfiles
* Add logs
* Bump version
* Update lockfile
* Add test for `extractClassNames`
* fix