@herb-tools/rewriter 0.8.5 → 0.8.6

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.5/templates/javascript/packages/core/src/errors.ts.erb
293
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/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.5/templates/javascript/packages/core/src/nodes.ts.erb
858
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/nodes.ts.erb
859
859
  class Node {
860
860
  type;
861
861
  location;
@@ -3133,7 +3133,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
3133
3133
  }
3134
3134
 
3135
3135
  // NOTE: This file is generated by the templates/template.rb script and should not
3136
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.5/templates/javascript/packages/core/src/visitor.ts.erb
3136
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/visitor.ts.erb
3137
3137
  class Visitor {
3138
3138
  visit(node) {
3139
3139
  if (!node)