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

Make ensureImport lazy #176

Merged
merged 1 commit into from
Feb 22, 2021
Merged

Make ensureImport lazy #176

merged 1 commit into from
Feb 22, 2021

Conversation

pzuraq
Copy link

@pzuraq pzuraq commented Feb 22, 2021

Makes the logic for ensuring the Ember import lazy. This allows it to
handle cases where a different transform has also added the Ember import
already, and so it can use it lazily. Also makes the logic generalized
(in case we ever need to import from a different module in the future).

Makes the logic for ensuring the Ember import lazy. This allows it to
handle cases where a different transform has also added the Ember import
already, and so it can use it lazily. Also makes the logic generalized
(in case we ever need to import from a different module in the future).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants