Skip to content

Commit

Permalink
[Breaking Change] Drop old defacto standard Export nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Constellation committed Mar 8, 2015
1 parent 91f0475 commit 5eedfb3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions estraverse.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@
DoWhileStatement: 'DoWhileStatement',
EmptyStatement: 'EmptyStatement',
ExportAllDeclaration: 'ExportAllDeclaration',
ExportBatchSpecifier: 'ExportBatchSpecifier',
ExportDeclaration: 'ExportDeclaration',
ExportDefaultDeclaration: 'ExportDefaultDeclaration',
ExportNamedDeclaration: 'ExportNamedDeclaration',
ExportSpecifier: 'ExportSpecifier',
Expand Down Expand Up @@ -249,8 +247,6 @@
DoWhileStatement: ['body', 'test'],
EmptyStatement: [],
ExportAllDeclaration: ['source'],
ExportBatchSpecifier: [],
ExportDeclaration: ['declaration', 'specifiers', 'source'],
ExportDefaultDeclaration: ['declaration'],
ExportNamedDeclaration: ['declaration', 'specifiers', 'source'],
ExportSpecifier: ['exported', 'local'],
Expand Down

0 comments on commit 5eedfb3

Please sign in to comment.