complex-utils
Advanced tools
+3
-0
| ### 2.9.1 | ||
| - feat:修改模块加载逻辑为ES2020 | ||
| ### 2.8.8 | ||
@@ -3,0 +6,0 @@ - fix:修正parseLayout函数在contentWidth<minWidth时的计算错误,以及size=1时的offset的错误计算 |
+2
-1
| { | ||
| "name": "complex-utils", | ||
| "version": "2.8.8", | ||
| "version": "2.9.1", | ||
| "description": "a complex utils", | ||
| "type": "module", | ||
| "main": "index.ts", | ||
@@ -6,0 +7,0 @@ "repository": { |
+2
-2
@@ -32,5 +32,5 @@ { | ||
| /* Modules */ | ||
| // "module": "", /* Specify what module code is generated. */ | ||
| "module": "ES2020", /* Specify what module code is generated. */ | ||
| // "rootDir": "./", /* Specify the root folder within your source files. */ | ||
| // "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */ | ||
| "moduleResolution": "bundler", /* Specify how TypeScript looks up a file from a given module specifier. */ | ||
| // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ | ||
@@ -37,0 +37,0 @@ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ |
111630
0.07%Yes
NaN