Sfoglia il codice sorgente

removed code related to node env

Gildas 7 anni fa
parent
commit
c5b06d77e1
1 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  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;
-}
+})();