@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/index.esm.js
CHANGED
|
@@ -288,7 +288,7 @@ class Token {
|
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
291
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
291
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.2/templates/javascript/packages/core/src/errors.ts.erb
|
|
292
292
|
class HerbError {
|
|
293
293
|
type;
|
|
294
294
|
message;
|
|
@@ -818,7 +818,7 @@ function convertToUTF8(string) {
|
|
|
818
818
|
}
|
|
819
819
|
|
|
820
820
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
821
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
821
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.2/templates/javascript/packages/core/src/nodes.ts.erb
|
|
822
822
|
class Node {
|
|
823
823
|
type;
|
|
824
824
|
location;
|
|
@@ -3096,7 +3096,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
|
|
|
3096
3096
|
}
|
|
3097
3097
|
|
|
3098
3098
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3099
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3099
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.2/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3100
3100
|
class Visitor {
|
|
3101
3101
|
visit(node) {
|
|
3102
3102
|
if (!node)
|