@herb-tools/rewriter 0.8.6 → 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 +5 -5
- package/src/custom-rewriter-loader.ts +2 -3
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.7/templates/javascript/packages/core/src/errors.ts.erb
|
|
292
292
|
class HerbError {
|
|
293
293
|
type;
|
|
294
294
|
message;
|
|
@@ -853,7 +853,7 @@ function convertToUTF8(string) {
|
|
|
853
853
|
}
|
|
854
854
|
|
|
855
855
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
856
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
856
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.7/templates/javascript/packages/core/src/nodes.ts.erb
|
|
857
857
|
class Node {
|
|
858
858
|
type;
|
|
859
859
|
location;
|
|
@@ -3131,7 +3131,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
|
|
|
3131
3131
|
}
|
|
3132
3132
|
|
|
3133
3133
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3134
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3134
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.7/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3135
3135
|
class Visitor {
|
|
3136
3136
|
visit(node) {
|
|
3137
3137
|
if (!node)
|