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