@mojir/lits 2.1.13 → 2.1.14

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.js CHANGED
@@ -12482,10 +12482,7 @@ var functionExecutors = {
12482
12482
  NativeJsFunction: function (fn, params, sourceCodeInfo) {
12483
12483
  var _a;
12484
12484
  try {
12485
- // eslint-disable-next-line ts/no-unsafe-assignment
12486
- var clonedParams = JSON.parse(JSON.stringify(params));
12487
- // eslint-disable-next-line ts/no-unsafe-argument
12488
- return toAny((_a = fn.nativeFn).fn.apply(_a, __spreadArray([], __read(clonedParams), false)));
12485
+ return toAny((_a = fn.nativeFn).fn.apply(_a, __spreadArray([], __read(params), false)));
12489
12486
  }
12490
12487
  catch (error) {
12491
12488
  var message = typeof error === 'string'