aleclarson / cara

UNMAINTAINED - see https://github.com/aleclarson/cush
MIT License
0 stars 0 forks source link

Importing package main without filename #17

Open aleclarson opened 6 years ago

aleclarson commented 6 years ago

Assuming a package's entry module is index.js in the root directory, using require('.') from a sibling module or require('..') from a module in a sub-directory is not correctly resolved.