@herb-tools/core 0.8.5 → 0.8.6
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 +2 -2
- 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.6/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.6/templates/javascript/packages/core/src/nodes.ts.erb
|
|
731
731
|
class Node {
|
|
732
732
|
type;
|
|
733
733
|
location;
|
|
@@ -2980,7 +2980,7 @@ class ParseResult extends Result {
|
|
|
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-0.8.
|
|
2983
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
2984
2984
|
/**
|
|
2985
2985
|
* Type guard functions for AST nodes.
|
|
2986
2986
|
* These functions provide type checking by combining both instanceof
|
|
@@ -4060,7 +4060,7 @@ function didyoumeanRanked(input, list, threshold) {
|
|
|
4060
4060
|
}
|
|
4061
4061
|
|
|
4062
4062
|
var name = "@herb-tools/core";
|
|
4063
|
-
var version = "0.8.
|
|
4063
|
+
var version = "0.8.6";
|
|
4064
4064
|
var packageJSON = {
|
|
4065
4065
|
name: name,
|
|
4066
4066
|
version: version};
|
|
@@ -4283,7 +4283,7 @@ class HerbBackend {
|
|
|
4283
4283
|
}
|
|
4284
4284
|
|
|
4285
4285
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4286
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4286
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4287
4287
|
class Visitor {
|
|
4288
4288
|
visit(node) {
|
|
4289
4289
|
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.6/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.6/templates/javascript/packages/core/src/nodes.ts.erb
|
|
733
733
|
class Node {
|
|
734
734
|
type;
|
|
735
735
|
location;
|
|
@@ -2982,7 +2982,7 @@ class ParseResult extends Result {
|
|
|
2982
2982
|
}
|
|
2983
2983
|
|
|
2984
2984
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2985
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
2985
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
2986
2986
|
/**
|
|
2987
2987
|
* Type guard functions for AST nodes.
|
|
2988
2988
|
* These functions provide type checking by combining both instanceof
|
|
@@ -4062,7 +4062,7 @@ function didyoumeanRanked(input, list, threshold) {
|
|
|
4062
4062
|
}
|
|
4063
4063
|
|
|
4064
4064
|
var name = "@herb-tools/core";
|
|
4065
|
-
var version = "0.8.
|
|
4065
|
+
var version = "0.8.6";
|
|
4066
4066
|
var packageJSON = {
|
|
4067
4067
|
name: name,
|
|
4068
4068
|
version: version};
|
|
@@ -4285,7 +4285,7 @@ class HerbBackend {
|
|
|
4285
4285
|
}
|
|
4286
4286
|
|
|
4287
4287
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4288
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4288
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4289
4289
|
class Visitor {
|
|
4290
4290
|
visit(node) {
|
|
4291
4291
|
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.6/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.6/templates/javascript/packages/core/src/nodes.ts.erb
|
|
731
731
|
class Node {
|
|
732
732
|
type;
|
|
733
733
|
location;
|
|
@@ -2980,7 +2980,7 @@ class ParseResult extends Result {
|
|
|
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-0.8.
|
|
2983
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
2984
2984
|
/**
|
|
2985
2985
|
* Type guard functions for AST nodes.
|
|
2986
2986
|
* These functions provide type checking by combining both instanceof
|
|
@@ -4060,7 +4060,7 @@ function didyoumeanRanked(input, list, threshold) {
|
|
|
4060
4060
|
}
|
|
4061
4061
|
|
|
4062
4062
|
var name = "@herb-tools/core";
|
|
4063
|
-
var version = "0.8.
|
|
4063
|
+
var version = "0.8.6";
|
|
4064
4064
|
var packageJSON = {
|
|
4065
4065
|
name: name,
|
|
4066
4066
|
version: version};
|
|
@@ -4283,7 +4283,7 @@ class HerbBackend {
|
|
|
4283
4283
|
}
|
|
4284
4284
|
|
|
4285
4285
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4286
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4286
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4287
4287
|
class Visitor {
|
|
4288
4288
|
visit(node) {
|
|
4289
4289
|
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.6/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.6/templates/javascript/packages/core/src/nodes.ts.erb
|
|
737
737
|
class Node {
|
|
738
738
|
type;
|
|
739
739
|
location;
|
|
@@ -2986,7 +2986,7 @@
|
|
|
2986
2986
|
}
|
|
2987
2987
|
|
|
2988
2988
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2989
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
2989
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
2990
2990
|
/**
|
|
2991
2991
|
* Type guard functions for AST nodes.
|
|
2992
2992
|
* These functions provide type checking by combining both instanceof
|
|
@@ -4066,7 +4066,7 @@
|
|
|
4066
4066
|
}
|
|
4067
4067
|
|
|
4068
4068
|
var name = "@herb-tools/core";
|
|
4069
|
-
var version = "0.8.
|
|
4069
|
+
var version = "0.8.6";
|
|
4070
4070
|
var packageJSON = {
|
|
4071
4071
|
name: name,
|
|
4072
4072
|
version: version};
|
|
@@ -4289,7 +4289,7 @@
|
|
|
4289
4289
|
}
|
|
4290
4290
|
|
|
4291
4291
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4292
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
4292
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/visitor.ts.erb
|
|
4293
4293
|
class Visitor {
|
|
4294
4294
|
visit(node) {
|
|
4295
4295
|
if (!node)
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@herb-tools/core",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.6",
|
|
4
4
|
"description": "Core module exporting shared interfaces, AST node definitions, and common utilities for Herb",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://herb-tools.dev",
|
|
7
7
|
"bugs": "https://github.com/marcoroth/herb/issues/new?title=Package%20%60@herb-tools/core%60:%20",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/marcoroth/herb.git",
|
|
10
|
+
"url": "git+https://github.com/marcoroth/herb.git",
|
|
11
11
|
"directory": "javascript/packages/core"
|
|
12
12
|
},
|
|
13
13
|
"main": "./dist/herb-core.cjs",
|
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.6/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.6/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.6/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.6/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3
3
|
|
|
4
4
|
import {
|
|
5
5
|
Node,
|