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
If you have an import like import * from "chess.js", tsc correctly treats this as a package dependency. But using glint, if you also have a local file named "chess.gts", glint resolves the import to the local file.
It should probably be checking that the import specifier really starts with . before attempting to do its extra extension resolving.
The text was updated successfully, but these errors were encountered:
ef4
added a commit
to cardstack/boxel
that referenced
this issue
Jun 12, 2024
If you have an import like
import * from "chess.js"
, tsc correctly treats this as a package dependency. But using glint, if you also have a local file named "chess.gts", glint resolves the import to the local file.It should probably be checking that the import specifier really starts with
.
before attempting to do its extra extension resolving.The text was updated successfully, but these errors were encountered: