Comparing version 1.1.0 to 1.1.1
@@ -33,3 +33,3 @@ import * as AST from 'estree'; | ||
Comment: AST.Comment; | ||
Position: AST.Position; | ||
// Position: AST.Position; | ||
Program: AST.Program; | ||
@@ -61,3 +61,3 @@ Directive: AST.Directive; | ||
Expression: AST.Expression; | ||
BaseExpression: AST.BaseExpression; | ||
// BaseExpression: AST.BaseExpression; | ||
ChainElement: AST.ChainElement; | ||
@@ -77,3 +77,3 @@ ChainExpression: AST.ChainExpression; | ||
ConditionalExpression: AST.ConditionalExpression; | ||
BaseCallExpression: AST.BaseCallExpression; | ||
// BaseCallExpression: AST.BaseCallExpression; | ||
CallExpression: AST.CallExpression; | ||
@@ -84,3 +84,3 @@ SimpleCallExpression: AST.SimpleCallExpression; | ||
Pattern: AST.Pattern; | ||
BasePattern: AST.BasePattern; | ||
// BasePattern: AST.BasePattern; | ||
SwitchCase: AST.SwitchCase; | ||
@@ -92,7 +92,7 @@ CatchClause: AST.CatchClause; | ||
RegExpLiteral: AST.RegExpLiteral; | ||
UnaryOperator: AST.UnaryOperator; | ||
BinaryOperator: AST.BinaryOperator; | ||
LogicalOperator: AST.LogicalOperator; | ||
AssignmentOperator: AST.AssignmentOperator; | ||
UpdateOperator: AST.UpdateOperator; | ||
// UnaryOperator: AST.UnaryOperator; | ||
// BinaryOperator: AST.BinaryOperator; | ||
// LogicalOperator: AST.LogicalOperator; | ||
// AssignmentOperator: AST.AssignmentOperator; | ||
// UpdateOperator: AST.UpdateOperator; | ||
ForOfStatement: AST.ForOfStatement; | ||
@@ -112,3 +112,3 @@ Super: AST.Super; | ||
Class: AST.Class; | ||
BaseClass: AST.BaseClass; | ||
// BaseClass: AST.BaseClass; | ||
ClassBody: AST.ClassBody; | ||
@@ -120,5 +120,5 @@ MethodDefinition: AST.MethodDefinition; | ||
ModuleDeclaration: AST.ModuleDeclaration; | ||
BaseModuleDeclaration: AST.BaseModuleDeclaration; | ||
// BaseModuleDeclaration: AST.BaseModuleDeclaration; | ||
ModuleSpecifier: AST.ModuleSpecifier; | ||
BaseModuleSpecifier: AST.BaseModuleSpecifier; | ||
// BaseModuleSpecifier: AST.BaseModuleSpecifier; | ||
ImportDeclaration: AST.ImportDeclaration; | ||
@@ -125,0 +125,0 @@ ImportSpecifier: AST.ImportSpecifier; |
{ | ||
"name": "astray", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"repository": "lukeed/astray", | ||
@@ -5,0 +5,0 @@ "description": "Walk an AST without being led astray", |
31681