Cameron Dubas
Cameron Dubas
Edit: Changed entire description since it was no longer relevant. This PR resolves https://github.com/glimmerjs/glimmer-vm/issues/978 by Checking the state of the the tokenizer whenever it hits a `MustacheStatement` and throws a...
Hey all👋 When an lazy-engine is mounted to the root of the host app, the loading suvbstate will not be entered while the assets for the engine are being downloaded....
Part of https://github.com/typed-ember/glint/issues/626 This adds support for code folding in js & ts files. This implementation is [based on tsserver's](https://github.com/typescript-language-server/typescript-language-server/blob/651cfcbd28992ad599b00a4ae3bc30132b2a7892/src/lsp-server.ts#L1200). This does not add support for gts/gjs files. Folding seems...
As requested here https://github.com/typed-ember/glint/pull/635#issuecomment-1827566067, this adds a `Glint: Organize Imports` command. This is a destructive version of the "Sort Imports" command as it removes unused imports while also sorting. These...
This PR is in response to this comment PR https://github.com/glimmerjs/glimmer-vm/pull/982#discussion_r340068648. Currently Simple HTML Tokenizer allows leading whitespace as well as attributes to be defined in End Tags. The comment linked...