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
not that the type import on @glint/template was stripped.
during the babel phase of the v2-addon build, this causes justWithBoundArgs to be removed, leaving a side-effecting import '@glint/template' -- because it's not safe to remove the entirety of value imports (which is why we want to require type annotations on type-imports.
The text was updated successfully, but these errors were encountered:
This comes out of: embroider-build/addon-blueprint#195
Repro:
results in:
not that the type import on
@glint/template
was stripped.during the babel phase of the v2-addon build, this causes just
WithBoundArgs
to be removed, leaving a side-effectingimport '@glint/template'
-- because it's not safe to remove the entirety of value imports (which is why we want to requiretype
annotations on type-imports.The text was updated successfully, but these errors were encountered: