Просмотр исходного кода

removed code related to node env

Gildas 7 лет назад
Родитель
Сommit
c5b06d77e1
1 измененных файлов с 1 добавлено и 5 удалено
  1. 1 5
      lib/single-file/single-file-core.js

+ 1 - 5
lib/single-file/single-file-core.js

@@ -800,8 +800,4 @@ const SingleFileCore = (() => {
 
 	return SingleFileCore;
 
-})();
-
-if (typeof module != "undefined") {
-	module.exports = SingleFileCore;
-}
+})();