@herb-tools/rewriter 0.9.7 → 0.10.0
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 +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +5 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/loader.cjs +5 -5
- package/dist/loader.cjs.map +1 -1
- package/dist/loader.esm.js +5 -5
- package/dist/loader.esm.js.map +1 -1
- package/package.json +4 -4
package/dist/index.esm.js
CHANGED
|
@@ -48,7 +48,7 @@ class ASTRewriter {
|
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
51
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.
|
|
51
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.10.0/templates/javascript/packages/core/src/action-view-helpers.ts.erb
|
|
52
52
|
var HelperType;
|
|
53
53
|
(function (HelperType) {
|
|
54
54
|
HelperType["ActionCableMetaTag"] = "action_cable_meta_tag";
|
|
@@ -2572,7 +2572,7 @@ class Token {
|
|
|
2572
2572
|
}
|
|
2573
2573
|
|
|
2574
2574
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
2575
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.
|
|
2575
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.10.0/templates/javascript/packages/core/src/errors.ts.erb
|
|
2576
2576
|
class HerbError {
|
|
2577
2577
|
type;
|
|
2578
2578
|
message;
|
|
@@ -4315,7 +4315,7 @@ function deserializePrismNode(bytes, source) {
|
|
|
4315
4315
|
}
|
|
4316
4316
|
|
|
4317
4317
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
4318
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.
|
|
4318
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.10.0/templates/javascript/packages/core/src/nodes.ts.erb
|
|
4319
4319
|
class Node {
|
|
4320
4320
|
type;
|
|
4321
4321
|
location;
|
|
@@ -7816,7 +7816,7 @@ class ParseResult extends Result {
|
|
|
7816
7816
|
}
|
|
7817
7817
|
|
|
7818
7818
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
7819
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.
|
|
7819
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.10.0/templates/javascript/packages/core/src/node-type-guards.ts.erb
|
|
7820
7820
|
/**
|
|
7821
7821
|
* Type guard functions for AST nodes.
|
|
7822
7822
|
* These functions provide type checking by combining both instanceof
|
|
@@ -8507,7 +8507,7 @@ function createERBOutputNode(expression, tagOpening = "<%=", tagClosing = "%>")
|
|
|
8507
8507
|
}
|
|
8508
8508
|
|
|
8509
8509
|
// NOTE: This file is generated by the templates/template.rb script and should not
|
|
8510
|
-
// be modified manually. See /Users/marcoroth/Development/herb-release-0.
|
|
8510
|
+
// be modified manually. See /Users/marcoroth/Development/herb-release-0.10.0/templates/javascript/packages/core/src/visitor.ts.erb
|
|
8511
8511
|
class Visitor {
|
|
8512
8512
|
visit(node) {
|
|
8513
8513
|
if (!node)
|