@herb-tools/linter 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/README.md +2 -2
- package/dist/herb-lint.js +13 -13
- package/dist/herb-lint.js.map +1 -1
- package/dist/loader.cjs +4 -4
- package/dist/loader.cjs.map +1 -1
- package/dist/loader.js +4 -4
- package/dist/loader.js.map +1 -1
- package/dist/package.json +9 -9
- package/package.json +9 -9
package/dist/loader.cjs
CHANGED
|
@@ -186,7 +186,7 @@ class Token {
|
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
189
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
189
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/errors.ts.erb
|
|
190
190
|
class HerbError {
|
|
191
191
|
type;
|
|
192
192
|
message;
|
|
@@ -751,7 +751,7 @@ function convertToUTF8(string) {
|
|
|
751
751
|
}
|
|
752
752
|
|
|
753
753
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
754
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
754
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/nodes.ts.erb
|
|
755
755
|
class Node {
|
|
756
756
|
type;
|
|
757
757
|
location;
|
|
@@ -2985,7 +2985,7 @@ class ParseResult extends Result {
|
|
|
2985
2985
|
}
|
|
2986
2986
|
|
|
2987
2987
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2988
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
2988
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
2989
2989
|
/**
|
|
2990
2990
|
* Type guard functions for AST nodes.
|
|
2991
2991
|
* These functions provide type checking by combining both instanceof
|
|
@@ -3688,7 +3688,7 @@ function didyoumean(input, list, threshold) {
|
|
|
3688
3688
|
}
|
|
3689
3689
|
|
|
3690
3690
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3691
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3691
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3692
3692
|
class Visitor {
|
|
3693
3693
|
visit(node) {
|
|
3694
3694
|
if (!node)
|