فهرست منبع

fixed tslint error

sanex3339 8 سال پیش
والد
کامیت
93c365fd4c
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      dist/index.js
  2. 1 1
      src/declarations/esmangle.d.ts

+ 1 - 1
dist/index.js

@@ -1954,7 +1954,7 @@ exports.DEFAULT_PRESET = Object.freeze({
     controlFlowFlattening: false,
     controlFlowFlatteningThreshold: 0.75,
     deadCodeInjection: false,
-    deadCodeInjectionThreshold: 0.75,
+    deadCodeInjectionThreshold: 0.4,
     debugProtection: false,
     debugProtectionInterval: false,
     disableConsoleOutput: true,

+ 1 - 1
src/declarations/esmangle.d.ts

@@ -1,5 +1,5 @@
 declare module "esmangle" {
     import * as ESTree from 'estree';
 
-    function mangle(ast: ESTree.Program): ESTree.Program;
+    function mangle (ast: ESTree.Program): ESTree.Program;
 }