@makano/rew 1.2.97 → 1.2.971
Sign up to get free protection for your applications and to get access to all the features.
@@ -46,7 +46,7 @@ module.exports.imp = function (runPath, context) {
|
|
46
46
|
if(filename == 'std' || filename == '#std') return {};
|
47
47
|
let type = options.type ? options.type : filename.endsWith('.coffee') ? 'coffee' : (
|
48
48
|
filename.endsWith(REW_FILE_TYPE.EXTENSION) ? REW_FILE_TYPE.TYPE :
|
49
|
-
|
49
|
+
'coffee'
|
50
50
|
);
|
51
51
|
let exports,
|
52
52
|
ispkg = findPackage(filename);
|