Explorar el Código

removed code related to node env

Gildas hace 7 años
padre
commit
c5b06d77e1
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  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;
-}
+})();