@herb-tools/linter 0.8.3 → 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.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.3/templates/javascript/packages/core/src/errors.ts.erb
168
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/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.3/templates/javascript/packages/core/src/nodes.ts.erb
698
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/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.3/templates/javascript/packages/core/src/node-type-guards.ts.erb
2932
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/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.3/templates/javascript/packages/core/src/visitor.ts.erb
3635
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.4/templates/javascript/packages/core/src/visitor.ts.erb
3636
3636
  class Visitor {
3637
3637
  visit(node) {
3638
3638
  if (!node)