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

Ember.assert is not renamed when import { assert as X } is used #373

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NullVoxPopuli
Copy link
Sponsor Contributor

Ref: #372

@ro0gr
Copy link

ro0gr commented Feb 7, 2021

just noticed the same issue for deprecate:

import { deprecate as emberDeprecate } from '@ember/application/deprecations';

// ....
deprecate(message, // Here it fails with "TypeError: Ember.emberDeprecate is not a function"

worked it around by avoiding named import alias san650/ember-cli-page-object@2d7ea1b

@rwjblue
Copy link
Member

rwjblue commented Feb 9, 2021

Haven't had a chance to dig in here. I suspect the issue is in babel-plugin-debug-macros though.

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

Successfully merging this pull request may close these issues.

3 participants