@putout/recast
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -339,2 +339,4 @@ "use strict"; | ||
} | ||
case "OptionalIndexedAccessType": | ||
return node.optional && parent.type === "IndexedAccessType"; | ||
case "IntersectionTypeAnnotation": | ||
@@ -341,0 +343,0 @@ case "UnionTypeAnnotation": |
{ | ||
"author": "Ben Newman <bn@cs.stanford.edu>", | ||
"name": "@putout/recast", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"dependencies": { | ||
"ast-types": "0.14.2", | ||
"ast-types": "0.15.2", | ||
"esprima": "~4.0.0", | ||
@@ -59,4 +59,4 @@ "source-map": "~0.6.1", | ||
"@types/node": "^16.0.0", | ||
"@typescript-eslint/parser": "^4.31.0", | ||
"eslint": "^7.1.0", | ||
"@typescript-eslint/parser": "^5.8.0", | ||
"eslint": "^8.5.0", | ||
"esprima-fb": "15001.1001.0-dev-harmony-fb", | ||
@@ -63,0 +63,0 @@ "flow-parser": "^0.159.0", |
@@ -22,2 +22,4 @@ "use strict"; | ||
"classProperties", | ||
"classStaticBlock", | ||
"decimal", | ||
"decorators-legacy", | ||
@@ -31,2 +33,3 @@ "doExpressions", | ||
"functionSent", | ||
"importAssertions", | ||
"importMeta", | ||
@@ -39,4 +42,11 @@ "importAssertions", | ||
"optionalChaining", | ||
["pipelineOperator", { proposal: "minimal" }], | ||
["pipelineOperator", { | ||
proposal: "minimal", | ||
}], | ||
["recordAndTuple", { | ||
syntaxType: "hash", | ||
}], | ||
"throwExpressions", | ||
"topLevelAwait", | ||
"v8intrinsic", | ||
] | ||
@@ -43,0 +53,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
236524
5674
+ Addedast-types@0.15.2(transitive)
- Removedast-types@0.14.2(transitive)
Updatedast-types@0.15.2