@absolutejs/sync 1.6.0 → 1.7.0

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.
@@ -1113,6 +1113,7 @@ var wrap = (source) => `
1113
1113
  var compile = async (source, config) => {
1114
1114
  const { createIsolate } = await loadIsolatedJsc();
1115
1115
  const isolate = await createIsolate({
1116
+ backend: config.backend ?? "worker",
1116
1117
  memoryLimit: config.memoryLimit ?? 32
1117
1118
  });
1118
1119
  const script = await isolate.compileScript(wrap(source));
@@ -2761,5 +2762,5 @@ export {
2761
2762
  CdcConsumerSlowError
2762
2763
  };
2763
2764
 
2764
- //# debugId=3FBF66DA7F03006864756E2164756E21
2765
+ //# debugId=EE73D3886B04BDA964756E2164756E21
2765
2766
  //# sourceMappingURL=index.js.map