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