@herb-tools/core 0.8.2 → 0.8.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/herb-core.browser.js +5 -5
- package/dist/herb-core.cjs +5 -5
- package/dist/herb-core.esm.js +5 -5
- package/dist/herb-core.umd.js +5 -5
- package/package.json +1 -1
- package/src/errors.ts +1 -1
- package/src/node-type-guards.ts +1 -1
- package/src/nodes.ts +1 -1
- package/src/visitor.ts +1 -1
|
@@ -155,7 +155,7 @@ class Token {
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
158
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
158
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/errors.ts.erb
|
|
159
159
|
class HerbError {
|
|
160
160
|
type;
|
|
161
161
|
message;
|
|
@@ -692,7 +692,7 @@ function convertToUTF8(string) {
|
|
|
692
692
|
}
|
|
693
693
|
|
|
694
694
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
695
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
695
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/nodes.ts.erb
|
|
696
696
|
class Node {
|
|
697
697
|
type;
|
|
698
698
|
location;
|
|
@@ -2945,7 +2945,7 @@ class ParseResult extends Result {
|
|
|
2945
2945
|
}
|
|
2946
2946
|
|
|
2947
2947
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2948
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
2948
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
2949
2949
|
/**
|
|
2950
2950
|
* Type guard functions for AST nodes.
|
|
2951
2951
|
* These functions provide type checking by combining both instanceof
|
|
@@ -4025,7 +4025,7 @@ function didyoumeanRanked(input, list, threshold) {
|
|
|
4025
4025
|
}
|
|
4026
4026
|
|
|
4027
4027
|
var name = "@herb-tools/core";
|
|
4028
|
-
var version = "0.8.
|
|
4028
|
+
var version = "0.8.4";
|
|
4029
4029
|
var packageJSON = {
|
|
4030
4030
|
name: name,
|
|
4031
4031
|
version: version};
|
|
@@ -4248,7 +4248,7 @@ class HerbBackend {
|
|
|
4248
4248
|
}
|
|
4249
4249
|
|
|
4250
4250
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4251
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4251
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4252
4252
|
class Visitor {
|
|
4253
4253
|
visit(node) {
|
|
4254
4254
|
if (!node)
|
package/dist/herb-core.cjs
CHANGED
|
@@ -157,7 +157,7 @@ class Token {
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
160
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
160
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/errors.ts.erb
|
|
161
161
|
class HerbError {
|
|
162
162
|
type;
|
|
163
163
|
message;
|
|
@@ -694,7 +694,7 @@ function convertToUTF8(string) {
|
|
|
694
694
|
}
|
|
695
695
|
|
|
696
696
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
697
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
697
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/nodes.ts.erb
|
|
698
698
|
class Node {
|
|
699
699
|
type;
|
|
700
700
|
location;
|
|
@@ -2947,7 +2947,7 @@ class ParseResult extends Result {
|
|
|
2947
2947
|
}
|
|
2948
2948
|
|
|
2949
2949
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2950
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
2950
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
2951
2951
|
/**
|
|
2952
2952
|
* Type guard functions for AST nodes.
|
|
2953
2953
|
* These functions provide type checking by combining both instanceof
|
|
@@ -4027,7 +4027,7 @@ function didyoumeanRanked(input, list, threshold) {
|
|
|
4027
4027
|
}
|
|
4028
4028
|
|
|
4029
4029
|
var name = "@herb-tools/core";
|
|
4030
|
-
var version = "0.8.
|
|
4030
|
+
var version = "0.8.4";
|
|
4031
4031
|
var packageJSON = {
|
|
4032
4032
|
name: name,
|
|
4033
4033
|
version: version};
|
|
@@ -4250,7 +4250,7 @@ class HerbBackend {
|
|
|
4250
4250
|
}
|
|
4251
4251
|
|
|
4252
4252
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4253
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4253
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4254
4254
|
class Visitor {
|
|
4255
4255
|
visit(node) {
|
|
4256
4256
|
if (!node)
|
package/dist/herb-core.esm.js
CHANGED
|
@@ -155,7 +155,7 @@ class Token {
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
158
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
158
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/errors.ts.erb
|
|
159
159
|
class HerbError {
|
|
160
160
|
type;
|
|
161
161
|
message;
|
|
@@ -692,7 +692,7 @@ function convertToUTF8(string) {
|
|
|
692
692
|
}
|
|
693
693
|
|
|
694
694
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
695
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
695
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/nodes.ts.erb
|
|
696
696
|
class Node {
|
|
697
697
|
type;
|
|
698
698
|
location;
|
|
@@ -2945,7 +2945,7 @@ class ParseResult extends Result {
|
|
|
2945
2945
|
}
|
|
2946
2946
|
|
|
2947
2947
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2948
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
2948
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
2949
2949
|
/**
|
|
2950
2950
|
* Type guard functions for AST nodes.
|
|
2951
2951
|
* These functions provide type checking by combining both instanceof
|
|
@@ -4025,7 +4025,7 @@ function didyoumeanRanked(input, list, threshold) {
|
|
|
4025
4025
|
}
|
|
4026
4026
|
|
|
4027
4027
|
var name = "@herb-tools/core";
|
|
4028
|
-
var version = "0.8.
|
|
4028
|
+
var version = "0.8.4";
|
|
4029
4029
|
var packageJSON = {
|
|
4030
4030
|
name: name,
|
|
4031
4031
|
version: version};
|
|
@@ -4248,7 +4248,7 @@ class HerbBackend {
|
|
|
4248
4248
|
}
|
|
4249
4249
|
|
|
4250
4250
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4251
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4251
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4252
4252
|
class Visitor {
|
|
4253
4253
|
visit(node) {
|
|
4254
4254
|
if (!node)
|
package/dist/herb-core.umd.js
CHANGED
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
164
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
164
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/errors.ts.erb
|
|
165
165
|
class HerbError {
|
|
166
166
|
type;
|
|
167
167
|
message;
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
701
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
701
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/nodes.ts.erb
|
|
702
702
|
class Node {
|
|
703
703
|
type;
|
|
704
704
|
location;
|
|
@@ -2951,7 +2951,7 @@
|
|
|
2951
2951
|
}
|
|
2952
2952
|
|
|
2953
2953
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2954
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
2954
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
2955
2955
|
/**
|
|
2956
2956
|
* Type guard functions for AST nodes.
|
|
2957
2957
|
* These functions provide type checking by combining both instanceof
|
|
@@ -4031,7 +4031,7 @@
|
|
|
4031
4031
|
}
|
|
4032
4032
|
|
|
4033
4033
|
var name = "@herb-tools/core";
|
|
4034
|
-
var version = "0.8.
|
|
4034
|
+
var version = "0.8.4";
|
|
4035
4035
|
var packageJSON = {
|
|
4036
4036
|
name: name,
|
|
4037
4037
|
version: version};
|
|
@@ -4254,7 +4254,7 @@
|
|
|
4254
4254
|
}
|
|
4255
4255
|
|
|
4256
4256
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4257
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4257
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4258
4258
|
class Visitor {
|
|
4259
4259
|
visit(node) {
|
|
4260
4260
|
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-0.8.
|
|
2
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/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/node-type-guards.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-0.8.
|
|
2
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
3
3
|
|
|
4
4
|
import type { Node, NodeType, ERBNode } from "./nodes.js"
|
|
5
5
|
|
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-0.8.
|
|
2
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/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-0.8.
|
|
2
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3
3
|
|
|
4
4
|
import {
|
|
5
5
|
Node,
|