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.
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.