@rkmodules/rules 0.0.107 → 0.0.108
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 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/lib/Engine/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2094,6 +2094,7 @@ var Engine = /** @class */ (function () {
|
|
|
2094
2094
|
});
|
|
2095
2095
|
context = {
|
|
2096
2096
|
scope: { inputs: inputs },
|
|
2097
|
+
inputs: { inputs: inputs },
|
|
2097
2098
|
timings: {},
|
|
2098
2099
|
activations: {},
|
|
2099
2100
|
};
|
|
@@ -2117,6 +2118,7 @@ var Engine = /** @class */ (function () {
|
|
|
2117
2118
|
inputs_1 = interpolate(fnCall.inputs || {}, context.scope);
|
|
2118
2119
|
params_1 = fnCall.params || {};
|
|
2119
2120
|
result_1 = {};
|
|
2121
|
+
context.inputs[name_1] = inputs_1;
|
|
2120
2122
|
cacheResult = this.checkCache(name_1, inputs_1);
|
|
2121
2123
|
if (!(cacheResult !== this.cacheMiss)) return [3 /*break*/, 2];
|
|
2122
2124
|
// use as result
|