@herb-tools/linter 0.8.2 → 0.8.3
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 +67 -52
- 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 +8 -8
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -8
package/dist/loader.js
CHANGED
|
@@ -165,7 +165,7 @@ class Token {
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
168
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
168
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.3/templates/javascript/packages/core/src/errors.ts.erb
|
|
169
169
|
class HerbError {
|
|
170
170
|
type;
|
|
171
171
|
message;
|
|
@@ -695,7 +695,7 @@ function convertToUTF8(string) {
|
|
|
695
695
|
}
|
|
696
696
|
|
|
697
697
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
698
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
698
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.3/templates/javascript/packages/core/src/nodes.ts.erb
|
|
699
699
|
class Node {
|
|
700
700
|
type;
|
|
701
701
|
location;
|
|
@@ -2929,7 +2929,7 @@ class ParseResult extends Result {
|
|
|
2929
2929
|
}
|
|
2930
2930
|
|
|
2931
2931
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2932
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
2932
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.3/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
2933
2933
|
/**
|
|
2934
2934
|
* Type guard functions for AST nodes.
|
|
2935
2935
|
* These functions provide type checking by combining both instanceof
|
|
@@ -3632,7 +3632,7 @@ function didyoumean(input, list, threshold) {
|
|
|
3632
3632
|
}
|
|
3633
3633
|
|
|
3634
3634
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3635
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3635
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.3/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3636
3636
|
class Visitor {
|
|
3637
3637
|
visit(node) {
|
|
3638
3638
|
if (!node)
|