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