@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.esm.js
CHANGED
|
@@ -2092,6 +2092,7 @@ var Engine = /** @class */ (function () {
|
|
|
2092
2092
|
});
|
|
2093
2093
|
context = {
|
|
2094
2094
|
scope: { inputs: inputs },
|
|
2095
|
+
inputs: { inputs: inputs },
|
|
2095
2096
|
timings: {},
|
|
2096
2097
|
activations: {},
|
|
2097
2098
|
};
|
|
@@ -2115,6 +2116,7 @@ var Engine = /** @class */ (function () {
|
|
|
2115
2116
|
inputs_1 = interpolate(fnCall.inputs || {}, context.scope);
|
|
2116
2117
|
params_1 = fnCall.params || {};
|
|
2117
2118
|
result_1 = {};
|
|
2119
|
+
context.inputs[name_1] = inputs_1;
|
|
2118
2120
|
cacheResult = this.checkCache(name_1, inputs_1);
|
|
2119
2121
|
if (!(cacheResult !== this.cacheMiss)) return [3 /*break*/, 2];
|
|
2120
2122
|
// use as result
|