@herb-tools/core 0.8.0 → 0.8.1
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.1/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.1/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.1/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
|
|
@@ -4015,7 +4015,7 @@ function didyoumeanRanked(input, list, threshold) {
|
|
|
4015
4015
|
}
|
|
4016
4016
|
|
|
4017
4017
|
var name = "@herb-tools/core";
|
|
4018
|
-
var version = "0.8.
|
|
4018
|
+
var version = "0.8.1";
|
|
4019
4019
|
var packageJSON = {
|
|
4020
4020
|
name: name,
|
|
4021
4021
|
version: version};
|
|
@@ -4238,7 +4238,7 @@ class HerbBackend {
|
|
|
4238
4238
|
}
|
|
4239
4239
|
|
|
4240
4240
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4241
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4241
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.1/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4242
4242
|
class Visitor {
|
|
4243
4243
|
visit(node) {
|
|
4244
4244
|
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.1/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.1/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.1/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
|
|
@@ -4017,7 +4017,7 @@ function didyoumeanRanked(input, list, threshold) {
|
|
|
4017
4017
|
}
|
|
4018
4018
|
|
|
4019
4019
|
var name = "@herb-tools/core";
|
|
4020
|
-
var version = "0.8.
|
|
4020
|
+
var version = "0.8.1";
|
|
4021
4021
|
var packageJSON = {
|
|
4022
4022
|
name: name,
|
|
4023
4023
|
version: version};
|
|
@@ -4240,7 +4240,7 @@ class HerbBackend {
|
|
|
4240
4240
|
}
|
|
4241
4241
|
|
|
4242
4242
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4243
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4243
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.1/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4244
4244
|
class Visitor {
|
|
4245
4245
|
visit(node) {
|
|
4246
4246
|
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.1/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.1/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.1/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
|
|
@@ -4015,7 +4015,7 @@ function didyoumeanRanked(input, list, threshold) {
|
|
|
4015
4015
|
}
|
|
4016
4016
|
|
|
4017
4017
|
var name = "@herb-tools/core";
|
|
4018
|
-
var version = "0.8.
|
|
4018
|
+
var version = "0.8.1";
|
|
4019
4019
|
var packageJSON = {
|
|
4020
4020
|
name: name,
|
|
4021
4021
|
version: version};
|
|
@@ -4238,7 +4238,7 @@ class HerbBackend {
|
|
|
4238
4238
|
}
|
|
4239
4239
|
|
|
4240
4240
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4241
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4241
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.1/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4242
4242
|
class Visitor {
|
|
4243
4243
|
visit(node) {
|
|
4244
4244
|
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.1/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.1/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.1/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
|
|
@@ -4021,7 +4021,7 @@
|
|
|
4021
4021
|
}
|
|
4022
4022
|
|
|
4023
4023
|
var name = "@herb-tools/core";
|
|
4024
|
-
var version = "0.8.
|
|
4024
|
+
var version = "0.8.1";
|
|
4025
4025
|
var packageJSON = {
|
|
4026
4026
|
name: name,
|
|
4027
4027
|
version: version};
|
|
@@ -4244,7 +4244,7 @@
|
|
|
4244
4244
|
}
|
|
4245
4245
|
|
|
4246
4246
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4247
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4247
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.1/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4248
4248
|
class Visitor {
|
|
4249
4249
|
visit(node) {
|
|
4250
4250
|
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.1/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.1/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.1/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.1/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3
3
|
|
|
4
4
|
import {
|
|
5
5
|
Node,
|