You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix glint --build --clean specs (broken since Volar -- cleans everything but .gts file outputs). Johnson thinks it can be supported, needs upstream fix.
Fix glint --build --clean specs (broken since Volar -- cleans everything but .gts file outputs). Johnson thinks it can be supported, needs upstream fix.
Discord Thread
Reproduction
glint
repocd test-packages/ts-template-imports-app
../../packages/core/bin/glint.js --declaration --emitDeclarationOnly
The following files will show up:
../../packages/core/bin/glint.js --build --clean
All output files from a source
.ts
file are cleaned up, and the .map files for.gts
source files are cleaned up, but.gts.d.ts
files remain:These should be removed too.
Need to discuss with Johnson the current state/expectations for how to handle this. Also curious why Vue doesn't run into this.
The text was updated successfully, but these errors were encountered: