Support including modules that don't have an extension.
This way, require("/foo") will work if there is a "foo.js", or a file named
simply "foo" with no extension.
parent
7067a715
Please register or sign in to comment
This way, require("/foo") will work if there is a "foo.js", or a file named
simply "foo" with no extension.