@rkmodules/rules 0.0.79 → 0.0.80

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.esm.js CHANGED
@@ -1943,6 +1943,8 @@ var Engine = /** @class */ (function () {
1943
1943
  if (!builtFn) {
1944
1944
  // not yet build
1945
1945
  builtFn = this.build(node);
1946
+ // mount if needed
1947
+ this.mount(builtFn);
1946
1948
  }
1947
1949
  return [2 /*return*/, this.run(builtFn, inputs)];
1948
1950
  }