@herb-tools/rewriter 0.8.1 → 0.8.2
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
|
@@ -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.2/templates/javascript/packages/core/src/errors.ts.erb
|
|
303
303
|
class HerbError {
|
|
304
304
|
type;
|
|
305
305
|
message;
|
|
@@ -829,7 +829,7 @@ function convertToUTF8(string) {
|
|
|
829
829
|
}
|
|
830
830
|
|
|
831
831
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
832
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
832
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.2/templates/javascript/packages/core/src/nodes.ts.erb
|
|
833
833
|
class Node {
|
|
834
834
|
type;
|
|
835
835
|
location;
|
|
@@ -3063,7 +3063,7 @@ class ParseResult extends Result {
|
|
|
3063
3063
|
}
|
|
3064
3064
|
|
|
3065
3065
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3066
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3066
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.2/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
3067
3067
|
/**
|
|
3068
3068
|
* Type guard functions for AST nodes.
|
|
3069
3069
|
* These functions provide type checking by combining both instanceof
|
|
@@ -3456,7 +3456,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
|
|
|
3456
3456
|
}
|
|
3457
3457
|
|
|
3458
3458
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3459
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3459
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.2/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3460
3460
|
class Visitor {
|
|
3461
3461
|
visit(node) {
|
|
3462
3462
|
if (!node)
|