* add tests on @babel/helper-optimise-call-expression * fix: correctly optimise `a.b?.(...arguments)` * add integration test with properties transform
23 lines
561 B
JSON
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:*"
|
|
}
|
|
}
|