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
That's not something we're doing ourselves, it's TypeScript. They have a --preserveWatchOutput flag, though, and that may be something we can pass through to the compiler API—but some of their CLI flags don't have any public programmatic equivalent, so someone will have to do a bit of investigation there.
Over in the v2-addon blueprint, we're proposing changing compilation to use:
embroider-build/addon-blueprint#136
But, it seems
glint
doesn't have a flag to disable the screen clearing?I see that this is the file where the option would be added: https://github.com/typed-ember/glint/blob/main/packages/core/src/cli/index.ts, but how does screen clearing work? https://github.com/search?q=repo%3Atyped-ember%2Fglint%20clear&type=code
The text was updated successfully, but these errors were encountered: