Преглед на файлове

removed code related to node env

Gildas преди 7 години
родител
ревизия
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;
-}
+})();