@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/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.9/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.9/templates/javascript/packages/core/src/nodes.ts.erb
|
|
857
857
|
class Node {
|
|
858
858
|
type;
|
|
859
859
|
location;
|
|
@@ -3151,7 +3151,7 @@ function getNodesAfterPosition(nodes, position, inclusive = true) {
|
|
|
3151
3151
|
}
|
|
3152
3152
|
|
|
3153
3153
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
3154
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.
|
|
3154
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.8.9/templates/javascript/packages/core/src/visitor.ts.erb
|
|
3155
3155
|
class Visitor {
|
|
3156
3156
|
visit(node) {
|
|
3157
3157
|
if (!node)
|