supercompat 3.16.1 → 3.16.2

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 CHANGED
@@ -4927,11 +4927,6 @@ var post10 = function(param) {
4927
4927
  computerCallIndices.add(tc.index);
4928
4928
  initialArgs = (_ref = (_tc_function1 = tc.function) === null || _tc_function1 === void 0 ? void 0 : _tc_function1.arguments) !== null && _ref !== void 0 ? _ref : "";
4929
4929
  argumentBuffers.set(tc.index, initialArgs);
4930
- passThrough.push(_object_spread_props(_object_spread({}, tc), {
4931
- function: _object_spread_props(_object_spread({}, tc.function), {
4932
- arguments: ""
4933
- })
4934
- }));
4935
4930
  if (initialArgs) {
4936
4931
  try {
4937
4932
  JSON.parse(initialArgs);
@@ -4941,15 +4936,20 @@ var post10 = function(param) {
4941
4936
  displayHeight: displayHeight,
4942
4937
  model: model
4943
4938
  });
4944
- passThrough.push({
4945
- index: tc.index,
4946
- function: {
4939
+ passThrough.push(_object_spread_props(_object_spread({}, tc), {
4940
+ function: _object_spread_props(_object_spread({}, tc.function), {
4947
4941
  arguments: denormalized
4948
- }
4949
- });
4942
+ })
4943
+ }));
4950
4944
  emittedIndices.add(tc.index);
4945
+ continue;
4951
4946
  } catch (unused) {}
4952
4947
  }
4948
+ passThrough.push(_object_spread_props(_object_spread({}, tc), {
4949
+ function: _object_spread_props(_object_spread({}, tc.function), {
4950
+ arguments: ""
4951
+ })
4952
+ }));
4953
4953
  continue;
4954
4954
  }
4955
4955
  if (computerCallIndices.has(tc.index)) {