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
Currently only an ignore option is accepted, which allows to exempt certain imports from being rewritten, e.g. as used by https://github.com/babel/ember-cli-babel/blob/aa6b45cad241617279d24f96390f9ced3ff0e754/index.js#L610-L630.
ignore
It would be awesome, if we could expand this API to allow overriding / amending the standard mapping from ember-rfc176-data.
ember-rfc176-data
During the implementation of the ember-cached-decorator-polyfill, I had to do some crazy contortions (ember-polyfills/ember-cached-decorator-polyfill#12) to add new entries to the mapping. It would be great, if we could improve the infrastructure for future polyfills here. 💕
ember-cached-decorator-polyfill
I guess this will also require some changes to ember-cli-babel, but the more significant changes will happen here.
ember-cli-babel
The text was updated successfully, but these errors were encountered:
service
inject
No branches or pull requests
Currently only an
ignore
option is accepted, which allows to exempt certain imports from being rewritten, e.g. as used by https://github.com/babel/ember-cli-babel/blob/aa6b45cad241617279d24f96390f9ced3ff0e754/index.js#L610-L630.It would be awesome, if we could expand this API to allow overriding / amending the standard mapping from
ember-rfc176-data
.During the implementation of the
ember-cached-decorator-polyfill
, I had to do some crazy contortions (ember-polyfills/ember-cached-decorator-polyfill#12) to add new entries to the mapping. It would be great, if we could improve the infrastructure for future polyfills here. 💕I guess this will also require some changes to
ember-cli-babel
, but the more significant changes will happen here.The text was updated successfully, but these errors were encountered: