Merge branch 'psi-chaining' into 'master'
Support optional chaining operator in JS Closes gitlab-org/frontend/rfcs#11 See merge request gitlab-org/gitlab!21621
Showing
... | ... | @@ -34,6 +34,7 @@ |
"@babel/core": "^7.6.2", | ||
"@babel/plugin-proposal-class-properties": "^7.5.5", | ||
"@babel/plugin-proposal-json-strings": "^7.2.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.7.5", | ||
"@babel/plugin-proposal-private-methods": "^7.6.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
"@babel/plugin-syntax-import-meta": "^7.2.0", | ||
... | ... |
Please register or sign in to comment