@herb-tools/rewriter 0.8.0 → 0.8.2

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.0/templates/javascript/packages/core/src/errors.ts.erb
293
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.2/templates/javascript/packages/core/src/errors.ts.erb
294
294
  class HerbError {
295
295
  type;
296
296
  message;
@@ -820,7 +820,7 @@ function convertToUTF8(string) {
820
820
  }
821
821
 
822
822
  // NOTE: This file is generated by the templates/template.rb script and should not
823
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.0/templates/javascript/packages/core/src/nodes.ts.erb
823
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.2/templates/javascript/packages/core/src/nodes.ts.erb
824
824
  class Node {
825
825
  type;
826
826
  location;
@@ -3098,7 +3098,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
3098
3098
  }
3099
3099
 
3100
3100
  // NOTE: This file is generated by the templates/template.rb script and should not
3101
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.0/templates/javascript/packages/core/src/visitor.ts.erb
3101
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.2/templates/javascript/packages/core/src/visitor.ts.erb
3102
3102
  class Visitor {
3103
3103
  visit(node) {
3104
3104
  if (!node)