clarity-pattern-parser
Advanced tools
Comparing version 11.0.27 to 11.0.28
{ | ||
"name": "clarity-pattern-parser", | ||
"version": "11.0.27", | ||
"version": "11.0.28", | ||
"description": "Parsing Library for Typescript and Javascript.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -134,3 +134,3 @@ import { Node } from "../ast/Node"; | ||
const clonedPattern = pattern.clone(); | ||
const clonedPattern = pattern.clone(this._name); | ||
clonedPattern.parent = this; | ||
@@ -137,0 +137,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
1447667