-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Glint does not support gts imports with the extension #194
Comments
This was referenced Sep 7, 2023
I wonder why this is not failing CI for us? We run linting on the typescript scenario here, and the fixtures have this .gts import, so shouldn't that have failed Glint and thus the linting script? |
lint:fix doesn' run glint. I suspect if we run lint after lint:fix, we'll have errors |
Also this probably? #196 |
yup |
this issue is resolved now, but we now have: #215 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is more a tracking issue, as I think Glint would need to solve this.
But I have a repro here: universal-ember/ember-primitives#114
error looks like this:
Note that
gts
extensions were used in the import path to avoid needing@rollup/plugin-node-resolve
We already have:
The text was updated successfully, but these errors were encountered: