clarity-pattern-parser
Advanced tools
Comparing version 11.0.8 to 11.0.9
{ | ||
"name": "clarity-pattern-parser", | ||
"version": "11.0.8", | ||
"version": "11.0.9", | ||
"description": "Parsing Library for Typescript and Javascript.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -419,3 +419,3 @@ import { Node } from "../ast/Node"; | ||
const name = nameNode.value; | ||
const anonymousNode = node.find(n => n.name === "complex-anonymous-pattern") as Node; | ||
const anonymousNode = node.find(n => n.name === "configurable-anonymous-pattern") as Node; | ||
const isOptional = node.children[1] != null; | ||
@@ -422,0 +422,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1306085