@rkmodules/rules 0.0.108 → 0.0.109
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.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/lib/Engine/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2136,7 +2136,7 @@ var Engine = /** @class */ (function () {
|
|
|
2136
2136
|
context: context,
|
|
2137
2137
|
startTime: startTime_1,
|
|
2138
2138
|
});
|
|
2139
|
-
return [4 /*yield*/, fn.impl(inputs_1, params_1, this)];
|
|
2139
|
+
return [4 /*yield*/, fn.impl(inputs_1, params_1, this, name_1)];
|
|
2140
2140
|
case 3:
|
|
2141
2141
|
// call the implentation of sub functions
|
|
2142
2142
|
result_1 = _e.sent();
|
|
@@ -2302,7 +2302,7 @@ var Engine = /** @class */ (function () {
|
|
|
2302
2302
|
return [2 /*return*/, this.run(builtFn, inputs)];
|
|
2303
2303
|
}
|
|
2304
2304
|
mappedInputs = interpolate(inputs, {});
|
|
2305
|
-
return [4 /*yield*/, ((_a = node.impl) === null || _a === void 0 ? void 0 : _a.call(node, mappedInputs, {}, this))];
|
|
2305
|
+
return [4 /*yield*/, ((_a = node.impl) === null || _a === void 0 ? void 0 : _a.call(node, mappedInputs, {}, this, "_root"))];
|
|
2306
2306
|
case 1:
|
|
2307
2307
|
result = _b.sent();
|
|
2308
2308
|
// console.log("Engine run complete", result);
|