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

Handle direct imports from @ember/runloop in require-ember-lifeline #66

Open
scalvert opened this issue Jun 26, 2017 · 0 comments
Open

Comments

@scalvert
Copy link
Collaborator

We should extend require-ember-lifeline to handle the following:

import run from '@ember/runloop';
import { debounce } from '@ember/runloop';
import { throttle } from '@ember/runloop';
import { later } from '@ember/runloop';
import { next } from '@ember/runloop';
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

1 participant