@herb-tools/core 0.4.2 → 0.4.3
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/herb-core.browser.js +4 -4
- package/dist/herb-core.cjs +4 -4
- package/dist/herb-core.esm.js +4 -4
- package/dist/herb-core.umd.js +4 -4
- package/package.json +1 -1
- package/src/errors.ts +1 -1
- package/src/nodes.ts +1 -1
- package/src/visitor.ts +1 -1
|
@@ -179,7 +179,7 @@ class Token {
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
182
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
182
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/errors.ts.erb
|
|
183
183
|
class HerbError {
|
|
184
184
|
type;
|
|
185
185
|
message;
|
|
@@ -621,7 +621,7 @@ function fromSerializedError(error) {
|
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
var name = "@herb-tools/core";
|
|
624
|
-
var version = "0.4.
|
|
624
|
+
var version = "0.4.3";
|
|
625
625
|
var packageJSON = {
|
|
626
626
|
name: name,
|
|
627
627
|
version: version};
|
|
@@ -773,7 +773,7 @@ class LexResult extends Result {
|
|
|
773
773
|
}
|
|
774
774
|
|
|
775
775
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
776
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
776
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/nodes.ts.erb
|
|
777
777
|
class Node {
|
|
778
778
|
type;
|
|
779
779
|
location;
|
|
@@ -2974,7 +2974,7 @@ class HerbBackend {
|
|
|
2974
2974
|
}
|
|
2975
2975
|
|
|
2976
2976
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2977
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
2977
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/visitor.ts.erb
|
|
2978
2978
|
class Visitor {
|
|
2979
2979
|
visit(node) {
|
|
2980
2980
|
if (!node)
|
package/dist/herb-core.cjs
CHANGED
|
@@ -181,7 +181,7 @@ class Token {
|
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
184
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
184
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/errors.ts.erb
|
|
185
185
|
class HerbError {
|
|
186
186
|
type;
|
|
187
187
|
message;
|
|
@@ -623,7 +623,7 @@ function fromSerializedError(error) {
|
|
|
623
623
|
}
|
|
624
624
|
|
|
625
625
|
var name = "@herb-tools/core";
|
|
626
|
-
var version = "0.4.
|
|
626
|
+
var version = "0.4.3";
|
|
627
627
|
var packageJSON = {
|
|
628
628
|
name: name,
|
|
629
629
|
version: version};
|
|
@@ -775,7 +775,7 @@ class LexResult extends Result {
|
|
|
775
775
|
}
|
|
776
776
|
|
|
777
777
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
778
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
778
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/nodes.ts.erb
|
|
779
779
|
class Node {
|
|
780
780
|
type;
|
|
781
781
|
location;
|
|
@@ -2976,7 +2976,7 @@ class HerbBackend {
|
|
|
2976
2976
|
}
|
|
2977
2977
|
|
|
2978
2978
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2979
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
2979
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/visitor.ts.erb
|
|
2980
2980
|
class Visitor {
|
|
2981
2981
|
visit(node) {
|
|
2982
2982
|
if (!node)
|
package/dist/herb-core.esm.js
CHANGED
|
@@ -179,7 +179,7 @@ class Token {
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
182
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
182
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/errors.ts.erb
|
|
183
183
|
class HerbError {
|
|
184
184
|
type;
|
|
185
185
|
message;
|
|
@@ -621,7 +621,7 @@ function fromSerializedError(error) {
|
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
var name = "@herb-tools/core";
|
|
624
|
-
var version = "0.4.
|
|
624
|
+
var version = "0.4.3";
|
|
625
625
|
var packageJSON = {
|
|
626
626
|
name: name,
|
|
627
627
|
version: version};
|
|
@@ -773,7 +773,7 @@ class LexResult extends Result {
|
|
|
773
773
|
}
|
|
774
774
|
|
|
775
775
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
776
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
776
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/nodes.ts.erb
|
|
777
777
|
class Node {
|
|
778
778
|
type;
|
|
779
779
|
location;
|
|
@@ -2974,7 +2974,7 @@ class HerbBackend {
|
|
|
2974
2974
|
}
|
|
2975
2975
|
|
|
2976
2976
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2977
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
2977
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/visitor.ts.erb
|
|
2978
2978
|
class Visitor {
|
|
2979
2979
|
visit(node) {
|
|
2980
2980
|
if (!node)
|
package/dist/herb-core.umd.js
CHANGED
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
188
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
188
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/errors.ts.erb
|
|
189
189
|
class HerbError {
|
|
190
190
|
type;
|
|
191
191
|
message;
|
|
@@ -627,7 +627,7 @@
|
|
|
627
627
|
}
|
|
628
628
|
|
|
629
629
|
var name = "@herb-tools/core";
|
|
630
|
-
var version = "0.4.
|
|
630
|
+
var version = "0.4.3";
|
|
631
631
|
var packageJSON = {
|
|
632
632
|
name: name,
|
|
633
633
|
version: version};
|
|
@@ -779,7 +779,7 @@
|
|
|
779
779
|
}
|
|
780
780
|
|
|
781
781
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
782
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
782
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/nodes.ts.erb
|
|
783
783
|
class Node {
|
|
784
784
|
type;
|
|
785
785
|
location;
|
|
@@ -2980,7 +2980,7 @@
|
|
|
2980
2980
|
}
|
|
2981
2981
|
|
|
2982
2982
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2983
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
2983
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/visitor.ts.erb
|
|
2984
2984
|
class Visitor {
|
|
2985
2985
|
visit(node) {
|
|
2986
2986
|
if (!node)
|
package/package.json
CHANGED
package/src/errors.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
2
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/errors.ts.erb
|
|
3
3
|
|
|
4
4
|
import { Location, SerializedLocation } from "./location.js"
|
|
5
5
|
import { Token, SerializedToken } from "./token.js"
|
package/src/nodes.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
2
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/nodes.ts.erb
|
|
3
3
|
|
|
4
4
|
import { Location } from "./location.js"
|
|
5
5
|
import { Token, SerializedToken } from "./token.js"
|
package/src/visitor.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-
|
|
2
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-7/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3
3
|
|
|
4
4
|
import {
|
|
5
5
|
Node,
|