Socket
Socket
Sign inDemoInstall

@babel/parser

Package Overview
Dependencies
0
Maintainers
5
Versions
198
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.6.0 to 7.6.2

26

CHANGELOG.md

@@ -5,3 +5,3 @@ # Changelog

> - :boom: [Breaking Change]
> - :eyeglasses: [Spec Compliancy]
> - :eyeglasses: [Spec Compliance]
> - :rocket: [New Feature]

@@ -60,3 +60,3 @@ > - :bug: [Bug Fix]

### Spec Compliancy
### Spec Compliance
* Remove babylon plugin for template revision since it's stage-4 (#426) (Henry Zhu)

@@ -205,3 +205,3 @@

### :eyeglasses: Spec Compliancy
### :eyeglasses: Spec Compliance

@@ -311,3 +311,3 @@ Forbid semicolons after decorators in classes ([#352](https://github.com/babel/babylon/pull/352)) (Kevin Gibbons)

### :eyeglasses: Spec Compliancy
### :eyeglasses: Spec Compliance

@@ -418,3 +418,3 @@ Add support for Flow shorthand import type ([#267](https://github.com/babel/babylon/pull/267)) (Jeff Morrison)

### :eyeglasses: Spec Compliancy
### :eyeglasses: Spec Compliance

@@ -499,3 +499,3 @@ Throw error for reserved words `enum` and `await` ([#195](https://github.com/babel/babylon/pull/195)) (Kai Cataldo)

### :eyeglasses: Spec Compliancy
### :eyeglasses: Spec Compliance

@@ -558,3 +558,3 @@ Property variance type annotations for Flow plugin ([#161](https://github.com/babel/babylon/pull/161)) (Sam Goldman)

### :eyeglasses: Spec Compliancy
### :eyeglasses: Spec Compliance

@@ -653,3 +653,3 @@ Implement import() syntax ([#163](https://github.com/babel/babylon/pull/163)) (Jordan Gensler)

### :eyeglasses: Spec Compliancy
### :eyeglasses: Spec Compliance

@@ -700,3 +700,3 @@ Fix: Check for duplicate named exports in exported destructuring assignments ([#144](https://github.com/babel/babylon/pull/144)) (Kai Cataldo)

### :eyeglasses: Spec Compliancy
### :eyeglasses: Spec Compliance

@@ -794,3 +794,3 @@ Add static errors for object rest (#149) ([@danez](https://github.com/danez))

### Spec Compliancy (will break CI)
### Spec Compliance (will break CI)

@@ -875,5 +875,5 @@ - Disallow duplicate named exports ([#107](https://github.com/babel/babylon/pull/107)) @kaicataldo

> We plan to include some spec compliancy bugs in patch versions. An example was the multiple default exports issue.
> We plan to include some spec compliance bugs in patch versions. An example was the multiple default exports issue.
### Spec Compliancy
### Spec Compliance

@@ -1037,3 +1037,3 @@ * Implement ES2016 check for simple parameter list in strict mode ([#106](https://github.com/babel/babylon/pull/106)) (Timothy Gu)

### Spec Compliancy
### Spec Compliance
- The param list for type parameter declarations now consists of `TypeParameter` nodes

@@ -1040,0 +1040,0 @@ - New `TypeParameter` AST Node (replaces using the `Identifier` node before)

{
"name": "@babel/parser",
"version": "7.6.0",
"version": "7.6.2",
"description": "A JavaScript parser",

@@ -32,3 +32,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"@babel/code-frame": "^7.5.5",
"@babel/helper-fixtures": "^7.6.0",
"@babel/helper-fixtures": "^7.6.2",
"charcodes": "^0.2.0",

@@ -40,3 +40,3 @@ "unicode-12.0.0": "^0.7.9"

},
"gitHead": "cbd5a26e57758e3f748174ff84aa570e8780e85d"
"gitHead": "b9cb4af953afb1a5aeed9b18526192ab15bb45c1"
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc