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