@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.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.3/templates/javascript/packages/core/src/errors.ts.erb
|
|
190
190
|
class HerbError {
|
|
191
191
|
type;
|
|
192
192
|
message;
|
|
@@ -716,7 +716,7 @@ function convertToUTF8(string) {
|
|
|
716
716
|
}
|
|
717
717
|
|
|
718
718
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
719
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
719
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.3/templates/javascript/packages/core/src/nodes.ts.erb
|
|
720
720
|
class Node {
|
|
721
721
|
type;
|
|
722
722
|
location;
|
|
@@ -2950,7 +2950,7 @@ class ParseResult extends Result {
|
|
|
2950
2950
|
}
|
|
2951
2951
|
|
|
2952
2952
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2953
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
2953
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.3/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
2954
2954
|
/**
|
|
2955
2955
|
* Type guard functions for AST nodes.
|
|
2956
2956
|
* These functions provide type checking by combining both instanceof
|
|
@@ -3653,7 +3653,7 @@ function didyoumean(input, list, threshold) {
|
|
|
3653
3653
|
}
|
|
3654
3654
|
|
|
3655
3655
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3656
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3656
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.3/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3657
3657
|
class Visitor {
|
|
3658
3658
|
visit(node) {
|
|
3659
3659
|
if (!node)
|