@herb-tools/formatter 0.8.2 → 0.8.3

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.2/templates/javascript/packages/core/src/errors.ts.erb
246
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.3/templates/javascript/packages/core/src/errors.ts.erb
247
247
  class HerbError {
248
248
  type;
249
249
  message;
@@ -773,7 +773,7 @@ function convertToUTF8(string) {
773
773
  }
774
774
 
775
775
  // NOTE: This file is generated by the templates/template.rb script and should not
776
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.2/templates/javascript/packages/core/src/nodes.ts.erb
776
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.3/templates/javascript/packages/core/src/nodes.ts.erb
777
777
  class Node {
778
778
  type;
779
779
  location;
@@ -3007,7 +3007,7 @@ class ParseResult extends Result {
3007
3007
  }
3008
3008
 
3009
3009
  // NOTE: This file is generated by the templates/template.rb script and should not
3010
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.2/templates/javascript/packages/core/src/node-type-guards.ts.erb
3010
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.3/templates/javascript/packages/core/src/node-type-guards.ts.erb
3011
3011
  /**
3012
3012
  * Type guard functions for AST nodes.
3013
3013
  * These functions provide type checking by combining both instanceof
@@ -3504,7 +3504,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
3504
3504
  }
3505
3505
 
3506
3506
  // NOTE: This file is generated by the templates/template.rb script and should not
3507
- // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.2/templates/javascript/packages/core/src/visitor.ts.erb
3507
+ // be modified manually. See /Users/marcoroth/Development/herb-release-0.8.3/templates/javascript/packages/core/src/visitor.ts.erb
3508
3508
  class Visitor {
3509
3509
  visit(node) {
3510
3510
  if (!node)