Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
remove redundant data from XJSElement nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
mroch committed Nov 25, 2013
1 parent 9d2c43a commit 8ca1599
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 654 deletions.
3 changes: 0 additions & 3 deletions esprima.js
Original file line number Diff line number Diff line change
Expand Up @@ -1767,11 +1767,8 @@ parseYieldExpression: true
createXJSElement: function (openingElement, closingElement, children) {
return {
type: Syntax.XJSElement,
name: openingElement.name,
selfClosing: openingElement.selfClosing,
openingElement: openingElement,
closingElement: closingElement,
attributes: openingElement.attributes,
children: children
};
},
Expand Down
Loading

0 comments on commit 8ca1599

Please sign in to comment.