@herb-tools/rewriter 0.9.7 → 0.10.1

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.
@@ -18495,7 +18495,7 @@ function deserialize(source, array) {
18495
18495
  }
18496
18496
 
18497
18497
  // NOTE: This file is generated by the templates/template.rb script and should not
18498
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.7/templates/javascript/packages/core/src/action-view-helpers.ts.erb
18498
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.10.1/templates/javascript/packages/core/src/action-view-helpers.ts.erb
18499
18499
  var HelperType;
18500
18500
  (function (HelperType) {
18501
18501
  HelperType["ActionCableMetaTag"] = "action_cable_meta_tag";
@@ -21019,7 +21019,7 @@ class Token {
21019
21019
  }
21020
21020
 
21021
21021
  // NOTE: This file is generated by the templates/template.rb script and should not
21022
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.7/templates/javascript/packages/core/src/errors.ts.erb
21022
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.10.1/templates/javascript/packages/core/src/errors.ts.erb
21023
21023
  class HerbError {
21024
21024
  type;
21025
21025
  message;
@@ -22762,7 +22762,7 @@ function deserializePrismNode(bytes, source) {
22762
22762
  }
22763
22763
 
22764
22764
  // NOTE: This file is generated by the templates/template.rb script and should not
22765
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.7/templates/javascript/packages/core/src/nodes.ts.erb
22765
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.10.1/templates/javascript/packages/core/src/nodes.ts.erb
22766
22766
  class Node {
22767
22767
  type;
22768
22768
  location;
@@ -26263,7 +26263,7 @@ class ParseResult extends Result {
26263
26263
  }
26264
26264
 
26265
26265
  // NOTE: This file is generated by the templates/template.rb script and should not
26266
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.7/templates/javascript/packages/core/src/node-type-guards.ts.erb
26266
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.10.1/templates/javascript/packages/core/src/node-type-guards.ts.erb
26267
26267
  /**
26268
26268
  * Type guard functions for AST nodes.
26269
26269
  * These functions provide type checking by combining both instanceof
@@ -27059,7 +27059,7 @@ function createERBOutputNode(expression, tagOpening = "<%=", tagClosing = "%>")
27059
27059
  }
27060
27060
 
27061
27061
  // NOTE: This file is generated by the templates/template.rb script and should not
27062
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.9.7/templates/javascript/packages/core/src/visitor.ts.erb
27062
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.10.1/templates/javascript/packages/core/src/visitor.ts.erb
27063
27063
  class Visitor {
27064
27064
  visit(node) {
27065
27065
  if (!node)