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