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

Commit 7c4c263

Browse files
author
David First
committed
fix teambit/bit#1529, by adding support of optionalChaining and nullishCoalescingOperator plugins. To support these plugins, node-source-walk package was updaged
1 parent daff327 commit 7c4c263

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10+
## [2.0.8] - 2019-05-27
11+
12+
- add support with `optionalChaining` and `nullishCoalescingOperator` plugins (by updating node-source-walk)
13+
1014
## [2.0.7] - 2019-05-17
1115

1216
- ignore import/require from CDN (http/https)

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-javascript",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"scripts": {
55
"flow": "flow; test $? -eq 0 -o $? -eq 2",
66
"lint": "eslint src && flow check || true",
@@ -54,7 +54,7 @@
5454
"lodash.set": "^4.3.2",
5555
"module-definition": "^2.2.4",
5656
"module-lookup-amd": "^5.0.1",
57-
"node-source-walk": "^4.0.0",
57+
"node-source-walk": "^4.2.0",
5858
"object-assign": "^4.1.1",
5959
"ora": "^1.2.0",
6060
"parents": "^1.0.1",

0 commit comments

Comments
 (0)