Huáng Jùnliàng f54f1ee492
Fix: correctly transform this.#m?.(...arguments) (#12350)
* add tests on @babel/helper-optimise-call-expression

* fix: correctly optimise `a.b?.(...arguments)`

* add integration test with properties transform
2020-11-16 10:16:46 -05:00

23 lines
561 B
JSON

{
"name": "@babel/helper-optimise-call-expression",
"version": "7.10.4",
"description": "Helper function to optimise call expression",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-optimise-call-expression"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.10.4"
},
"devDependencies": {
"@babel/generator": "workspace:*",
"@babel/parser": "workspace:*"
}
}