@herb-tools/rewriter 0.8.5 → 0.8.7
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 +7 -7941
- package/dist/loader.cjs.map +1 -1
- package/dist/loader.esm.js +6 -7921
- package/dist/loader.esm.js.map +1 -1
- package/package.json +6 -6
- package/src/custom-rewriter-loader.ts +2 -3
package/dist/index.cjs
CHANGED
|
@@ -290,7 +290,7 @@ class Token {
|
|
|
290
290
|
}
|
|
291
291
|
|
|
292
292
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
293
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
293
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.7/templates/javascript/packages/core/src/errors.ts.erb
|
|
294
294
|
class HerbError {
|
|
295
295
|
type;
|
|
296
296
|
message;
|
|
@@ -855,7 +855,7 @@ function convertToUTF8(string) {
|
|
|
855
855
|
}
|
|
856
856
|
|
|
857
857
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
858
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
858
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.7/templates/javascript/packages/core/src/nodes.ts.erb
|
|
859
859
|
class Node {
|
|
860
860
|
type;
|
|
861
861
|
location;
|
|
@@ -3133,7 +3133,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
|
|
|
3133
3133
|
}
|
|
3134
3134
|
|
|
3135
3135
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3136
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3136
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.7/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3137
3137
|
class Visitor {
|
|
3138
3138
|
visit(node) {
|
|
3139
3139
|
if (!node)
|