@herb-tools/rewriter 0.9.6 → 0.9.7

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/index.cjs CHANGED
@@ -50,7 +50,7 @@ class ASTRewriter {
50
50
  }
51
51
 
52
52
  // NOTE: This file is generated by the templates/template.rb script and should not
53
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.6/templates/javascript/packages/core/src/action-view-helpers.ts.erb
53
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.7/templates/javascript/packages/core/src/action-view-helpers.ts.erb
54
54
  var HelperType;
55
55
  (function (HelperType) {
56
56
  HelperType["ActionCableMetaTag"] = "action_cable_meta_tag";
@@ -2574,7 +2574,7 @@ class Token {
2574
2574
  }
2575
2575
 
2576
2576
  // NOTE: This file is generated by the templates/template.rb script and should not
2577
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.6/templates/javascript/packages/core/src/errors.ts.erb
2577
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.7/templates/javascript/packages/core/src/errors.ts.erb
2578
2578
  class HerbError {
2579
2579
  type;
2580
2580
  message;
@@ -4317,7 +4317,7 @@ function deserializePrismNode(bytes, source) {
4317
4317
  }
4318
4318
 
4319
4319
  // NOTE: This file is generated by the templates/template.rb script and should not
4320
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.6/templates/javascript/packages/core/src/nodes.ts.erb
4320
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.7/templates/javascript/packages/core/src/nodes.ts.erb
4321
4321
  class Node {
4322
4322
  type;
4323
4323
  location;
@@ -7818,7 +7818,7 @@ class ParseResult extends Result {
7818
7818
  }
7819
7819
 
7820
7820
  // NOTE: This file is generated by the templates/template.rb script and should not
7821
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.6/templates/javascript/packages/core/src/node-type-guards.ts.erb
7821
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.7/templates/javascript/packages/core/src/node-type-guards.ts.erb
7822
7822
  /**
7823
7823
  * Type guard functions for AST nodes.
7824
7824
  * These functions provide type checking by combining both instanceof
@@ -8509,7 +8509,7 @@ function createERBOutputNode(expression, tagOpening = "<%=", tagClosing = "%>")
8509
8509
  }
8510
8510
 
8511
8511
  // NOTE: This file is generated by the templates/template.rb script and should not
8512
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.6/templates/javascript/packages/core/src/visitor.ts.erb
8512
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.7/templates/javascript/packages/core/src/visitor.ts.erb
8513
8513
  class Visitor {
8514
8514
  visit(node) {
8515
8515
  if (!node)