@herb-tools/rewriter 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.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/loader.cjs +4 -4
- package/dist/loader.cjs.map +1 -1
- package/dist/loader.esm.js +4 -4
- package/dist/loader.esm.js.map +1 -1
- package/package.json +5 -5
package/dist/loader.esm.js
CHANGED
|
@@ -299,7 +299,7 @@ class Token {
|
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
302
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
302
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/errors.ts.erb
|
|
303
303
|
class HerbError {
|
|
304
304
|
type;
|
|
305
305
|
message;
|
|
@@ -864,7 +864,7 @@ function convertToUTF8(string) {
|
|
|
864
864
|
}
|
|
865
865
|
|
|
866
866
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
867
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
867
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/nodes.ts.erb
|
|
868
868
|
class Node {
|
|
869
869
|
type;
|
|
870
870
|
location;
|
|
@@ -3098,7 +3098,7 @@ class ParseResult extends Result {
|
|
|
3098
3098
|
}
|
|
3099
3099
|
|
|
3100
3100
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3101
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3101
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
3102
3102
|
/**
|
|
3103
3103
|
* Type guard functions for AST nodes.
|
|
3104
3104
|
* These functions provide type checking by combining both instanceof
|
|
@@ -3491,7 +3491,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
|
|
|
3491
3491
|
}
|
|
3492
3492
|
|
|
3493
3493
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3494
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3494
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3495
3495
|
class Visitor {
|
|
3496
3496
|
visit(node) {
|
|
3497
3497
|
if (!node)
|