@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/index.cjs CHANGED
@@ -290,7 +290,7 @@ class Token {
290
290
  }
291
291
 
292
292
  // NOTE: This file is generated by the templates/template.rb script and should not
293
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.8/templates/javascript/packages/core/src/errors.ts.erb
293
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/errors.ts.erb
294
294
  class HerbError {
295
295
  type;
296
296
  message;
@@ -855,7 +855,7 @@ function convertToUTF8(string) {
855
855
  }
856
856
 
857
857
  // NOTE: This file is generated by the templates/template.rb script and should not
858
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.8/templates/javascript/packages/core/src/nodes.ts.erb
858
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/nodes.ts.erb
859
859
  class Node {
860
860
  type;
861
861
  location;
@@ -3153,7 +3153,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
3153
3153
  }
3154
3154
 
3155
3155
  // NOTE: This file is generated by the templates/template.rb script and should not
3156
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.8/templates/javascript/packages/core/src/visitor.ts.erb
3156
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/visitor.ts.erb
3157
3157
  class Visitor {
3158
3158
  visit(node) {
3159
3159
  if (!node)