estree-to-babel
Advanced tools
Comparing version 10.1.0 to 10.2.0
@@ -13,2 +13,3 @@ 'use strict'; | ||
const convertExportDeclaration = require('./convert-export-declaration'); | ||
const {ParenthesizedExpression} = require('./parenthesized-expression'); | ||
@@ -37,2 +38,3 @@ const { | ||
noScope: true, | ||
ParenthesizedExpression, | ||
enter(path) { | ||
@@ -39,0 +41,0 @@ const {node} = path; |
{ | ||
"name": "estree-to-babel", | ||
"version": "10.1.0", | ||
"version": "10.2.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", |
@@ -39,2 +39,3 @@ # Estree-to-babel [![NPM version][NPMIMGURL]][NPMURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Coverage Status][CoverageIMGURL]][CoverageURL] | ||
- `JSXText` has `extra` field; | ||
- `extra.parenthesized=true` instead of `ParenthesizedExpression`; | ||
- etc... | ||
@@ -41,0 +42,0 @@ |
Sorry, the diff of this file is not supported yet
26487
20
400
82