@herb-tools/core 0.8.8 → 0.8.9
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.9/templates/javascript/packages/core/src/errors.ts.erb
|
|
159
159
|
class HerbError {
|
|
160
160
|
type;
|
|
161
161
|
message;
|
|
@@ -727,7 +727,7 @@ function convertToUTF8(string) {
|
|
|
727
727
|
}
|
|
728
728
|
|
|
729
729
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
730
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
730
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/nodes.ts.erb
|
|
731
731
|
class Node {
|
|
732
732
|
type;
|
|
733
733
|
location;
|
|
@@ -3000,7 +3000,7 @@ class ParseResult extends Result {
|
|
|
3000
3000
|
}
|
|
3001
3001
|
|
|
3002
3002
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3003
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3003
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
3004
3004
|
/**
|
|
3005
3005
|
* Type guard functions for AST nodes.
|
|
3006
3006
|
* These functions provide type checking by combining both instanceof
|
|
@@ -4080,7 +4080,7 @@ function didyoumeanRanked(input, list, threshold) {
|
|
|
4080
4080
|
}
|
|
4081
4081
|
|
|
4082
4082
|
var name = "@herb-tools/core";
|
|
4083
|
-
var version = "0.8.
|
|
4083
|
+
var version = "0.8.9";
|
|
4084
4084
|
var packageJSON = {
|
|
4085
4085
|
name: name,
|
|
4086
4086
|
version: version};
|
|
@@ -4303,7 +4303,7 @@ class HerbBackend {
|
|
|
4303
4303
|
}
|
|
4304
4304
|
|
|
4305
4305
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4306
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4306
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4307
4307
|
class Visitor {
|
|
4308
4308
|
visit(node) {
|
|
4309
4309
|
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.9/templates/javascript/packages/core/src/errors.ts.erb
|
|
161
161
|
class HerbError {
|
|
162
162
|
type;
|
|
163
163
|
message;
|
|
@@ -729,7 +729,7 @@ function convertToUTF8(string) {
|
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
732
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
732
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/nodes.ts.erb
|
|
733
733
|
class Node {
|
|
734
734
|
type;
|
|
735
735
|
location;
|
|
@@ -3002,7 +3002,7 @@ class ParseResult extends Result {
|
|
|
3002
3002
|
}
|
|
3003
3003
|
|
|
3004
3004
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3005
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3005
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
3006
3006
|
/**
|
|
3007
3007
|
* Type guard functions for AST nodes.
|
|
3008
3008
|
* These functions provide type checking by combining both instanceof
|
|
@@ -4082,7 +4082,7 @@ function didyoumeanRanked(input, list, threshold) {
|
|
|
4082
4082
|
}
|
|
4083
4083
|
|
|
4084
4084
|
var name = "@herb-tools/core";
|
|
4085
|
-
var version = "0.8.
|
|
4085
|
+
var version = "0.8.9";
|
|
4086
4086
|
var packageJSON = {
|
|
4087
4087
|
name: name,
|
|
4088
4088
|
version: version};
|
|
@@ -4305,7 +4305,7 @@ class HerbBackend {
|
|
|
4305
4305
|
}
|
|
4306
4306
|
|
|
4307
4307
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4308
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4308
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4309
4309
|
class Visitor {
|
|
4310
4310
|
visit(node) {
|
|
4311
4311
|
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.9/templates/javascript/packages/core/src/errors.ts.erb
|
|
159
159
|
class HerbError {
|
|
160
160
|
type;
|
|
161
161
|
message;
|
|
@@ -727,7 +727,7 @@ function convertToUTF8(string) {
|
|
|
727
727
|
}
|
|
728
728
|
|
|
729
729
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
730
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
730
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/nodes.ts.erb
|
|
731
731
|
class Node {
|
|
732
732
|
type;
|
|
733
733
|
location;
|
|
@@ -3000,7 +3000,7 @@ class ParseResult extends Result {
|
|
|
3000
3000
|
}
|
|
3001
3001
|
|
|
3002
3002
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3003
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3003
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
3004
3004
|
/**
|
|
3005
3005
|
* Type guard functions for AST nodes.
|
|
3006
3006
|
* These functions provide type checking by combining both instanceof
|
|
@@ -4080,7 +4080,7 @@ function didyoumeanRanked(input, list, threshold) {
|
|
|
4080
4080
|
}
|
|
4081
4081
|
|
|
4082
4082
|
var name = "@herb-tools/core";
|
|
4083
|
-
var version = "0.8.
|
|
4083
|
+
var version = "0.8.9";
|
|
4084
4084
|
var packageJSON = {
|
|
4085
4085
|
name: name,
|
|
4086
4086
|
version: version};
|
|
@@ -4303,7 +4303,7 @@ class HerbBackend {
|
|
|
4303
4303
|
}
|
|
4304
4304
|
|
|
4305
4305
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4306
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4306
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4307
4307
|
class Visitor {
|
|
4308
4308
|
visit(node) {
|
|
4309
4309
|
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.9/templates/javascript/packages/core/src/errors.ts.erb
|
|
165
165
|
class HerbError {
|
|
166
166
|
type;
|
|
167
167
|
message;
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
}
|
|
734
734
|
|
|
735
735
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
736
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
736
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/nodes.ts.erb
|
|
737
737
|
class Node {
|
|
738
738
|
type;
|
|
739
739
|
location;
|
|
@@ -3006,7 +3006,7 @@
|
|
|
3006
3006
|
}
|
|
3007
3007
|
|
|
3008
3008
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3009
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3009
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
3010
3010
|
/**
|
|
3011
3011
|
* Type guard functions for AST nodes.
|
|
3012
3012
|
* These functions provide type checking by combining both instanceof
|
|
@@ -4086,7 +4086,7 @@
|
|
|
4086
4086
|
}
|
|
4087
4087
|
|
|
4088
4088
|
var name = "@herb-tools/core";
|
|
4089
|
-
var version = "0.8.
|
|
4089
|
+
var version = "0.8.9";
|
|
4090
4090
|
var packageJSON = {
|
|
4091
4091
|
name: name,
|
|
4092
4092
|
version: version};
|
|
@@ -4309,7 +4309,7 @@
|
|
|
4309
4309
|
}
|
|
4310
4310
|
|
|
4311
4311
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4312
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4312
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4313
4313
|
class Visitor {
|
|
4314
4314
|
visit(node) {
|
|
4315
4315
|
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.9/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.9/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.9/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.9/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3
3
|
|
|
4
4
|
import {
|
|
5
5
|
Node,
|