@lcap/nasl-utils
Advanced tools
Comparing version 3.12.0-rc.6 to 3.13.0-alpha.microapp-1
@@ -18,3 +18,2 @@ export * from './string'; | ||
export * from './process'; | ||
export * from './spinlock'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -47,3 +47,2 @@ "use strict"; | ||
__exportStar(require("./process"), exports); | ||
__exportStar(require("./spinlock"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -21,2 +21,5 @@ /** 时间分片控制器 */ | ||
private lowResourceFrame; | ||
private groupList; | ||
private frameList; | ||
private asyncList; | ||
/** 帧数据 */ | ||
@@ -30,5 +33,2 @@ private readonly frame; | ||
private readonly performance; | ||
private groupList; | ||
private frameList; | ||
private asyncList; | ||
/** 任务增长系数 */ | ||
@@ -35,0 +35,0 @@ private increaseRatio; |
@@ -30,2 +30,7 @@ "use strict"; | ||
this.lowResourceFrame = 0; | ||
/// #if process.env.NODE_ENV === 'development' | ||
this.groupList = []; | ||
this.frameList = []; | ||
this.asyncList = []; | ||
/// #endif | ||
/** 帧数据 */ | ||
@@ -55,8 +60,3 @@ this.frame = { | ||
this.performance = new performance_1.Performance(this.id); | ||
/// #if process.env.NODE_ENV === 'development' | ||
this.groupList = []; | ||
this.frameList = []; | ||
this.asyncList = []; | ||
} | ||
/// #endif | ||
/** 任务增长系数 */ | ||
@@ -63,0 +63,0 @@ increaseRatio(now) { |
{ | ||
"name": "@lcap/nasl-utils", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.12.0-rc.6", | ||
"version": "3.13.0-alpha.microapp-1", | ||
"author": "Forrest <rainforest92@126.com>", | ||
@@ -26,3 +26,3 @@ "main": "./out", | ||
"uuid": "8.3.2", | ||
"@lcap/nasl-types": "3.12.0-rc.6" | ||
"@lcap/nasl-types": "3.13.0-alpha.microapp-1" | ||
}, | ||
@@ -33,5 +33,5 @@ "scripts": { | ||
"build": "npm run clear && tsc -p ./tsconfig.build.json", | ||
"test": "pnpm run --filter @lcap/nasl-test-toolkit test --config $PWD/.mocharc.js", | ||
"test:ci": "pnpm run --filter @lcap/nasl-test-toolkit test:ci --config $PWD/.mocharc.js" | ||
"test": "pnpm run --filter @lcap/nasl-test-toolkit runtest --config $PWD/.mocharc.js", | ||
"test:ci": "pnpm run --filter @lcap/nasl-test-toolkit runtest:ci --config $PWD/.mocharc.js" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
136705
111
2149
+ Added@lcap/nasl-types@3.13.0-alpha.microapp-1(transitive)
- Removed@lcap/nasl-types@3.12.0-rc.6(transitive)