Comparing version 7.0.0-beta.36 to 7.0.0-beta.37
{ | ||
"name": "babylon", | ||
"version": "7.0.0-beta.36", | ||
"version": "7.0.0-beta.37", | ||
"description": "A JavaScript parser", | ||
@@ -26,3 +26,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"devDependencies": { | ||
"@babel/helper-fixtures": "7.0.0-beta.36", | ||
"@babel/helper-fixtures": "7.0.0-beta.37", | ||
"babel-plugin-transform-charcodes": "0.0.10", | ||
@@ -29,0 +29,0 @@ "charcodes": "0.0.10", |
@@ -124,2 +124,3 @@ <p align="center"> | ||
| `flow` ([repo](https://github.com/facebook/flow)) | `var a: string = "";` | | ||
| `flowComments` ([docs](https://flow.org/en/docs/types/comments/)) | `/*:: type Foo = {...}; */` | | ||
| `typescript` ([repo](https://github.com/Microsoft/TypeScript)) | `var a: string = "";` | | ||
@@ -126,0 +127,0 @@ | `doExpressions` | `var a = do { if (true) { 'hi'; } };` | |
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
409816
8596
165