@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.cjs
CHANGED
|
@@ -255,7 +255,7 @@ class Token {
|
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
258
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
258
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/errors.ts.erb
|
|
259
259
|
class HerbError {
|
|
260
260
|
type;
|
|
261
261
|
message;
|
|
@@ -820,7 +820,7 @@ function convertToUTF8(string) {
|
|
|
820
820
|
}
|
|
821
821
|
|
|
822
822
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
823
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
823
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/nodes.ts.erb
|
|
824
824
|
class Node {
|
|
825
825
|
type;
|
|
826
826
|
location;
|
|
@@ -3074,7 +3074,7 @@ class ParseResult extends Result {
|
|
|
3074
3074
|
}
|
|
3075
3075
|
|
|
3076
3076
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3077
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3077
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
3078
3078
|
/**
|
|
3079
3079
|
* Type guard functions for AST nodes.
|
|
3080
3080
|
* These functions provide type checking by combining both instanceof
|
|
@@ -3571,7 +3571,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
|
|
|
3571
3571
|
}
|
|
3572
3572
|
|
|
3573
3573
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3574
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3574
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3575
3575
|
class Visitor {
|
|
3576
3576
|
visit(node) {
|
|
3577
3577
|
if (!node)
|