@openrewrite/rewrite 0.28.2 → 0.30.0
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/src/java/remote/receiver.d.ts.map +1 -1
- package/dist/src/java/remote/receiver.js +27 -3
- package/dist/src/java/remote/receiver.js.map +1 -1
- package/dist/src/java/remote/sender.d.ts.map +1 -1
- package/dist/src/java/remote/sender.js +19 -1
- package/dist/src/java/remote/sender.js.map +1 -1
- package/dist/src/java/tree/support_types.d.ts +5 -3
- package/dist/src/java/tree/support_types.d.ts.map +1 -1
- package/dist/src/java/tree/support_types.js +2 -1
- package/dist/src/java/tree/support_types.js.map +1 -1
- package/dist/src/java/tree/tree.d.ts +99 -9
- package/dist/src/java/tree/tree.d.ts.map +1 -1
- package/dist/src/java/tree/tree.js +150 -31
- package/dist/src/java/tree/tree.js.map +1 -1
- package/dist/src/java/visitor.d.ts +3 -1
- package/dist/src/java/visitor.d.ts.map +1 -1
- package/dist/src/java/visitor.js +24 -1
- package/dist/src/java/visitor.js.map +1 -1
- package/dist/src/javascript/parser.d.ts +2 -0
- package/dist/src/javascript/parser.d.ts.map +1 -1
- package/dist/src/javascript/parser.js +68 -17
- package/dist/src/javascript/parser.js.map +1 -1
- package/dist/src/javascript/remote/receiver.d.ts.map +1 -1
- package/dist/src/javascript/remote/receiver.js +43 -6
- package/dist/src/javascript/remote/receiver.js.map +1 -1
- package/dist/src/javascript/remote/sender.d.ts.map +1 -1
- package/dist/src/javascript/remote/sender.js +30 -2
- package/dist/src/javascript/remote/sender.js.map +1 -1
- package/dist/src/javascript/tree/support_types.d.ts +8 -3
- package/dist/src/javascript/tree/support_types.d.ts.map +1 -1
- package/dist/src/javascript/tree/support_types.js +5 -0
- package/dist/src/javascript/tree/support_types.js.map +1 -1
- package/dist/src/javascript/tree/tree.d.ts +61 -5
- package/dist/src/javascript/tree/tree.d.ts.map +1 -1
- package/dist/src/javascript/tree/tree.js +108 -24
- package/dist/src/javascript/tree/tree.js.map +1 -1
- package/dist/src/javascript/visitor.d.ts +2 -1
- package/dist/src/javascript/visitor.d.ts.map +1 -1
- package/dist/src/javascript/visitor.js +10 -1
- package/dist/src/javascript/visitor.js.map +1 -1
- package/package.json +1 -1
|
@@ -38,10 +38,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
return result;
|
|
39
39
|
};
|
|
40
40
|
})();
|
|
41
|
-
var AnnotatedType_1, Annotation_1, ArrayAccess_1, ArrayType_1, Assert_1, Assignment_1, AssignmentOperation_1, Binary_1, Block_1, Break_1, Case_1, ClassDeclaration_1, CompilationUnit_1, Continue_1, DoWhileLoop_1, Empty_1, EnumValue_1, EnumValueSet_1, FieldAccess_1, ForEachLoop_1, ForLoop_1, ParenthesizedTypeTree_1, Identifier_1, If_1, Import_1, InstanceOf_1, IntersectionType_1, Label_1, Lambda_1, Literal_1, MemberReference_1, MethodDeclaration_1, MethodInvocation_1, Modifier_1, MultiCatch_1, NewArray_1, ArrayDimension_1, NewClass_1, NullableType_1, Package_1, ParameterizedType_1, Parentheses_1, ControlParentheses_1, Primitive_1, Return_1, Switch_1, SwitchExpression_1, Synchronized_1, Ternary_1, Throw_1, Try_1, TypeCast_1, TypeParameter_1, TypeParameters_1, Unary_1, VariableDeclarations_1, WhileLoop_1, Wildcard_1, Yield_1, Unknown_1;
|
|
41
|
+
var AnnotatedType_1, Annotation_1, ArrayAccess_1, ArrayType_1, Assert_1, Assignment_1, AssignmentOperation_1, Binary_1, Block_1, Break_1, Case_1, ClassDeclaration_1, CompilationUnit_1, Continue_1, DoWhileLoop_1, Empty_1, EnumValue_1, EnumValueSet_1, FieldAccess_1, ForEachLoop_1, ForLoop_1, ParenthesizedTypeTree_1, Identifier_1, If_1, Import_1, InstanceOf_1, DeconstructionPattern_1, IntersectionType_1, Label_1, Lambda_1, Literal_1, MemberReference_1, MethodDeclaration_1, MethodInvocation_1, Modifier_1, MultiCatch_1, NewArray_1, ArrayDimension_1, NewClass_1, NullableType_1, Package_1, ParameterizedType_1, Parentheses_1, ControlParentheses_1, Primitive_1, Return_1, Switch_1, SwitchExpression_1, Synchronized_1, Ternary_1, Throw_1, Try_1, TypeCast_1, TypeParameter_1, TypeParameters_1, Unary_1, VariableDeclarations_1, WhileLoop_1, Wildcard_1, Yield_1, Unknown_1, Erroneous_1;
|
|
42
42
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43
|
-
exports.
|
|
44
|
-
exports.Unknown = exports.Yield = exports.Wildcard = exports.WhileLoop = exports.VariableDeclarations = exports.Unary = exports.TypeParameters = exports.TypeParameter = exports.TypeCast = exports.Try = void 0;
|
|
43
|
+
exports.Ternary = exports.Synchronized = exports.SwitchExpression = exports.Switch = exports.Return = exports.Primitive = exports.ControlParentheses = exports.Parentheses = exports.ParameterizedType = exports.Package = exports.NullableType = exports.NewClass = exports.ArrayDimension = exports.NewArray = exports.MultiCatch = exports.Modifier = exports.MethodInvocation = exports.MethodDeclaration = exports.MemberReference = exports.Literal = exports.Lambda = exports.Label = exports.IntersectionType = exports.DeconstructionPattern = exports.InstanceOf = exports.Import = exports.If = exports.Identifier = exports.ParenthesizedTypeTree = exports.ForLoop = exports.ForEachLoop = exports.FieldAccess = exports.EnumValueSet = exports.EnumValue = exports.Empty = exports.DoWhileLoop = exports.Continue = exports.CompilationUnit = exports.ClassDeclaration = exports.Case = exports.Break = exports.Block = exports.Binary = exports.AssignmentOperation = exports.Assignment = exports.Assert = exports.ArrayType = exports.ArrayAccess = exports.Annotation = exports.AnnotatedType = void 0;
|
|
44
|
+
exports.Erroneous = exports.Unknown = exports.Yield = exports.Wildcard = exports.WhileLoop = exports.VariableDeclarations = exports.Unary = exports.TypeParameters = exports.TypeParameter = exports.TypeCast = exports.Try = exports.Throw = void 0;
|
|
45
45
|
const extensions = __importStar(require("./extensions"));
|
|
46
46
|
const support_types_1 = require("./support_types");
|
|
47
47
|
const core_1 = require("../../core");
|
|
@@ -688,45 +688,46 @@ exports.Break = Break = Break_1 = __decorate([
|
|
|
688
688
|
(0, core_1.LstType)("org.openrewrite.java.tree.J$Break")
|
|
689
689
|
], Break);
|
|
690
690
|
let Case = Case_1 = class Case extends (0, support_types_1.JMixin)(Object) {
|
|
691
|
-
constructor(id, prefix, markers, _type,
|
|
691
|
+
constructor(id, prefix, markers, _type, caseLabels, statements, body, guard) {
|
|
692
692
|
super();
|
|
693
693
|
this._id = id;
|
|
694
694
|
this._prefix = prefix;
|
|
695
695
|
this._markers = markers;
|
|
696
696
|
this._type = _type;
|
|
697
|
-
this.
|
|
697
|
+
this._caseLabels = caseLabels;
|
|
698
698
|
this._statements = statements;
|
|
699
699
|
this._body = body;
|
|
700
|
+
this._guard = guard;
|
|
700
701
|
}
|
|
701
702
|
get id() {
|
|
702
703
|
return this._id;
|
|
703
704
|
}
|
|
704
705
|
withId(id) {
|
|
705
|
-
return id === this._id ? this : new Case_1(id, this._prefix, this._markers, this._type, this.
|
|
706
|
+
return id === this._id ? this : new Case_1(id, this._prefix, this._markers, this._type, this._caseLabels, this._statements, this._body, this._guard);
|
|
706
707
|
}
|
|
707
708
|
get prefix() {
|
|
708
709
|
return this._prefix;
|
|
709
710
|
}
|
|
710
711
|
withPrefix(prefix) {
|
|
711
|
-
return prefix === this._prefix ? this : new Case_1(this._id, prefix, this._markers, this._type, this.
|
|
712
|
+
return prefix === this._prefix ? this : new Case_1(this._id, prefix, this._markers, this._type, this._caseLabels, this._statements, this._body, this._guard);
|
|
712
713
|
}
|
|
713
714
|
get markers() {
|
|
714
715
|
return this._markers;
|
|
715
716
|
}
|
|
716
717
|
withMarkers(markers) {
|
|
717
|
-
return markers === this._markers ? this : new Case_1(this._id, this._prefix, markers, this._type, this.
|
|
718
|
+
return markers === this._markers ? this : new Case_1(this._id, this._prefix, markers, this._type, this._caseLabels, this._statements, this._body, this._guard);
|
|
718
719
|
}
|
|
719
720
|
get type() {
|
|
720
721
|
return this._type;
|
|
721
722
|
}
|
|
722
723
|
withType(_type) {
|
|
723
|
-
return _type === this._type ? this : new Case_1(this._id, this._prefix, this._markers, _type, this.
|
|
724
|
+
return _type === this._type ? this : new Case_1(this._id, this._prefix, this._markers, _type, this._caseLabels, this._statements, this._body, this._guard);
|
|
724
725
|
}
|
|
725
|
-
get
|
|
726
|
-
return this.
|
|
726
|
+
get caseLabels() {
|
|
727
|
+
return this._caseLabels.elements;
|
|
727
728
|
}
|
|
728
|
-
|
|
729
|
-
return this.padding.
|
|
729
|
+
withCaseLabels(caseLabels) {
|
|
730
|
+
return this.padding.withCaseLabels(support_types_1.JContainer.withElements(this._caseLabels, caseLabels));
|
|
730
731
|
}
|
|
731
732
|
get statements() {
|
|
732
733
|
return this._statements.elements;
|
|
@@ -740,29 +741,35 @@ let Case = Case_1 = class Case extends (0, support_types_1.JMixin)(Object) {
|
|
|
740
741
|
withBody(body) {
|
|
741
742
|
return this.padding.withBody(support_types_1.JRightPadded.withElement(this._body, body));
|
|
742
743
|
}
|
|
744
|
+
get guard() {
|
|
745
|
+
return this._guard;
|
|
746
|
+
}
|
|
747
|
+
withGuard(guard) {
|
|
748
|
+
return guard === this._guard ? this : new Case_1(this._id, this._prefix, this._markers, this._type, this._caseLabels, this._statements, this._body, guard);
|
|
749
|
+
}
|
|
743
750
|
acceptJava(v, p) {
|
|
744
751
|
return v.visitCase(this, p);
|
|
745
752
|
}
|
|
746
753
|
get padding() {
|
|
747
754
|
const t = this;
|
|
748
755
|
return new class {
|
|
749
|
-
get
|
|
750
|
-
return t.
|
|
756
|
+
get caseLabels() {
|
|
757
|
+
return t._caseLabels;
|
|
751
758
|
}
|
|
752
|
-
|
|
753
|
-
return t.
|
|
759
|
+
withCaseLabels(caseLabels) {
|
|
760
|
+
return t._caseLabels === caseLabels ? t : new Case_1(t._id, t._prefix, t._markers, t._type, caseLabels, t._statements, t._body, t._guard);
|
|
754
761
|
}
|
|
755
762
|
get statements() {
|
|
756
763
|
return t._statements;
|
|
757
764
|
}
|
|
758
765
|
withStatements(statements) {
|
|
759
|
-
return t._statements === statements ? t : new Case_1(t._id, t._prefix, t._markers, t._type, t.
|
|
766
|
+
return t._statements === statements ? t : new Case_1(t._id, t._prefix, t._markers, t._type, t._caseLabels, statements, t._body, t._guard);
|
|
760
767
|
}
|
|
761
768
|
get body() {
|
|
762
769
|
return t._body;
|
|
763
770
|
}
|
|
764
771
|
withBody(body) {
|
|
765
|
-
return t._body === body ? t : new Case_1(t._id, t._prefix, t._markers, t._type, t.
|
|
772
|
+
return t._body === body ? t : new Case_1(t._id, t._prefix, t._markers, t._type, t._caseLabels, t._statements, body, t._guard);
|
|
766
773
|
}
|
|
767
774
|
};
|
|
768
775
|
}
|
|
@@ -2058,6 +2065,71 @@ exports.InstanceOf = InstanceOf;
|
|
|
2058
2065
|
exports.InstanceOf = InstanceOf = InstanceOf_1 = __decorate([
|
|
2059
2066
|
(0, core_1.LstType)("org.openrewrite.java.tree.J$InstanceOf")
|
|
2060
2067
|
], InstanceOf);
|
|
2068
|
+
let DeconstructionPattern = DeconstructionPattern_1 = class DeconstructionPattern extends (0, support_types_1.JMixin)(Object) {
|
|
2069
|
+
constructor(id, prefix, markers, deconstructor, nested, _type) {
|
|
2070
|
+
super();
|
|
2071
|
+
this._id = id;
|
|
2072
|
+
this._prefix = prefix;
|
|
2073
|
+
this._markers = markers;
|
|
2074
|
+
this._deconstructor = deconstructor;
|
|
2075
|
+
this._nested = nested;
|
|
2076
|
+
this._type = _type;
|
|
2077
|
+
}
|
|
2078
|
+
get id() {
|
|
2079
|
+
return this._id;
|
|
2080
|
+
}
|
|
2081
|
+
withId(id) {
|
|
2082
|
+
return id === this._id ? this : new DeconstructionPattern_1(id, this._prefix, this._markers, this._deconstructor, this._nested, this._type);
|
|
2083
|
+
}
|
|
2084
|
+
get prefix() {
|
|
2085
|
+
return this._prefix;
|
|
2086
|
+
}
|
|
2087
|
+
withPrefix(prefix) {
|
|
2088
|
+
return prefix === this._prefix ? this : new DeconstructionPattern_1(this._id, prefix, this._markers, this._deconstructor, this._nested, this._type);
|
|
2089
|
+
}
|
|
2090
|
+
get markers() {
|
|
2091
|
+
return this._markers;
|
|
2092
|
+
}
|
|
2093
|
+
withMarkers(markers) {
|
|
2094
|
+
return markers === this._markers ? this : new DeconstructionPattern_1(this._id, this._prefix, markers, this._deconstructor, this._nested, this._type);
|
|
2095
|
+
}
|
|
2096
|
+
get deconstructor() {
|
|
2097
|
+
return this._deconstructor;
|
|
2098
|
+
}
|
|
2099
|
+
withDeconstructor(deconstructor) {
|
|
2100
|
+
return deconstructor === this._deconstructor ? this : new DeconstructionPattern_1(this._id, this._prefix, this._markers, deconstructor, this._nested, this._type);
|
|
2101
|
+
}
|
|
2102
|
+
get nested() {
|
|
2103
|
+
return this._nested.elements;
|
|
2104
|
+
}
|
|
2105
|
+
withNested(nested) {
|
|
2106
|
+
return this.padding.withNested(support_types_1.JContainer.withElements(this._nested, nested));
|
|
2107
|
+
}
|
|
2108
|
+
get type() {
|
|
2109
|
+
return this._type;
|
|
2110
|
+
}
|
|
2111
|
+
withType(_type) {
|
|
2112
|
+
return _type === this._type ? this : new DeconstructionPattern_1(this._id, this._prefix, this._markers, this._deconstructor, this._nested, _type);
|
|
2113
|
+
}
|
|
2114
|
+
acceptJava(v, p) {
|
|
2115
|
+
return v.visitDeconstructionPattern(this, p);
|
|
2116
|
+
}
|
|
2117
|
+
get padding() {
|
|
2118
|
+
const t = this;
|
|
2119
|
+
return new class {
|
|
2120
|
+
get nested() {
|
|
2121
|
+
return t._nested;
|
|
2122
|
+
}
|
|
2123
|
+
withNested(nested) {
|
|
2124
|
+
return t._nested === nested ? t : new DeconstructionPattern_1(t._id, t._prefix, t._markers, t._deconstructor, nested, t._type);
|
|
2125
|
+
}
|
|
2126
|
+
};
|
|
2127
|
+
}
|
|
2128
|
+
};
|
|
2129
|
+
exports.DeconstructionPattern = DeconstructionPattern;
|
|
2130
|
+
exports.DeconstructionPattern = DeconstructionPattern = DeconstructionPattern_1 = __decorate([
|
|
2131
|
+
(0, core_1.LstType)("org.openrewrite.java.tree.J$DeconstructionPattern")
|
|
2132
|
+
], DeconstructionPattern);
|
|
2061
2133
|
let IntersectionType = IntersectionType_1 = class IntersectionType extends (0, support_types_1.JMixin)(Object) {
|
|
2062
2134
|
constructor(id, prefix, markers, bounds) {
|
|
2063
2135
|
super();
|
|
@@ -3532,52 +3604,53 @@ exports.Switch = Switch = Switch_1 = __decorate([
|
|
|
3532
3604
|
(0, core_1.LstType)("org.openrewrite.java.tree.J$Switch")
|
|
3533
3605
|
], Switch);
|
|
3534
3606
|
let SwitchExpression = SwitchExpression_1 = class SwitchExpression extends (0, support_types_1.JMixin)(Object) {
|
|
3535
|
-
constructor(id, prefix, markers, selector, cases) {
|
|
3607
|
+
constructor(id, prefix, markers, selector, cases, _type) {
|
|
3536
3608
|
super();
|
|
3537
3609
|
this._id = id;
|
|
3538
3610
|
this._prefix = prefix;
|
|
3539
3611
|
this._markers = markers;
|
|
3540
3612
|
this._selector = selector;
|
|
3541
3613
|
this._cases = cases;
|
|
3614
|
+
this._type = _type;
|
|
3542
3615
|
}
|
|
3543
3616
|
get id() {
|
|
3544
3617
|
return this._id;
|
|
3545
3618
|
}
|
|
3546
3619
|
withId(id) {
|
|
3547
|
-
return id === this._id ? this : new SwitchExpression_1(id, this._prefix, this._markers, this._selector, this._cases);
|
|
3620
|
+
return id === this._id ? this : new SwitchExpression_1(id, this._prefix, this._markers, this._selector, this._cases, this._type);
|
|
3548
3621
|
}
|
|
3549
3622
|
get prefix() {
|
|
3550
3623
|
return this._prefix;
|
|
3551
3624
|
}
|
|
3552
3625
|
withPrefix(prefix) {
|
|
3553
|
-
return prefix === this._prefix ? this : new SwitchExpression_1(this._id, prefix, this._markers, this._selector, this._cases);
|
|
3626
|
+
return prefix === this._prefix ? this : new SwitchExpression_1(this._id, prefix, this._markers, this._selector, this._cases, this._type);
|
|
3554
3627
|
}
|
|
3555
3628
|
get markers() {
|
|
3556
3629
|
return this._markers;
|
|
3557
3630
|
}
|
|
3558
3631
|
withMarkers(markers) {
|
|
3559
|
-
return markers === this._markers ? this : new SwitchExpression_1(this._id, this._prefix, markers, this._selector, this._cases);
|
|
3632
|
+
return markers === this._markers ? this : new SwitchExpression_1(this._id, this._prefix, markers, this._selector, this._cases, this._type);
|
|
3560
3633
|
}
|
|
3561
3634
|
get selector() {
|
|
3562
3635
|
return this._selector;
|
|
3563
3636
|
}
|
|
3564
3637
|
withSelector(selector) {
|
|
3565
|
-
return selector === this._selector ? this : new SwitchExpression_1(this._id, this._prefix, this._markers, selector, this._cases);
|
|
3638
|
+
return selector === this._selector ? this : new SwitchExpression_1(this._id, this._prefix, this._markers, selector, this._cases, this._type);
|
|
3566
3639
|
}
|
|
3567
3640
|
get cases() {
|
|
3568
3641
|
return this._cases;
|
|
3569
3642
|
}
|
|
3570
3643
|
withCases(cases) {
|
|
3571
|
-
return cases === this._cases ? this : new SwitchExpression_1(this._id, this._prefix, this._markers, this._selector, cases);
|
|
3572
|
-
}
|
|
3573
|
-
acceptJava(v, p) {
|
|
3574
|
-
return v.visitSwitchExpression(this, p);
|
|
3644
|
+
return cases === this._cases ? this : new SwitchExpression_1(this._id, this._prefix, this._markers, this._selector, cases, this._type);
|
|
3575
3645
|
}
|
|
3576
3646
|
get type() {
|
|
3577
|
-
return
|
|
3647
|
+
return this._type;
|
|
3578
3648
|
}
|
|
3579
|
-
withType(
|
|
3580
|
-
return
|
|
3649
|
+
withType(_type) {
|
|
3650
|
+
return _type === this._type ? this : new SwitchExpression_1(this._id, this._prefix, this._markers, this._selector, this._cases, _type);
|
|
3651
|
+
}
|
|
3652
|
+
acceptJava(v, p) {
|
|
3653
|
+
return v.visitSwitchExpression(this, p);
|
|
3581
3654
|
}
|
|
3582
3655
|
};
|
|
3583
3656
|
exports.SwitchExpression = SwitchExpression;
|
|
@@ -4620,4 +4693,50 @@ exports.Unknown = Unknown = Unknown_1 = __decorate([
|
|
|
4620
4693
|
], Source);
|
|
4621
4694
|
Unknown.Source = Source;
|
|
4622
4695
|
})(Unknown || (exports.Unknown = Unknown = {}));
|
|
4696
|
+
let Erroneous = Erroneous_1 = class Erroneous extends (0, support_types_1.JMixin)(Object) {
|
|
4697
|
+
constructor(id, prefix, markers, text) {
|
|
4698
|
+
super();
|
|
4699
|
+
this._id = id;
|
|
4700
|
+
this._prefix = prefix;
|
|
4701
|
+
this._markers = markers;
|
|
4702
|
+
this._text = text;
|
|
4703
|
+
}
|
|
4704
|
+
get id() {
|
|
4705
|
+
return this._id;
|
|
4706
|
+
}
|
|
4707
|
+
withId(id) {
|
|
4708
|
+
return id === this._id ? this : new Erroneous_1(id, this._prefix, this._markers, this._text);
|
|
4709
|
+
}
|
|
4710
|
+
get prefix() {
|
|
4711
|
+
return this._prefix;
|
|
4712
|
+
}
|
|
4713
|
+
withPrefix(prefix) {
|
|
4714
|
+
return prefix === this._prefix ? this : new Erroneous_1(this._id, prefix, this._markers, this._text);
|
|
4715
|
+
}
|
|
4716
|
+
get markers() {
|
|
4717
|
+
return this._markers;
|
|
4718
|
+
}
|
|
4719
|
+
withMarkers(markers) {
|
|
4720
|
+
return markers === this._markers ? this : new Erroneous_1(this._id, this._prefix, markers, this._text);
|
|
4721
|
+
}
|
|
4722
|
+
get text() {
|
|
4723
|
+
return this._text;
|
|
4724
|
+
}
|
|
4725
|
+
withText(text) {
|
|
4726
|
+
return text === this._text ? this : new Erroneous_1(this._id, this._prefix, this._markers, text);
|
|
4727
|
+
}
|
|
4728
|
+
acceptJava(v, p) {
|
|
4729
|
+
return v.visitErroneous(this, p);
|
|
4730
|
+
}
|
|
4731
|
+
get type() {
|
|
4732
|
+
return extensions.getJavaType(this);
|
|
4733
|
+
}
|
|
4734
|
+
withType(type) {
|
|
4735
|
+
return extensions.withJavaType(this, type);
|
|
4736
|
+
}
|
|
4737
|
+
};
|
|
4738
|
+
exports.Erroneous = Erroneous;
|
|
4739
|
+
exports.Erroneous = Erroneous = Erroneous_1 = __decorate([
|
|
4740
|
+
(0, core_1.LstType)("org.openrewrite.java.tree.J$Erroneous")
|
|
4741
|
+
], Erroneous);
|
|
4623
4742
|
//# sourceMappingURL=tree.js.map
|