@herb-tools/formatter 0.7.3 → 0.7.4
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/herb-format.js +12 -12
- package/dist/herb-format.js.map +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -196,7 +196,7 @@ class Token {
|
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
199
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.7.
|
|
199
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.7.4/templates/javascript/packages/core/src/errors.ts.erb
|
|
200
200
|
class HerbError {
|
|
201
201
|
type;
|
|
202
202
|
message;
|
|
@@ -646,7 +646,7 @@ function convertToUTF8(string) {
|
|
|
646
646
|
}
|
|
647
647
|
|
|
648
648
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
649
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.7.
|
|
649
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.7.4/templates/javascript/packages/core/src/nodes.ts.erb
|
|
650
650
|
class Node {
|
|
651
651
|
type;
|
|
652
652
|
location;
|
|
@@ -2880,7 +2880,7 @@ class ParseResult extends Result {
|
|
|
2880
2880
|
}
|
|
2881
2881
|
|
|
2882
2882
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2883
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.7.
|
|
2883
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.7.4/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
2884
2884
|
/**
|
|
2885
2885
|
* Type guard functions for AST nodes.
|
|
2886
2886
|
* These functions provide type checking by combining both instanceof
|
|
@@ -3367,7 +3367,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
|
|
|
3367
3367
|
}
|
|
3368
3368
|
|
|
3369
3369
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3370
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.7.
|
|
3370
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.7.4/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3371
3371
|
class Visitor {
|
|
3372
3372
|
visit(node) {
|
|
3373
3373
|
if (!node)
|