Comparing version 2.0.0 to 2.0.1
@@ -247,11 +247,4 @@ 'use strict'; | ||
pp.jsx_parseEmptyExpression = function() { | ||
var tmp = this.start; | ||
this.start = this.lastTokEnd; | ||
this.lastTokEnd = tmp; | ||
tmp = this.startLoc; | ||
this.startLoc = this.lastTokEndLoc; | ||
this.lastTokEndLoc = tmp; | ||
return this.finishNode(this.startNode(), 'JSXEmptyExpression'); | ||
var node = this.startNodeAt(this.lastTokEnd, this.lastTokEndLoc); | ||
return this.finishNodeAt(node, 'JSXEmptyExpression', this.start, this.startLoc); | ||
}; | ||
@@ -258,0 +251,0 @@ |
@@ -5,4 +5,3 @@ { | ||
"homepage": "https://github.com/RReverser/acorn-jsx", | ||
"main": "acorn.js", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"maintainers": [ | ||
@@ -9,0 +8,0 @@ { |
# Acorn-JSX | ||
[![Build Status](https://travis-ci.org/RReverser/acorn-jsx.svg?branch=master)](https://travis-ci.org/RReverser/acorn-jsx) | ||
[![NPM version](https://img.shields.io/npm/v/acorn-jsx.svg)](https://www.npmjs.org/package/acorn-jsx) | ||
@@ -5,0 +6,0 @@ This is plugin for [Acorn](http://marijnhaverbeke.nl/acorn/) - a tiny, fast JavaScript parser, written completely in JavaScript. |
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
117611
4458
43