@herb-tools/rewriter 0.8.8 → 0.8.9

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
@@ -294,7 +294,7 @@ class Token {
294
294
  }
295
295
 
296
296
  // NOTE: This file is generated by the templates/template.rb script and should not
297
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.8/templates/javascript/packages/core/src/errors.ts.erb
297
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/errors.ts.erb
298
298
  class HerbError {
299
299
  type;
300
300
  message;
@@ -859,7 +859,7 @@ function convertToUTF8(string) {
859
859
  }
860
860
 
861
861
  // NOTE: This file is generated by the templates/template.rb script and should not
862
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.8/templates/javascript/packages/core/src/nodes.ts.erb
862
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/nodes.ts.erb
863
863
  class Node {
864
864
  type;
865
865
  location;
@@ -3113,7 +3113,7 @@ class ParseResult extends Result {
3113
3113
  }
3114
3114
 
3115
3115
  // NOTE: This file is generated by the templates/template.rb script and should not
3116
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.8/templates/javascript/packages/core/src/node-type-guards.ts.erb
3116
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/node-type-guards.ts.erb
3117
3117
  /**
3118
3118
  * Type guard functions for AST nodes.
3119
3119
  * These functions provide type checking by combining both instanceof
@@ -3506,7 +3506,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
3506
3506
  }
3507
3507
 
3508
3508
  // NOTE: This file is generated by the templates/template.rb script and should not
3509
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.8/templates/javascript/packages/core/src/visitor.ts.erb
3509
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/visitor.ts.erb
3510
3510
  class Visitor {
3511
3511
  visit(node) {
3512
3512
  if (!node)