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 nested require() calls #43

Open
tonylukasavage opened this issue Jul 26, 2014 · 0 comments
Open

handle nested require() calls #43

tonylukasavage opened this issue Jul 26, 2014 · 0 comments

Comments

@tonylukasavage
Copy link
Owner

In addition to supporting require() on local files in #42, we should work on handling nested requires. This could be a seriously tricky issue as it will be time consuming to AST parse everything pulled in via require, and I don't want it to kill the dev experience. We'll need to have some discussion about this one before diving in.

@tonylukasavage tonylukasavage added this to the 0.3.0 milestone Jul 26, 2014
@tonylukasavage tonylukasavage self-assigned this Jul 28, 2014
@tonylukasavage tonylukasavage removed this from the 0.4.0 milestone Nov 13, 2014
@tonylukasavage tonylukasavage removed their assignment Nov 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant