feat: optional chaing
This commit is contained in:
committed by
Justin Ridgewell
parent
5cc1cbf3bc
commit
00f58b9bfa
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-optional-chaining",
|
||||
"version": "7.0.0-alpha.7",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-optional-chaining",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "7.0.0-alpha.7",
|
||||
"babel-types": "7.0.0-alpha.7",
|
||||
"babel-template": "7.0.0-alpha.7",
|
||||
"lodash": "^4.2.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "7.0.0-alpha.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user