Quellcode durchsuchen

now using `babel-runtime` for providing polyfills and helpers

sanex3339 vor 8 Jahren
Ursprung
Commit
fcf1e99806
3 geänderte Dateien mit 0 neuen und 12 gelöschten Zeilen
  1. 0 4
      test/dev/dev-compile-performance.ts
  2. 0 4
      test/dev/dev-runtime-performance.ts
  3. 0 4
      test/dev/dev.ts

+ 0 - 4
test/dev/dev-compile-performance.ts

@@ -2,10 +2,6 @@
 
 
 import * as fs from 'fs';
 import * as fs from 'fs';
 
 
-if (!(<any>global)._babelPolyfill) {
-    require('babel-polyfill');
-}
-
 (function () {
 (function () {
     const JavaScriptObfuscator: any = require("../../index");
     const JavaScriptObfuscator: any = require("../../index");
 
 

+ 0 - 4
test/dev/dev-runtime-performance.ts

@@ -1,9 +1,5 @@
 'use strict';
 'use strict';
 
 
-if (!(<any>global)._babelPolyfill) {
-    require('babel-polyfill');
-}
-
 (function () {
 (function () {
     const JavaScriptObfuscator: any = require("../../index");
     const JavaScriptObfuscator: any = require("../../index");
 
 

+ 0 - 4
test/dev/dev.ts

@@ -1,9 +1,5 @@
 'use strict';
 'use strict';
 
 
-if (!(<any>global)._babelPolyfill) {
-    require('babel-polyfill');
-}
-
 (function () {
 (function () {
     const JavaScriptObfuscator: any = require("../../index");
     const JavaScriptObfuscator: any = require("../../index");