修复可选属性链式语法
Showing
... | @@ -4,8 +4,9 @@ | ... | @@ -4,8 +4,9 @@ |
"main": "dist/index.js", | "main": "dist/index.js", | ||
"license": "MIT", | "license": "MIT", | ||
"dependencies": { | "dependencies": { | ||
"@babel/core": "^7.7.4", | "@babel/core": "^7.8.6", | ||
"@babel/preset-env": "^7.7.4", | "@babel/plugin-proposal-optional-chaining": "^7.8.3", | ||
"@babel/preset-env": "^7.8.6", | |||
"gensync": "^1.0.0-beta.1", | "gensync": "^1.0.0-beta.1", | ||
"uglify-js": "^3.7.1", | "uglify-js": "^3.7.1", | ||
"zeroing-code-divider": "http://gitlab2.dui88.com/laoqifeng/zeroing-code-divider.git", | "zeroing-code-divider": "http://gitlab2.dui88.com/laoqifeng/zeroing-code-divider.git", | ||
... | ... |
tests/code-test.js
0 → 100644
Please register or sign in to comment