@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.cjs
CHANGED
|
@@ -320,7 +320,7 @@ class Token {
|
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
323
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
323
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/errors.ts.erb
|
|
324
324
|
class HerbError {
|
|
325
325
|
type;
|
|
326
326
|
message;
|
|
@@ -885,7 +885,7 @@ function convertToUTF8(string) {
|
|
|
885
885
|
}
|
|
886
886
|
|
|
887
887
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
888
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
888
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/nodes.ts.erb
|
|
889
889
|
class Node {
|
|
890
890
|
type;
|
|
891
891
|
location;
|
|
@@ -3119,7 +3119,7 @@ class ParseResult extends Result {
|
|
|
3119
3119
|
}
|
|
3120
3120
|
|
|
3121
3121
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3122
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3122
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
3123
3123
|
/**
|
|
3124
3124
|
* Type guard functions for AST nodes.
|
|
3125
3125
|
* These functions provide type checking by combining both instanceof
|
|
@@ -3512,7 +3512,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
|
|
|
3512
3512
|
}
|
|
3513
3513
|
|
|
3514
3514
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3515
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3515
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.6/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3516
3516
|
class Visitor {
|
|
3517
3517
|
visit(node) {
|
|
3518
3518
|
if (!node)
|