Comparing version 7.0.0-beta.22 to 7.0.0-beta.23
{ | ||
"name": "babylon", | ||
"version": "7.0.0-beta.22", | ||
"version": "7.0.0-beta.23", | ||
"description": "A JavaScript parser", | ||
@@ -38,3 +38,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"eslint-plugin-prettier": "^2.1.2", | ||
"flow-bin": "^0.53.0", | ||
"flow-bin": "^0.54.1", | ||
"graceful-fs": "^4.1.11", | ||
@@ -46,3 +46,3 @@ "husky": "^0.14.1", | ||
"rimraf": "^2.5.4", | ||
"rollup": "^0.48.0", | ||
"rollup": "^0.49.3", | ||
"rollup-plugin-babel": "^3.0.1", | ||
@@ -49,0 +49,0 @@ "rollup-plugin-node-resolve": "^3.0.0", |
@@ -140,2 +140,3 @@ <p align="center"> | ||
| `classPrivateProperties` ([proposal](https://github.com/tc39/proposal-private-fields)) | `class A { #b = 1; }` | | ||
| `classPrivateMethods` ([proposal](https://github.com/tc39/proposal-private-methods)) | `class A { #c() {} }` | | ||
| `exportExtensions` ([proposal 1](https://github.com/leebyron/ecmascript-export-default-from)), ([proposal 2](https://github.com/leebyron/ecmascript-export-ns-from)) | Proposal 1: `export v from "mod"` Proposal 2: `export * as ns from "mod"` | | ||
@@ -142,0 +143,0 @@ | `asyncGenerators` ([proposal](https://github.com/tc39/proposal-async-iteration)) | `async function*() {}`, `for await (let a of b) {}` | |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
392861
8150
171