@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.esm.js CHANGED
@@ -288,7 +288,7 @@ class Token {
288
288
  }
289
289
 
290
290
  // NOTE: This file is generated by the templates/template.rb script and should not
291
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.5/templates/javascript/packages/core/src/errors.ts.erb
291
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/errors.ts.erb
292
292
  class HerbError {
293
293
  type;
294
294
  message;
@@ -853,7 +853,7 @@ function convertToUTF8(string) {
853
853
  }
854
854
 
855
855
  // NOTE: This file is generated by the templates/template.rb script and should not
856
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.5/templates/javascript/packages/core/src/nodes.ts.erb
856
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/nodes.ts.erb
857
857
  class Node {
858
858
  type;
859
859
  location;
@@ -3131,7 +3131,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
3131
3131
  }
3132
3132
 
3133
3133
  // NOTE: This file is generated by the templates/template.rb script and should not
3134
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.5/templates/javascript/packages/core/src/visitor.ts.erb
3134
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/visitor.ts.erb
3135
3135
  class Visitor {
3136
3136
  visit(node) {
3137
3137
  if (!node)