@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.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.6/templates/javascript/packages/core/src/errors.ts.erb
|
|
169
169
|
class HerbError {
|
|
170
170
|
type;
|
|
171
171
|
message;
|
|
@@ -730,7 +730,7 @@ function convertToUTF8(string) {
|
|
|
730
730
|
}
|
|
731
731
|
|
|
732
732
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
733
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
733
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/nodes.ts.erb
|
|
734
734
|
class Node {
|
|
735
735
|
type;
|
|
736
736
|
location;
|
|
@@ -2964,7 +2964,7 @@ class ParseResult extends Result {
|
|
|
2964
2964
|
}
|
|
2965
2965
|
|
|
2966
2966
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2967
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
2967
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
2968
2968
|
/**
|
|
2969
2969
|
* Type guard functions for AST nodes.
|
|
2970
2970
|
* These functions provide type checking by combining both instanceof
|
|
@@ -3667,7 +3667,7 @@ function didyoumean(input, list, threshold) {
|
|
|
3667
3667
|
}
|
|
3668
3668
|
|
|
3669
3669
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3670
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3670
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3671
3671
|
class Visitor {
|
|
3672
3672
|
visit(node) {
|
|
3673
3673
|
if (!node)
|