clarity-pattern-parser 10.3.3 → 10.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.browser.js
CHANGED
|
@@ -2849,6 +2849,7 @@
|
|
|
2849
2849
|
const unaryPrefix = this._extractUnaryPrefixPattern(pattern).clone();
|
|
2850
2850
|
this._unaryPrefixPatterns.push(pattern);
|
|
2851
2851
|
this._unaryPrefixNames.push(pattern.name);
|
|
2852
|
+
unaryPrefix.parent = this;
|
|
2852
2853
|
finalPatterns.push(unaryPrefix);
|
|
2853
2854
|
}
|
|
2854
2855
|
else if (this._isBinary(pattern)) {
|