You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: