We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
type=module
Node16
importSync
keywords
https://github.com/NullVoxPopuli/embroider-type-module-testing
ember-source
@ember/*
@glimmer/tracking
@glimmer/component
@ember/modifier
Key (because qubit checkboxing)
"type": "module"
For erroring on the @glimmer/* case, I have a strong hunch it's also macros related
@glimmer/*
For @embroider/macros related issues, there is already a failing test PR here:
@embroider/macros
The text was updated successfully, but these errors were encountered:
dom-element-descriptors
No branches or pull requests
TypeScript
ember-source must become a
type=module
package for consumers to be able to useNode16
For Libraries
importSync
breaks the builds of apps consuming type=module packages #1672Notes
keywords
' ember-addon is requiredFor Apps
Reproductions / Test Cases
https://github.com/NullVoxPopuli/embroider-type-module-testing
ember-source
meta package via@ember/*
imports@glimmer/tracking
(and@glimmer/component
(and@ember/modifier
))Key (because qubit checkboxing)
"type": "module"
works as expected"type": "module"
does not work and errors.For erroring on the
@glimmer/*
case, I have a strong hunch it's also macros related@glimmer/component
) is brought in to the ember.js repoFor
@embroider/macros
related issues, there is already a failing test PR here:The text was updated successfully, but these errors were encountered: