Skip to content

Instantly share code, notes, and snippets.

@AdamHarte
Last active March 13, 2017 03:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamHarte/8fe22f1cd0343709669ba22faa4340c8 to your computer and use it in GitHub Desktop.
Save AdamHarte/8fe22f1cd0343709669ba22faa4340c8 to your computer and use it in GitHub Desktop.
/// main.js
var foo = require('mylib/foo');
/// modules/mylib/foo.js
var other = require('./other');
// I would expect the modSearch ID to resolve to "mylib/other", but it just comes back as "other"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment