Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit 1af4607

Browse files
committed
fix(@formatjs/cli): allow optionalChaining parser, fix #404
chore(@formatjs/intl-utils): rm unnecessary tests
1 parent f9efd4e commit 1af4607

File tree

7 files changed

+118
-141
lines changed

7 files changed

+118
-141
lines changed

package-lock.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package-lock.json

Lines changed: 69 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@babel/plugin-proposal-class-properties": "^7.5.5",
44+
"@babel/plugin-proposal-optional-chaining": "7",
4445
"@babel/preset-env": "^7.6.0",
4546
"@babel/preset-typescript": "^7.6.0",
4647
"@types/babel__core": "^7.1.3",

0 commit comments

Comments
 (0)