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

Add support for third party modules #220

Merged
merged 2 commits into from
Mar 25, 2017
Merged

Conversation

searls
Copy link
Member

@searls searls commented Mar 25, 2017

Requires us to resolve the path from the perspective of CWD for the
first time, and adds @substack's resolve package as a dependency.

Hopefully that is very fast when a path starts with . and doesn't
slow down existing tests much!

Fixes #51

Requires us to resolve the path from the perspective of CWD for the 
first time, and adds @substack's resolve package as a dependency.

Hopefully that is very fast when a path starts with `.` and doesn't
slow down existing tests much!
i forgot resolve blows up when it can't resolve. may as well only call
it when the existing code path fails
@searls searls merged commit d908c5a into master Mar 25, 2017
@searls searls deleted the third-party-module-replacement branch March 25, 2017 21:45
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

Successfully merging this pull request may close these issues.

Using td.replace() with external modules
1 participant