@herb-tools/formatter 0.8.8 → 0.8.9
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 +16 -16
- 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 +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -253,7 +253,7 @@ class Token {
|
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
256
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
256
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/errors.ts.erb
|
|
257
257
|
class HerbError {
|
|
258
258
|
type;
|
|
259
259
|
message;
|
|
@@ -818,7 +818,7 @@ function convertToUTF8(string) {
|
|
|
818
818
|
}
|
|
819
819
|
|
|
820
820
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
821
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
821
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/nodes.ts.erb
|
|
822
822
|
class Node {
|
|
823
823
|
type;
|
|
824
824
|
location;
|
|
@@ -3072,7 +3072,7 @@ class ParseResult extends Result {
|
|
|
3072
3072
|
}
|
|
3073
3073
|
|
|
3074
3074
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3075
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3075
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
3076
3076
|
/**
|
|
3077
3077
|
* Type guard functions for AST nodes.
|
|
3078
3078
|
* These functions provide type checking by combining both instanceof
|
|
@@ -3569,7 +3569,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
|
|
|
3569
3569
|
}
|
|
3570
3570
|
|
|
3571
3571
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3572
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3572
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3573
3573
|
class Visitor {
|
|
3574
3574
|
visit(node) {
|
|
3575
3575
|
if (!node)
|