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

Commit

Permalink
fix teambit/bit#1529, by adding support of optionalChaining and nulli…
Browse files Browse the repository at this point in the history
…shCoalescingOperator plugins. To support these plugins, node-source-walk package was updaged
  • Loading branch information
davidfirst committed May 27, 2019
1 parent daff327 commit 7c4c263
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [2.0.8] - 2019-05-27

- add support with `optionalChaining` and `nullishCoalescingOperator` plugins (by updating node-source-walk)

## [2.0.7] - 2019-05-17

- ignore import/require from CDN (http/https)
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bit-javascript",
"version": "2.0.7",
"version": "2.0.8",
"scripts": {
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"lint": "eslint src && flow check || true",
Expand Down Expand Up @@ -54,7 +54,7 @@
"lodash.set": "^4.3.2",
"module-definition": "^2.2.4",
"module-lookup-amd": "^5.0.1",
"node-source-walk": "^4.0.0",
"node-source-walk": "^4.2.0",
"object-assign": "^4.1.1",
"ora": "^1.2.0",
"parents": "^1.0.1",
Expand Down

0 comments on commit 7c4c263

Please sign in to comment.