@herb-tools/formatter 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
@@ -243,7 +243,7 @@ class Token {
243
243
  }
244
244
 
245
245
  // NOTE: This file is generated by the templates/template.rb script and should not
246
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.5/templates/javascript/packages/core/src/errors.ts.erb
246
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/errors.ts.erb
247
247
  class HerbError {
248
248
  type;
249
249
  message;
@@ -808,7 +808,7 @@ function convertToUTF8(string) {
808
808
  }
809
809
 
810
810
  // NOTE: This file is generated by the templates/template.rb script and should not
811
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.5/templates/javascript/packages/core/src/nodes.ts.erb
811
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/nodes.ts.erb
812
812
  class Node {
813
813
  type;
814
814
  location;
@@ -3042,7 +3042,7 @@ class ParseResult extends Result {
3042
3042
  }
3043
3043
 
3044
3044
  // NOTE: This file is generated by the templates/template.rb script and should not
3045
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.5/templates/javascript/packages/core/src/node-type-guards.ts.erb
3045
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/node-type-guards.ts.erb
3046
3046
  /**
3047
3047
  * Type guard functions for AST nodes.
3048
3048
  * These functions provide type checking by combining both instanceof
@@ -3539,7 +3539,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
3539
3539
  }
3540
3540
 
3541
3541
  // NOTE: This file is generated by the templates/template.rb script and should not
3542
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.5/templates/javascript/packages/core/src/visitor.ts.erb
3542
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/visitor.ts.erb
3543
3543
  class Visitor {
3544
3544
  visit(node) {
3545
3545
  if (!node)