saghul / sjs

Skookum JS: a JavaScript runtime
http://sjs.saghul.net
MIT License
97 stars 13 forks source link

Fix require if directory and js file exist but dir is not usable #33

Closed saghul closed 8 years ago

saghul commented 8 years ago

Example:

foo/ foo/bar.c foo.js

Right now we try to load foo/index.js and give up. Fallback to trying foo.js.