Skip to content
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

Renamed imports are not propragated to call site #372

Open
NullVoxPopuli opened this issue Dec 2, 2020 · 2 comments
Open

Renamed imports are not propragated to call site #372

NullVoxPopuli opened this issue Dec 2, 2020 · 2 comments

Comments

@NullVoxPopuli
Copy link
Sponsor Contributor

import { assert as debugAssert } from '@ember/debug';

debugAssert('', condition);
// becomes
Ember.debugAssert('', condition);
// instead of
Ember.assert('', condition);
@rwjblue
Copy link
Member

rwjblue commented Dec 3, 2020

Can you open up a failing test case in babel-plugin-ember-modules-api-polyfill?

@rwjblue
Copy link
Member

rwjblue commented Dec 3, 2020

Should be straightforward to fix over there though, thanks for working on it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants