@herb-tools/linter 0.8.2 → 0.8.4

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/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.2/templates/javascript/packages/core/src/errors.ts.erb
189
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/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.2/templates/javascript/packages/core/src/nodes.ts.erb
719
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/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.2/templates/javascript/packages/core/src/node-type-guards.ts.erb
2953
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/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.2/templates/javascript/packages/core/src/visitor.ts.erb
3656
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/visitor.ts.erb
3657
3657
  class Visitor {
3658
3658
  visit(node) {
3659
3659
  if (!node)