@herb-tools/rewriter 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/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 +4 -4
package/dist/loader.esm.js
CHANGED
|
@@ -292,7 +292,7 @@ class Token {
|
|
|
292
292
|
}
|
|
293
293
|
|
|
294
294
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
295
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
295
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/errors.ts.erb
|
|
296
296
|
class HerbError {
|
|
297
297
|
type;
|
|
298
298
|
message;
|
|
@@ -857,7 +857,7 @@ function convertToUTF8(string) {
|
|
|
857
857
|
}
|
|
858
858
|
|
|
859
859
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
860
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
860
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/nodes.ts.erb
|
|
861
861
|
class Node {
|
|
862
862
|
type;
|
|
863
863
|
location;
|
|
@@ -3111,7 +3111,7 @@ class ParseResult extends Result {
|
|
|
3111
3111
|
}
|
|
3112
3112
|
|
|
3113
3113
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3114
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3114
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
3115
3115
|
/**
|
|
3116
3116
|
* Type guard functions for AST nodes.
|
|
3117
3117
|
* These functions provide type checking by combining both instanceof
|
|
@@ -3504,7 +3504,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
|
|
|
3504
3504
|
}
|
|
3505
3505
|
|
|
3506
3506
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3507
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3507
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3508
3508
|
class Visitor {
|
|
3509
3509
|
visit(node) {
|
|
3510
3510
|
if (!node)
|