@tracecode/harness 0.16.2 → 0.16.4
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/CHANGELOG.md +21 -0
- package/dist/{browser-runtime-provider-45ND6W3K.js → browser-runtime-provider-OGJQLGXU.js} +4 -4
- package/dist/{chunk-5SU2JQGI.js → chunk-5RT5IT4I.js} +16 -14
- package/dist/{chunk-J54PE2JS.js → chunk-6LE4KEMZ.js} +2 -2
- package/dist/{chunk-K4424WAS.js → chunk-AAKNIYV6.js} +3 -3
- package/dist/{chunk-HK62URW2.js → chunk-M7SNEZDR.js} +2 -2
- package/dist/{chunk-MJOC6WVB.js → chunk-RCOPAMVR.js} +10 -2
- package/dist/{chunk-DGXNINFR.js → chunk-Y72C46GE.js} +9 -9
- package/dist/core.cjs +8 -8
- package/dist/core.d.cts +2 -2
- package/dist/core.d.ts +2 -2
- package/dist/core.js +1 -1
- package/dist/{cpp-worker-client-I6CPM7TA.js → cpp-worker-client-HV7RO2P5.js} +3 -3
- package/dist/{csharp-worker-client-X7R4VXF4.js → csharp-worker-client-ARGMOB3M.js} +3 -3
- package/dist/internal/tracekernel-workspace.cjs +171 -31
- package/dist/internal/tracekernel-workspace.d.cts +8 -2
- package/dist/internal/tracekernel-workspace.d.ts +8 -2
- package/dist/internal/tracekernel-workspace.js +164 -24
- package/dist/{java-project-MLWER3CQ.js → java-project-JB5TUIFU.js} +2 -2
- package/dist/{java-project-client-R7CKC72F.js → java-project-client-PEQKFTH6.js} +11 -2
- package/dist/judge.cjs +194 -35
- package/dist/judge.d.cts +1 -1
- package/dist/judge.d.ts +1 -1
- package/dist/judge.js +6 -6
- package/dist/{project-browser-UALCR5KR.js → project-browser-3S2FWEAP.js} +2 -2
- package/dist/{project-browser-EIQ2FOXP.js → project-browser-HCQCXAYC.js} +2 -2
- package/dist/{project-browser-V3W4CQAQ.js → project-browser-QN7YOJQQ.js} +2 -2
- package/dist/{project-browser-JR2WG7DG.js → project-browser-S4KLCZV7.js} +2 -2
- package/dist/{project-browser-T3EIQCMD.js → project-browser-WDUWUGLZ.js} +2 -2
- package/dist/{python-worker-client-MRWQTXOF.js → python-worker-client-EX6Q2W4L.js} +3 -3
- package/dist/{runtime-environment-D7mZm8SA.d.cts → runtime-environment-BO5I1fAC.d.cts} +5 -0
- package/dist/{runtime-environment-Q60S0pUa.d.ts → runtime-environment-Dfg6ZoCj.d.ts} +5 -0
- package/dist/{runtime-open-source-info-BQtIRJ9F.d.cts → runtime-open-source-info-CaBpNicy.d.cts} +4 -2
- package/dist/{runtime-open-source-info-FkIxlAcm.d.ts → runtime-open-source-info-D0OJc4zH.d.ts} +4 -2
- package/dist/tracekernel.cjs +359 -60
- package/dist/tracekernel.d.cts +4 -4
- package/dist/tracekernel.d.ts +4 -4
- package/dist/tracekernel.js +166 -26
- package/package.json +3 -3
- package/runtime-assets.lock.json +7 -7
- package/workers/javascript/javascript-project-worker.js +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,27 @@ This repo uses Git tags as release boundaries. Version notes below summarize wha
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.16.4] - 2026-08-11
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- Reset the trusted TraceCC compiler authority when its Worker retires after
|
|
14
|
+
an idle period, so the first C++ compile after waiting or system suspension
|
|
15
|
+
creates a fresh compiler instead of timing out once.
|
|
16
|
+
|
|
17
|
+
## [0.16.3] - 2026-08-11
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- Preserved the Project process engine lease across TraceCC compilation so a
|
|
22
|
+
compiled C or C++ executable can run normally, including programs that exit
|
|
23
|
+
successfully without writing output.
|
|
24
|
+
- Kept TraceJVM's module worker on the consumer's same-origin worker tree when
|
|
25
|
+
runtime payloads are served from an external asset base URL.
|
|
26
|
+
- Made foreground terminal processes expose a fresh editable stdin line as
|
|
27
|
+
soon as they start. Submitted input remains visible and buffered until the
|
|
28
|
+
process reads it, matching an interactive TTY instead of appearing frozen.
|
|
29
|
+
|
|
9
30
|
## [0.16.2] - 2026-08-10
|
|
10
31
|
|
|
11
32
|
### Fixed
|
|
@@ -2,9 +2,9 @@ var define = undefined;
|
|
|
2
2
|
import {
|
|
3
3
|
createCppBrowserRuntimeProvider,
|
|
4
4
|
createTraceCCBrowserCompilerService
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-RCOPAMVR.js";
|
|
6
|
+
import "./chunk-AAKNIYV6.js";
|
|
7
|
+
import "./chunk-Y72C46GE.js";
|
|
8
8
|
import "./chunk-DTLDQQHA.js";
|
|
9
9
|
import "./chunk-C2RUZCIL.js";
|
|
10
10
|
import "./chunk-756Z7C6D.js";
|
|
@@ -12,4 +12,4 @@ export {
|
|
|
12
12
|
createCppBrowserRuntimeProvider,
|
|
13
13
|
createTraceCCBrowserCompilerService
|
|
14
14
|
};
|
|
15
|
-
//# sourceMappingURL=browser-runtime-provider-
|
|
15
|
+
//# sourceMappingURL=browser-runtime-provider-OGJQLGXU.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var define = undefined;
|
|
2
2
|
import {
|
|
3
3
|
normalizeRuntimeProjectPath
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-Y72C46GE.js";
|
|
5
5
|
import {
|
|
6
6
|
_await,
|
|
7
7
|
bounded,
|
|
@@ -11512,23 +11512,23 @@ async function createBrowserProjectWorkspace(options = {}) {
|
|
|
11512
11512
|
const hasProvider = (provider) => providers.includes(provider);
|
|
11513
11513
|
const [pythonProvider, javascriptProvider, javaProvider, csharpProvider, cppProvider] = await Promise.all([
|
|
11514
11514
|
hasProvider("python") ? Promise.all([
|
|
11515
|
-
import("./project-browser-
|
|
11516
|
-
import("./python-worker-client-
|
|
11515
|
+
import("./project-browser-S4KLCZV7.js"),
|
|
11516
|
+
import("./python-worker-client-EX6Q2W4L.js")
|
|
11517
11517
|
]) : void 0,
|
|
11518
|
-
hasProvider("javascript") || hasProvider("typescript") ? import("./project-browser-
|
|
11518
|
+
hasProvider("javascript") || hasProvider("typescript") ? import("./project-browser-QN7YOJQQ.js") : void 0,
|
|
11519
11519
|
hasProvider("java") ? Promise.all([
|
|
11520
|
-
import("./project-browser-
|
|
11521
|
-
import("./java-project-
|
|
11522
|
-
import("./java-project-client-
|
|
11520
|
+
import("./project-browser-WDUWUGLZ.js"),
|
|
11521
|
+
import("./java-project-JB5TUIFU.js"),
|
|
11522
|
+
import("./java-project-client-PEQKFTH6.js")
|
|
11523
11523
|
]) : void 0,
|
|
11524
11524
|
hasProvider("csharp") ? Promise.all([
|
|
11525
|
-
import("./project-browser-
|
|
11526
|
-
import("./csharp-worker-client-
|
|
11525
|
+
import("./project-browser-HCQCXAYC.js"),
|
|
11526
|
+
import("./csharp-worker-client-ARGMOB3M.js")
|
|
11527
11527
|
]) : void 0,
|
|
11528
11528
|
hasProvider("cpp") ? Promise.all([
|
|
11529
|
-
import("./project-browser-
|
|
11530
|
-
import("./cpp-worker-client-
|
|
11531
|
-
import("./browser-runtime-provider-
|
|
11529
|
+
import("./project-browser-3S2FWEAP.js"),
|
|
11530
|
+
import("./cpp-worker-client-HV7RO2P5.js"),
|
|
11531
|
+
import("./browser-runtime-provider-OGJQLGXU.js"),
|
|
11532
11532
|
import("./tracecc-runtime-assets-G3BFH7LY.js")
|
|
11533
11533
|
]) : void 0
|
|
11534
11534
|
]);
|
|
@@ -11571,6 +11571,7 @@ async function createBrowserProjectWorkspace(options = {}) {
|
|
|
11571
11571
|
runtimeProviders: _runtimeProviders,
|
|
11572
11572
|
java,
|
|
11573
11573
|
javaRuntimeAssetBaseUrl,
|
|
11574
|
+
javaProjectWorkerUrl,
|
|
11574
11575
|
executionHost: executionHostOptions,
|
|
11575
11576
|
nodeProject,
|
|
11576
11577
|
typescriptProject,
|
|
@@ -11738,7 +11739,8 @@ async function createBrowserProjectWorkspace(options = {}) {
|
|
|
11738
11739
|
const builtInJavaFactory = hasProvider("java") && !java && !injectedJavaProvider && builtInJavaAvailable && javaProvider ? javaProvider[2].createJavaProjectClientFactory({
|
|
11739
11740
|
runtimeAssetBaseUrl: javaRuntimeAssetBaseUrl ?? javaProvider[2].resolveBuiltInTraceJVMRuntimeAssetBaseUrl(
|
|
11740
11741
|
options.assetBaseUrl ?? "/workers"
|
|
11741
|
-
)
|
|
11742
|
+
),
|
|
11743
|
+
workerUrl: javaProjectWorkerUrl ?? `${javaProvider[2].resolveBuiltInTraceJVMRuntimeAssetBaseUrl()}/browser-worker.js`
|
|
11742
11744
|
}) : void 0;
|
|
11743
11745
|
if (builtInJavaFactory) ownedWorkers.push(builtInJavaFactory);
|
|
11744
11746
|
const builtInJava = builtInJavaFactory ? {
|
|
@@ -12179,4 +12181,4 @@ export {
|
|
|
12179
12181
|
createBrowserProjectWorkspace,
|
|
12180
12182
|
createBrowserRuntimeEnvironment
|
|
12181
12183
|
};
|
|
12182
|
-
//# sourceMappingURL=chunk-
|
|
12184
|
+
//# sourceMappingURL=chunk-5RT5IT4I.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
liftCodeBatchOutcome,
|
|
5
5
|
liftTraceOutcome,
|
|
6
6
|
withRuntimeTraceOptions
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-Y72C46GE.js";
|
|
8
8
|
import {
|
|
9
9
|
HostArtifactCache,
|
|
10
10
|
WorkerCrashedError,
|
|
@@ -638,4 +638,4 @@ var CSharpWorkerClient = class {
|
|
|
638
638
|
export {
|
|
639
639
|
CSharpWorkerClient
|
|
640
640
|
};
|
|
641
|
-
//# sourceMappingURL=chunk-
|
|
641
|
+
//# sourceMappingURL=chunk-6LE4KEMZ.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
liftCodeBatchOutcome,
|
|
5
5
|
liftCodeOutcome,
|
|
6
6
|
liftTraceOutcome
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-Y72C46GE.js";
|
|
8
8
|
import {
|
|
9
9
|
WorkerCrashedError,
|
|
10
10
|
WorkerReadyTimeoutError,
|
|
@@ -1257,7 +1257,6 @@ var CppWorkerClient = class {
|
|
|
1257
1257
|
});
|
|
1258
1258
|
}
|
|
1259
1259
|
async executeProjectCpp(request, timeoutMs = this.executionTimeoutMs, onEvent, signal = request.signal, engineLease) {
|
|
1260
|
-
engineLease?.attach({ release: () => void 0 });
|
|
1261
1260
|
if (request.source === "compile" && this.options.trustedCompilerService) {
|
|
1262
1261
|
const {
|
|
1263
1262
|
signal: _signal,
|
|
@@ -1326,6 +1325,7 @@ var CppWorkerClient = class {
|
|
|
1326
1325
|
}]
|
|
1327
1326
|
};
|
|
1328
1327
|
}
|
|
1328
|
+
engineLease?.attach({ release: () => void 0 });
|
|
1329
1329
|
return this.runInDisposableExecutionWorker(async (lifecycleGeneration) => {
|
|
1330
1330
|
const {
|
|
1331
1331
|
signal: _signal,
|
|
@@ -1370,4 +1370,4 @@ var CppWorkerClient = class {
|
|
|
1370
1370
|
export {
|
|
1371
1371
|
CppWorkerClient
|
|
1372
1372
|
};
|
|
1373
|
-
//# sourceMappingURL=chunk-
|
|
1373
|
+
//# sourceMappingURL=chunk-AAKNIYV6.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
createEmptyRuntimeTrace,
|
|
4
4
|
liftCodeBatchOutcome,
|
|
5
5
|
liftCodeOutcome
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-Y72C46GE.js";
|
|
7
7
|
import {
|
|
8
8
|
WorkerCrashedError,
|
|
9
9
|
WorkerReadyTimeoutError,
|
|
@@ -559,4 +559,4 @@ export {
|
|
|
559
559
|
PythonWorkerClient,
|
|
560
560
|
isWorkerSupported
|
|
561
561
|
};
|
|
562
|
-
//# sourceMappingURL=chunk-
|
|
562
|
+
//# sourceMappingURL=chunk-M7SNEZDR.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var define = undefined;
|
|
2
2
|
import {
|
|
3
3
|
CppWorkerClient
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-AAKNIYV6.js";
|
|
5
5
|
import {
|
|
6
6
|
createWorkerProtocolToken
|
|
7
7
|
} from "./chunk-DTLDQQHA.js";
|
|
@@ -612,6 +612,14 @@ var TraceCCCompilerService = class {
|
|
|
612
612
|
}, this.requestTimeoutMs);
|
|
613
613
|
worker.onmessage = (event) => {
|
|
614
614
|
const message = event.data;
|
|
615
|
+
if (message.type === "idle-timeout") {
|
|
616
|
+
if (generation === this.generation) {
|
|
617
|
+
this.reset(
|
|
618
|
+
new Error("TraceCC compiler Worker closed after idle timeout.")
|
|
619
|
+
);
|
|
620
|
+
}
|
|
621
|
+
return;
|
|
622
|
+
}
|
|
615
623
|
if (message.type === "worker-ready") {
|
|
616
624
|
globalThis.clearTimeout(readyTimeout);
|
|
617
625
|
resolve();
|
|
@@ -862,4 +870,4 @@ export {
|
|
|
862
870
|
createTraceCCBrowserCompilerService,
|
|
863
871
|
createCppBrowserRuntimeProvider
|
|
864
872
|
};
|
|
865
|
-
//# sourceMappingURL=chunk-
|
|
873
|
+
//# sourceMappingURL=chunk-RCOPAMVR.js.map
|
|
@@ -3,7 +3,7 @@ var define = undefined;
|
|
|
3
3
|
// package.json
|
|
4
4
|
var package_default = {
|
|
5
5
|
name: "@tracecode/harness",
|
|
6
|
-
version: "0.16.
|
|
6
|
+
version: "0.16.4",
|
|
7
7
|
license: "AGPL-3.0-only",
|
|
8
8
|
homepage: "https://tracecode.app",
|
|
9
9
|
repository: {
|
|
@@ -260,7 +260,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
|
|
|
260
260
|
"versionLabel": "Python 3.13.2",
|
|
261
261
|
"executionPlatform": {
|
|
262
262
|
"name": "TraceKernel",
|
|
263
|
-
"version": "0.16.
|
|
263
|
+
"version": "0.16.4"
|
|
264
264
|
},
|
|
265
265
|
"description": "Python 3.13.2 runs in TraceKernel's isolated Python runtime.\n\nCommon algorithm helpers are imported automatically, including array, bisect, collections, functools, heapq, itertools. Other standard-library modules can be imported normally.\n\nOptional third-party packages are consumer-owned runtime assets and are available only when declared by the TraceKernel runtime manifest.",
|
|
266
266
|
"runtime": {
|
|
@@ -287,7 +287,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
|
|
|
287
287
|
"versionLabel": "JavaScript (ECMAScript 2023)",
|
|
288
288
|
"executionPlatform": {
|
|
289
289
|
"name": "TraceKernel",
|
|
290
|
-
"version": "0.16.
|
|
290
|
+
"version": "0.16.4"
|
|
291
291
|
},
|
|
292
292
|
"runtime": {
|
|
293
293
|
"name": "TraceKernel JavaScript runtime",
|
|
@@ -379,7 +379,7 @@ Binary Search Tree, Trie, and Graph are bundled too, but are not exposed globall
|
|
|
379
379
|
"versionLabel": "TypeScript 5.9.3",
|
|
380
380
|
"executionPlatform": {
|
|
381
381
|
"name": "TraceKernel",
|
|
382
|
-
"version": "0.16.
|
|
382
|
+
"version": "0.16.4"
|
|
383
383
|
},
|
|
384
384
|
"description": `TypeScript 5.9.3 is compiled with the TypeScript compiler and executed by TraceKernel's JavaScript runtime.
|
|
385
385
|
|
|
@@ -479,7 +479,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
|
|
|
479
479
|
"versionLabel": "Java 23",
|
|
480
480
|
"executionPlatform": {
|
|
481
481
|
"name": "TraceKernel",
|
|
482
|
-
"version": "0.16.
|
|
482
|
+
"version": "0.16.4"
|
|
483
483
|
},
|
|
484
484
|
"description": "Java 23 is compiled with javac 23 and executed by the Java runtime on TraceKernel.\n\nCommon imports are added automatically: java.util.*, java.io.*, java.math.*, java.util.stream.*, javafx.util.Pair.",
|
|
485
485
|
"runtime": {
|
|
@@ -516,7 +516,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
|
|
|
516
516
|
"versionLabel": "C# 14",
|
|
517
517
|
"executionPlatform": {
|
|
518
518
|
"name": "TraceKernel",
|
|
519
|
-
"version": "0.16.
|
|
519
|
+
"version": "0.16.4"
|
|
520
520
|
},
|
|
521
521
|
"description": "C# 14 source is compiled and executed by TraceKernel's isolated C# runtime.\n\nCommon namespaces are imported automatically: System, System.Collections, System.Collections.Generic, System.IO, System.Linq, System.Numerics, System.Text, System.Text.RegularExpressions.",
|
|
522
522
|
"runtime": {
|
|
@@ -545,7 +545,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
|
|
|
545
545
|
"versionLabel": "C++23",
|
|
546
546
|
"executionPlatform": {
|
|
547
547
|
"name": "TraceKernel",
|
|
548
|
-
"version": "0.16.
|
|
548
|
+
"version": "0.16.4"
|
|
549
549
|
},
|
|
550
550
|
"description": "C++ source is compiled using the C++23 standard.\n\nSubmissions compile to WebAssembly and run in TraceKernel's WASI execution lane. The compiler currently uses -O0 and -fno-exceptions, with a fixed program stack size.\n\nCommon standard library headers are included automatically, including <algorithm>, <array>, <bitset>, <climits>, <cmath>, <cstdint>, <functional>, <limits>, <numeric>, <sstream>, <tuple>, <vector>, <unordered_map>, <unordered_set> and more.",
|
|
551
551
|
"runtime": {
|
|
@@ -697,7 +697,7 @@ var LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS = Object.freeze(
|
|
|
697
697
|
{
|
|
698
698
|
"kind": "modifications",
|
|
699
699
|
"label": "Runtime modifications",
|
|
700
|
-
"url": "https://github.com/tracecodeapp/harness/tree/v0.16.
|
|
700
|
+
"url": "https://github.com/tracecodeapp/harness/tree/v0.16.4/workers/python/pyodide-0.29.3"
|
|
701
701
|
}
|
|
702
702
|
]
|
|
703
703
|
}
|
|
@@ -4424,4 +4424,4 @@ export {
|
|
|
4424
4424
|
normalizeJavaSerializedResult,
|
|
4425
4425
|
javaTraceHooksEventsToRuntimeTrace
|
|
4426
4426
|
};
|
|
4427
|
-
//# sourceMappingURL=chunk-
|
|
4427
|
+
//# sourceMappingURL=chunk-Y72C46GE.js.map
|
package/dist/core.cjs
CHANGED
|
@@ -189,7 +189,7 @@ module.exports = __toCommonJS(src_exports);
|
|
|
189
189
|
// package.json
|
|
190
190
|
var package_default = {
|
|
191
191
|
name: "@tracecode/harness",
|
|
192
|
-
version: "0.16.
|
|
192
|
+
version: "0.16.4",
|
|
193
193
|
license: "AGPL-3.0-only",
|
|
194
194
|
homepage: "https://tracecode.app",
|
|
195
195
|
repository: {
|
|
@@ -446,7 +446,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
|
|
|
446
446
|
"versionLabel": "Python 3.13.2",
|
|
447
447
|
"executionPlatform": {
|
|
448
448
|
"name": "TraceKernel",
|
|
449
|
-
"version": "0.16.
|
|
449
|
+
"version": "0.16.4"
|
|
450
450
|
},
|
|
451
451
|
"description": "Python 3.13.2 runs in TraceKernel's isolated Python runtime.\n\nCommon algorithm helpers are imported automatically, including array, bisect, collections, functools, heapq, itertools. Other standard-library modules can be imported normally.\n\nOptional third-party packages are consumer-owned runtime assets and are available only when declared by the TraceKernel runtime manifest.",
|
|
452
452
|
"runtime": {
|
|
@@ -473,7 +473,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
|
|
|
473
473
|
"versionLabel": "JavaScript (ECMAScript 2023)",
|
|
474
474
|
"executionPlatform": {
|
|
475
475
|
"name": "TraceKernel",
|
|
476
|
-
"version": "0.16.
|
|
476
|
+
"version": "0.16.4"
|
|
477
477
|
},
|
|
478
478
|
"runtime": {
|
|
479
479
|
"name": "TraceKernel JavaScript runtime",
|
|
@@ -565,7 +565,7 @@ Binary Search Tree, Trie, and Graph are bundled too, but are not exposed globall
|
|
|
565
565
|
"versionLabel": "TypeScript 5.9.3",
|
|
566
566
|
"executionPlatform": {
|
|
567
567
|
"name": "TraceKernel",
|
|
568
|
-
"version": "0.16.
|
|
568
|
+
"version": "0.16.4"
|
|
569
569
|
},
|
|
570
570
|
"description": `TypeScript 5.9.3 is compiled with the TypeScript compiler and executed by TraceKernel's JavaScript runtime.
|
|
571
571
|
|
|
@@ -665,7 +665,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
|
|
|
665
665
|
"versionLabel": "Java 23",
|
|
666
666
|
"executionPlatform": {
|
|
667
667
|
"name": "TraceKernel",
|
|
668
|
-
"version": "0.16.
|
|
668
|
+
"version": "0.16.4"
|
|
669
669
|
},
|
|
670
670
|
"description": "Java 23 is compiled with javac 23 and executed by the Java runtime on TraceKernel.\n\nCommon imports are added automatically: java.util.*, java.io.*, java.math.*, java.util.stream.*, javafx.util.Pair.",
|
|
671
671
|
"runtime": {
|
|
@@ -702,7 +702,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
|
|
|
702
702
|
"versionLabel": "C# 14",
|
|
703
703
|
"executionPlatform": {
|
|
704
704
|
"name": "TraceKernel",
|
|
705
|
-
"version": "0.16.
|
|
705
|
+
"version": "0.16.4"
|
|
706
706
|
},
|
|
707
707
|
"description": "C# 14 source is compiled and executed by TraceKernel's isolated C# runtime.\n\nCommon namespaces are imported automatically: System, System.Collections, System.Collections.Generic, System.IO, System.Linq, System.Numerics, System.Text, System.Text.RegularExpressions.",
|
|
708
708
|
"runtime": {
|
|
@@ -731,7 +731,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
|
|
|
731
731
|
"versionLabel": "C++23",
|
|
732
732
|
"executionPlatform": {
|
|
733
733
|
"name": "TraceKernel",
|
|
734
|
-
"version": "0.16.
|
|
734
|
+
"version": "0.16.4"
|
|
735
735
|
},
|
|
736
736
|
"description": "C++ source is compiled using the C++23 standard.\n\nSubmissions compile to WebAssembly and run in TraceKernel's WASI execution lane. The compiler currently uses -O0 and -fno-exceptions, with a fixed program stack size.\n\nCommon standard library headers are included automatically, including <algorithm>, <array>, <bitset>, <climits>, <cmath>, <cstdint>, <functional>, <limits>, <numeric>, <sstream>, <tuple>, <vector>, <unordered_map>, <unordered_set> and more.",
|
|
737
737
|
"runtime": {
|
|
@@ -883,7 +883,7 @@ var LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS = Object.freeze(
|
|
|
883
883
|
{
|
|
884
884
|
"kind": "modifications",
|
|
885
885
|
"label": "Runtime modifications",
|
|
886
|
-
"url": "https://github.com/tracecodeapp/harness/tree/v0.16.
|
|
886
|
+
"url": "https://github.com/tracecodeapp/harness/tree/v0.16.4/workers/python/pyodide-0.29.3"
|
|
887
887
|
}
|
|
888
888
|
]
|
|
889
889
|
}
|
package/dist/core.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { R as RuntimeExecutionStyle, T as TraceExecutionOptions, h as RuntimeExecutionLimits, L as Language } from './runtime-capabilities-lLyT-B7D.cjs';
|
|
2
2
|
export { a as LanguageRuntimeProfile, b as RuntimeCapabilities, c as RuntimeCompileCost, d as RuntimeExecutionIsolationBoundary, e as RuntimeExecutionIsolationPolicy, f as RuntimeExecutionIsolationSupport, g as RuntimeExecutionLimitSupport, i as RuntimeExecutionPipeline, j as RuntimeMaturity, k as RuntimeProjectIoCapabilityRow, l as RuntimeProjectIoEnvironment, m as RuntimeProjectIoSupport, n as RuntimeProjectIoTier, o as TraceBudget } from './runtime-capabilities-lLyT-B7D.cjs';
|
|
3
|
-
import { s as RuntimeExecuteCodeRequest, t as RuntimeExecuteResult, $ as RuntimeProjectCommandRequest, n as RuntimeCommandResult, b as ExecutionResult, C as CodeExecutionResult, aO as RuntimeExecutionTimings, E as ExecutionDiagnosticStage, a as ExecutionLimitReason, M as RuntimeKernelHttpResponse, y as RuntimeKernelDevicePath, j as RuntimeCommandEventStream, O as RuntimeKernelInfo, aP as RuntimeKernelDeviceInfo, u as RuntimeFile, aQ as CodeExecutionBatchResult, aq as RuntimeTrace, aR as RuntimeTraceOptions } from './runtime-open-source-info-
|
|
4
|
-
export { aS as ExecutionStatus, aT as KernelJournalRecord, L as LANGUAGE_RUNTIME_INFOS, c as LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS, d as LanguageRuntimeInfo, e as LanguageRuntimeOpenSourceInfo, N as NODE_RUNTIME_COMPAT_VERSION, aU as PythonRuntimeState, aV as RUNTIME_PROJECT_MAX_LIVE_FILE_CHANGES, aW as RUNTIME_PROJECT_MAX_LIVE_FILE_CHANGE_BYTES, aX as RUNTIME_PROJECT_MAX_OUTPUT_STREAM_BYTES, aY as RUNTIME_TRACE_SCHEMA_VERSION, aZ as RUNTIME_WORKSPACE_ACTOR_PRESETS, a_ as RUNTIME_WORKSPACE_HTTP_CAPABILITY_PRESETS, R as ResolvedLanguageRuntimeOpenSourceInfo, f as ResolvedRuntimeOpenSourceComponentInfo, g as ResolvedRuntimeOpenSourceResource, a$ as RuntimeCommandCompletion, b0 as RuntimeCommandCompletionMatch, b1 as RuntimeCommandCompletionOptions, b2 as RuntimeCommandError, h as RuntimeCommandEvent, i as RuntimeCommandEventHandler, b3 as RuntimeCommandExecutionLimits, k as RuntimeCommandFileChangeEvent, l as RuntimeCommandOptions, m as RuntimeCommandOutputEvent, b4 as RuntimeCommandOutputTerminalMetadata, o as RuntimeCommandStatusEvent, b5 as RuntimeCommandStdinPipe, b6 as RuntimeCommandStdinSharedBuffer, p as RuntimeComponentInfo, b7 as RuntimeDirectory, b8 as RuntimeDirectoryChange, b9 as RuntimeExceptionDiagnostic, ba as RuntimeExceptionFrame, q as RuntimeExecuteCase, r as RuntimeExecuteCaseResult, bb as RuntimeExecutionPlatformInfo, v as RuntimeFileChange, bc as RuntimeFileDeletion, w as RuntimeFileEncoding, x as RuntimeFileMutationPhase, z as RuntimeKernelHostConfig, A as RuntimeKernelHostInfo, B as RuntimeKernelHttpBodyInit, D as RuntimeKernelHttpBodyPayload, F as RuntimeKernelHttpBridge, bd as RuntimeKernelHttpDispatchOptions, be as RuntimeKernelHttpError, G as RuntimeKernelHttpHandler, H as RuntimeKernelHttpListenOptions, I as RuntimeKernelHttpListenerHandle, J as RuntimeKernelHttpListenerInfo, bf as RuntimeKernelHttpProtocolMessage, K as RuntimeKernelHttpRequest, bg as RuntimeKernelJournalEvent, bh as RuntimeKernelSignalBridge, bi as RuntimeKernelSignalMailbox, bj as RuntimeKernelSignalNotification, bk as RuntimeKernelSyscallBridge, P as RuntimeKernelUserConfig, Q as RuntimeKernelUserInfo, S as RuntimeKernelWorkspaceConfig, T as RuntimeKernelWorkspaceInfo, U as RuntimeLibraryInfo, V as RuntimeOpenSourceAssetResource, W as RuntimeOpenSourceComponentInfo, X as RuntimeOpenSourceInfoOptions, Y as RuntimeOpenSourceResource, Z as RuntimeOpenSourceResourceKind, _ as RuntimeOpenSourceUrlResource, bl as RuntimeProjectCommandOptions, a0 as RuntimeProjectCommandRunner, bm as RuntimeProjectCommandRunnerCapabilities, bn as RuntimeProjectCommandSource, bo as RuntimeProjectEngineLeaseAttachment, bp as RuntimeProjectEngineLeaseController, bq as RuntimeProjectEngineLeaseReleaseDisposition, br as RuntimeProjectEventQueue, bs as RuntimeProjectEventQueueOptions, bt as RuntimeProjectFileChangeApplyOptions, bu as RuntimeProjectHiddenCommandAccess, a1 as RuntimeProjectIoBridge, bv as RuntimeProjectLiveIoController, a2 as RuntimeProjectLiveIoControllerOptions, bw as RuntimeProjectOutputTracker, a3 as RuntimeProjectPatch, a4 as RuntimeProjectPatchBase, a5 as RuntimeProjectPatchChange, a6 as RuntimeProjectPatchDirectoryCreate, a7 as RuntimeProjectPatchDirectoryDelete, bx as RuntimeProjectPatchDirectoryWrite, a8 as RuntimeProjectPatchFileDelete, a9 as RuntimeProjectPatchFileWrite, aa as RuntimeProjectPatchOptions, by as RuntimeProjectPatchSymlinkWrite, bz as RuntimeProjectProcessInfo, ab as RuntimeProjectSession, ac as RuntimeProjectSessionCommand, ad as RuntimeProjectSessionCommandDefinition, bA as RuntimeProjectSessionCommandGroup, bB as RuntimeProjectSessionCommandMetadata, bC as RuntimeProjectSessionCommandStep, bD as RuntimeProjectSessionExpirationBehavior, ae as RuntimeProjectSessionFile, af as RuntimeProjectSessionInfo, bE as RuntimeProjectSessionLifecycle, ag as RuntimeProjectSnapshot, bF as RuntimeProjectStorageSnapshot, bG as RuntimeProjectTerminalCapabilities, bH as RuntimeProjectTerminalControlEvent, ah as RuntimeProjectTerminalEvent, ai as RuntimeProjectTerminalEventHandler, bI as RuntimeProjectTerminalInputMode, aj as RuntimeProjectTerminalInputState, bJ as RuntimeProjectTerminalInputStateEvent, ak as RuntimeProjectTerminalInputStateReason, al as RuntimeProjectTerminalPrompt, am as RuntimeProjectTerminalRunOptions, an as RuntimeProjectTerminalSession, ao as RuntimeProjectTerminalSessionOptions, ap as RuntimeProjectWorkerBridgeOptions, bK as RuntimeSymlink, bL as RuntimeTraceCallFrame, bM as RuntimeTraceEvent, bN as RuntimeTraceEventKind, bO as RuntimeTraceIterationBinding, ar as RuntimeTraceKernelConfig, as as RuntimeTraceKernelSchedulerConfig, bP as RuntimeTraceParityAccessTarget, bQ as RuntimeTraceParitySignature, bR as RuntimeTraceSourceSpan, bS as RuntimeTraceTarget, at as RuntimeWorkspace, au as RuntimeWorkspaceActor, av as RuntimeWorkspaceActorKind, bT as RuntimeWorkspaceActorPresetName, aw as RuntimeWorkspaceCapabilities, ax as RuntimeWorkspaceEvent, ay as RuntimeWorkspaceEventHandler, bU as RuntimeWorkspaceHttpCapabilities, bV as RuntimeWorkspaceHttpCapabilityPresetName, az as RuntimeWorkspaceHttpClient, aA as RuntimeWorkspaceHttpJsonRequestOptions, aB as RuntimeWorkspaceHttpJsonResponse, aC as RuntimeWorkspaceHttpRequestOptions, aD as RuntimeWorkspaceKernel, bW as RuntimeWorkspaceLifecycleEvent, bX as RuntimeWorkspaceLifecyclePhase, bY as RuntimeWorkspaceMutationHandler, bZ as RuntimeWorkspaceProcess, b_ as RuntimeWorkspaceProcessOptions, b$ as RuntimeWorkspaceProcessSignalPolicy, aE as RuntimeWorkspaceRemoveOptions, aF as RuntimeWorkspaceStat, aG as RuntimeWorkspaceUnsubscribe, aH as SUPPORTED_LANGUAGE_RUNTIME_INFOS, c0 as TestResult, c1 as applyRuntimeCommandResultFiles, c2 as assertRuntimeFinalDiffBudget, c3 as buildRuntimeTraceParitySignature, c4 as canCreateRuntimeCommandStdinPipe, aI as createEmptyRuntimeTrace, c5 as createRuntimeCommandStdinPipe, c6 as createRuntimeCommandStdinPipeFromText, c7 as createRuntimeProjectHiddenCommandAccess, c8 as createRuntimeProjectIoBridge, c9 as emitRuntimeCommandFileChanges, ca as emitRuntimeCommandOutput, cb as filterRuntimeCommandResultFiles, aJ as getLanguageRuntimeInfo, aK as getLanguageRuntimeOpenSourceInfo, aL as getSupportedLanguageRuntimeInfos, aM as getSupportedLanguageRuntimeOpenSourceInfos, cc as isRuntimeProjectHiddenCommandAccess, cd as normalizeRuntimeFileChange, ce as normalizeRuntimeProjectPath, cf as peekRuntimeCommandStdinPipeBytes, cg as readRuntimeCommandStdinPipeBytes, aN as resolveRuntimeOpenSourceResourceHref, ch as runRuntimeProjectWorkerBridge, ci as runtimeAbortSignalName, cj as runtimeCommandStdinPipeClosed, ck as runtimeCommandStdinPipeRemainingBytes, cl as runtimeFileChangePath, cm as runtimeHttpBodyBytes, cn as runtimeHttpBodyFromBytes, co as runtimeHttpBodyFromText, cp as runtimeHttpBodyText, cq as runtimeHttpRequestBytes, cr as runtimeHttpRequestText, cs as runtimeHttpResponseBytes, ct as runtimeHttpResponseText, cu as runtimeProjectInfrastructureFailure, cv as runtimeProjectTruncateUtf8, cw as runtimeProjectUtf8Bytes, cx as runtimeSignalExitCode, cy as runtimeWorkspaceActorPreset, cz as runtimeWorkspaceHttpCapabilitiesPreset, cA as withRuntimeProjectCommandRunnerCapabilities, cB as withRuntimeTraceOptions, cC as writeRuntimeCommandStdinPipeBytes } from './runtime-open-source-info-
|
|
3
|
+
import { s as RuntimeExecuteCodeRequest, t as RuntimeExecuteResult, $ as RuntimeProjectCommandRequest, n as RuntimeCommandResult, b as ExecutionResult, C as CodeExecutionResult, aO as RuntimeExecutionTimings, E as ExecutionDiagnosticStage, a as ExecutionLimitReason, M as RuntimeKernelHttpResponse, y as RuntimeKernelDevicePath, j as RuntimeCommandEventStream, O as RuntimeKernelInfo, aP as RuntimeKernelDeviceInfo, u as RuntimeFile, aQ as CodeExecutionBatchResult, aq as RuntimeTrace, aR as RuntimeTraceOptions } from './runtime-open-source-info-CaBpNicy.cjs';
|
|
4
|
+
export { aS as ExecutionStatus, aT as KernelJournalRecord, L as LANGUAGE_RUNTIME_INFOS, c as LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS, d as LanguageRuntimeInfo, e as LanguageRuntimeOpenSourceInfo, N as NODE_RUNTIME_COMPAT_VERSION, aU as PythonRuntimeState, aV as RUNTIME_PROJECT_MAX_LIVE_FILE_CHANGES, aW as RUNTIME_PROJECT_MAX_LIVE_FILE_CHANGE_BYTES, aX as RUNTIME_PROJECT_MAX_OUTPUT_STREAM_BYTES, aY as RUNTIME_TRACE_SCHEMA_VERSION, aZ as RUNTIME_WORKSPACE_ACTOR_PRESETS, a_ as RUNTIME_WORKSPACE_HTTP_CAPABILITY_PRESETS, R as ResolvedLanguageRuntimeOpenSourceInfo, f as ResolvedRuntimeOpenSourceComponentInfo, g as ResolvedRuntimeOpenSourceResource, a$ as RuntimeCommandCompletion, b0 as RuntimeCommandCompletionMatch, b1 as RuntimeCommandCompletionOptions, b2 as RuntimeCommandError, h as RuntimeCommandEvent, i as RuntimeCommandEventHandler, b3 as RuntimeCommandExecutionLimits, k as RuntimeCommandFileChangeEvent, l as RuntimeCommandOptions, m as RuntimeCommandOutputEvent, b4 as RuntimeCommandOutputTerminalMetadata, o as RuntimeCommandStatusEvent, b5 as RuntimeCommandStdinPipe, b6 as RuntimeCommandStdinSharedBuffer, p as RuntimeComponentInfo, b7 as RuntimeDirectory, b8 as RuntimeDirectoryChange, b9 as RuntimeExceptionDiagnostic, ba as RuntimeExceptionFrame, q as RuntimeExecuteCase, r as RuntimeExecuteCaseResult, bb as RuntimeExecutionPlatformInfo, v as RuntimeFileChange, bc as RuntimeFileDeletion, w as RuntimeFileEncoding, x as RuntimeFileMutationPhase, z as RuntimeKernelHostConfig, A as RuntimeKernelHostInfo, B as RuntimeKernelHttpBodyInit, D as RuntimeKernelHttpBodyPayload, F as RuntimeKernelHttpBridge, bd as RuntimeKernelHttpDispatchOptions, be as RuntimeKernelHttpError, G as RuntimeKernelHttpHandler, H as RuntimeKernelHttpListenOptions, I as RuntimeKernelHttpListenerHandle, J as RuntimeKernelHttpListenerInfo, bf as RuntimeKernelHttpProtocolMessage, K as RuntimeKernelHttpRequest, bg as RuntimeKernelJournalEvent, bh as RuntimeKernelSignalBridge, bi as RuntimeKernelSignalMailbox, bj as RuntimeKernelSignalNotification, bk as RuntimeKernelSyscallBridge, P as RuntimeKernelUserConfig, Q as RuntimeKernelUserInfo, S as RuntimeKernelWorkspaceConfig, T as RuntimeKernelWorkspaceInfo, U as RuntimeLibraryInfo, V as RuntimeOpenSourceAssetResource, W as RuntimeOpenSourceComponentInfo, X as RuntimeOpenSourceInfoOptions, Y as RuntimeOpenSourceResource, Z as RuntimeOpenSourceResourceKind, _ as RuntimeOpenSourceUrlResource, bl as RuntimeProjectCommandOptions, a0 as RuntimeProjectCommandRunner, bm as RuntimeProjectCommandRunnerCapabilities, bn as RuntimeProjectCommandSource, bo as RuntimeProjectEngineLeaseAttachment, bp as RuntimeProjectEngineLeaseController, bq as RuntimeProjectEngineLeaseReleaseDisposition, br as RuntimeProjectEventQueue, bs as RuntimeProjectEventQueueOptions, bt as RuntimeProjectFileChangeApplyOptions, bu as RuntimeProjectHiddenCommandAccess, a1 as RuntimeProjectIoBridge, bv as RuntimeProjectLiveIoController, a2 as RuntimeProjectLiveIoControllerOptions, bw as RuntimeProjectOutputTracker, a3 as RuntimeProjectPatch, a4 as RuntimeProjectPatchBase, a5 as RuntimeProjectPatchChange, a6 as RuntimeProjectPatchDirectoryCreate, a7 as RuntimeProjectPatchDirectoryDelete, bx as RuntimeProjectPatchDirectoryWrite, a8 as RuntimeProjectPatchFileDelete, a9 as RuntimeProjectPatchFileWrite, aa as RuntimeProjectPatchOptions, by as RuntimeProjectPatchSymlinkWrite, bz as RuntimeProjectProcessInfo, ab as RuntimeProjectSession, ac as RuntimeProjectSessionCommand, ad as RuntimeProjectSessionCommandDefinition, bA as RuntimeProjectSessionCommandGroup, bB as RuntimeProjectSessionCommandMetadata, bC as RuntimeProjectSessionCommandStep, bD as RuntimeProjectSessionExpirationBehavior, ae as RuntimeProjectSessionFile, af as RuntimeProjectSessionInfo, bE as RuntimeProjectSessionLifecycle, ag as RuntimeProjectSnapshot, bF as RuntimeProjectStorageSnapshot, bG as RuntimeProjectTerminalCapabilities, bH as RuntimeProjectTerminalControlEvent, ah as RuntimeProjectTerminalEvent, ai as RuntimeProjectTerminalEventHandler, bI as RuntimeProjectTerminalInputMode, aj as RuntimeProjectTerminalInputState, bJ as RuntimeProjectTerminalInputStateEvent, ak as RuntimeProjectTerminalInputStateReason, al as RuntimeProjectTerminalPrompt, am as RuntimeProjectTerminalRunOptions, an as RuntimeProjectTerminalSession, ao as RuntimeProjectTerminalSessionOptions, ap as RuntimeProjectWorkerBridgeOptions, bK as RuntimeSymlink, bL as RuntimeTraceCallFrame, bM as RuntimeTraceEvent, bN as RuntimeTraceEventKind, bO as RuntimeTraceIterationBinding, ar as RuntimeTraceKernelConfig, as as RuntimeTraceKernelSchedulerConfig, bP as RuntimeTraceParityAccessTarget, bQ as RuntimeTraceParitySignature, bR as RuntimeTraceSourceSpan, bS as RuntimeTraceTarget, at as RuntimeWorkspace, au as RuntimeWorkspaceActor, av as RuntimeWorkspaceActorKind, bT as RuntimeWorkspaceActorPresetName, aw as RuntimeWorkspaceCapabilities, ax as RuntimeWorkspaceEvent, ay as RuntimeWorkspaceEventHandler, bU as RuntimeWorkspaceHttpCapabilities, bV as RuntimeWorkspaceHttpCapabilityPresetName, az as RuntimeWorkspaceHttpClient, aA as RuntimeWorkspaceHttpJsonRequestOptions, aB as RuntimeWorkspaceHttpJsonResponse, aC as RuntimeWorkspaceHttpRequestOptions, aD as RuntimeWorkspaceKernel, bW as RuntimeWorkspaceLifecycleEvent, bX as RuntimeWorkspaceLifecyclePhase, bY as RuntimeWorkspaceMutationHandler, bZ as RuntimeWorkspaceProcess, b_ as RuntimeWorkspaceProcessOptions, b$ as RuntimeWorkspaceProcessSignalPolicy, aE as RuntimeWorkspaceRemoveOptions, aF as RuntimeWorkspaceStat, aG as RuntimeWorkspaceUnsubscribe, aH as SUPPORTED_LANGUAGE_RUNTIME_INFOS, c0 as TestResult, c1 as applyRuntimeCommandResultFiles, c2 as assertRuntimeFinalDiffBudget, c3 as buildRuntimeTraceParitySignature, c4 as canCreateRuntimeCommandStdinPipe, aI as createEmptyRuntimeTrace, c5 as createRuntimeCommandStdinPipe, c6 as createRuntimeCommandStdinPipeFromText, c7 as createRuntimeProjectHiddenCommandAccess, c8 as createRuntimeProjectIoBridge, c9 as emitRuntimeCommandFileChanges, ca as emitRuntimeCommandOutput, cb as filterRuntimeCommandResultFiles, aJ as getLanguageRuntimeInfo, aK as getLanguageRuntimeOpenSourceInfo, aL as getSupportedLanguageRuntimeInfos, aM as getSupportedLanguageRuntimeOpenSourceInfos, cc as isRuntimeProjectHiddenCommandAccess, cd as normalizeRuntimeFileChange, ce as normalizeRuntimeProjectPath, cf as peekRuntimeCommandStdinPipeBytes, cg as readRuntimeCommandStdinPipeBytes, aN as resolveRuntimeOpenSourceResourceHref, ch as runRuntimeProjectWorkerBridge, ci as runtimeAbortSignalName, cj as runtimeCommandStdinPipeClosed, ck as runtimeCommandStdinPipeRemainingBytes, cl as runtimeFileChangePath, cm as runtimeHttpBodyBytes, cn as runtimeHttpBodyFromBytes, co as runtimeHttpBodyFromText, cp as runtimeHttpBodyText, cq as runtimeHttpRequestBytes, cr as runtimeHttpRequestText, cs as runtimeHttpResponseBytes, ct as runtimeHttpResponseText, cu as runtimeProjectInfrastructureFailure, cv as runtimeProjectTruncateUtf8, cw as runtimeProjectUtf8Bytes, cx as runtimeSignalExitCode, cy as runtimeWorkspaceActorPreset, cz as runtimeWorkspaceHttpCapabilitiesPreset, cA as withRuntimeProjectCommandRunnerCapabilities, cB as withRuntimeTraceOptions, cC as writeRuntimeCommandStdinPipeBytes } from './runtime-open-source-info-CaBpNicy.cjs';
|
|
5
5
|
|
|
6
6
|
interface RuntimeExecuteProjectRequest extends RuntimeProjectCommandRequest {
|
|
7
7
|
kind: 'project';
|
package/dist/core.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { R as RuntimeExecutionStyle, T as TraceExecutionOptions, h as RuntimeExecutionLimits, L as Language } from './runtime-capabilities-lLyT-B7D.js';
|
|
2
2
|
export { a as LanguageRuntimeProfile, b as RuntimeCapabilities, c as RuntimeCompileCost, d as RuntimeExecutionIsolationBoundary, e as RuntimeExecutionIsolationPolicy, f as RuntimeExecutionIsolationSupport, g as RuntimeExecutionLimitSupport, i as RuntimeExecutionPipeline, j as RuntimeMaturity, k as RuntimeProjectIoCapabilityRow, l as RuntimeProjectIoEnvironment, m as RuntimeProjectIoSupport, n as RuntimeProjectIoTier, o as TraceBudget } from './runtime-capabilities-lLyT-B7D.js';
|
|
3
|
-
import { s as RuntimeExecuteCodeRequest, t as RuntimeExecuteResult, $ as RuntimeProjectCommandRequest, n as RuntimeCommandResult, b as ExecutionResult, C as CodeExecutionResult, aO as RuntimeExecutionTimings, E as ExecutionDiagnosticStage, a as ExecutionLimitReason, M as RuntimeKernelHttpResponse, y as RuntimeKernelDevicePath, j as RuntimeCommandEventStream, O as RuntimeKernelInfo, aP as RuntimeKernelDeviceInfo, u as RuntimeFile, aQ as CodeExecutionBatchResult, aq as RuntimeTrace, aR as RuntimeTraceOptions } from './runtime-open-source-info-
|
|
4
|
-
export { aS as ExecutionStatus, aT as KernelJournalRecord, L as LANGUAGE_RUNTIME_INFOS, c as LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS, d as LanguageRuntimeInfo, e as LanguageRuntimeOpenSourceInfo, N as NODE_RUNTIME_COMPAT_VERSION, aU as PythonRuntimeState, aV as RUNTIME_PROJECT_MAX_LIVE_FILE_CHANGES, aW as RUNTIME_PROJECT_MAX_LIVE_FILE_CHANGE_BYTES, aX as RUNTIME_PROJECT_MAX_OUTPUT_STREAM_BYTES, aY as RUNTIME_TRACE_SCHEMA_VERSION, aZ as RUNTIME_WORKSPACE_ACTOR_PRESETS, a_ as RUNTIME_WORKSPACE_HTTP_CAPABILITY_PRESETS, R as ResolvedLanguageRuntimeOpenSourceInfo, f as ResolvedRuntimeOpenSourceComponentInfo, g as ResolvedRuntimeOpenSourceResource, a$ as RuntimeCommandCompletion, b0 as RuntimeCommandCompletionMatch, b1 as RuntimeCommandCompletionOptions, b2 as RuntimeCommandError, h as RuntimeCommandEvent, i as RuntimeCommandEventHandler, b3 as RuntimeCommandExecutionLimits, k as RuntimeCommandFileChangeEvent, l as RuntimeCommandOptions, m as RuntimeCommandOutputEvent, b4 as RuntimeCommandOutputTerminalMetadata, o as RuntimeCommandStatusEvent, b5 as RuntimeCommandStdinPipe, b6 as RuntimeCommandStdinSharedBuffer, p as RuntimeComponentInfo, b7 as RuntimeDirectory, b8 as RuntimeDirectoryChange, b9 as RuntimeExceptionDiagnostic, ba as RuntimeExceptionFrame, q as RuntimeExecuteCase, r as RuntimeExecuteCaseResult, bb as RuntimeExecutionPlatformInfo, v as RuntimeFileChange, bc as RuntimeFileDeletion, w as RuntimeFileEncoding, x as RuntimeFileMutationPhase, z as RuntimeKernelHostConfig, A as RuntimeKernelHostInfo, B as RuntimeKernelHttpBodyInit, D as RuntimeKernelHttpBodyPayload, F as RuntimeKernelHttpBridge, bd as RuntimeKernelHttpDispatchOptions, be as RuntimeKernelHttpError, G as RuntimeKernelHttpHandler, H as RuntimeKernelHttpListenOptions, I as RuntimeKernelHttpListenerHandle, J as RuntimeKernelHttpListenerInfo, bf as RuntimeKernelHttpProtocolMessage, K as RuntimeKernelHttpRequest, bg as RuntimeKernelJournalEvent, bh as RuntimeKernelSignalBridge, bi as RuntimeKernelSignalMailbox, bj as RuntimeKernelSignalNotification, bk as RuntimeKernelSyscallBridge, P as RuntimeKernelUserConfig, Q as RuntimeKernelUserInfo, S as RuntimeKernelWorkspaceConfig, T as RuntimeKernelWorkspaceInfo, U as RuntimeLibraryInfo, V as RuntimeOpenSourceAssetResource, W as RuntimeOpenSourceComponentInfo, X as RuntimeOpenSourceInfoOptions, Y as RuntimeOpenSourceResource, Z as RuntimeOpenSourceResourceKind, _ as RuntimeOpenSourceUrlResource, bl as RuntimeProjectCommandOptions, a0 as RuntimeProjectCommandRunner, bm as RuntimeProjectCommandRunnerCapabilities, bn as RuntimeProjectCommandSource, bo as RuntimeProjectEngineLeaseAttachment, bp as RuntimeProjectEngineLeaseController, bq as RuntimeProjectEngineLeaseReleaseDisposition, br as RuntimeProjectEventQueue, bs as RuntimeProjectEventQueueOptions, bt as RuntimeProjectFileChangeApplyOptions, bu as RuntimeProjectHiddenCommandAccess, a1 as RuntimeProjectIoBridge, bv as RuntimeProjectLiveIoController, a2 as RuntimeProjectLiveIoControllerOptions, bw as RuntimeProjectOutputTracker, a3 as RuntimeProjectPatch, a4 as RuntimeProjectPatchBase, a5 as RuntimeProjectPatchChange, a6 as RuntimeProjectPatchDirectoryCreate, a7 as RuntimeProjectPatchDirectoryDelete, bx as RuntimeProjectPatchDirectoryWrite, a8 as RuntimeProjectPatchFileDelete, a9 as RuntimeProjectPatchFileWrite, aa as RuntimeProjectPatchOptions, by as RuntimeProjectPatchSymlinkWrite, bz as RuntimeProjectProcessInfo, ab as RuntimeProjectSession, ac as RuntimeProjectSessionCommand, ad as RuntimeProjectSessionCommandDefinition, bA as RuntimeProjectSessionCommandGroup, bB as RuntimeProjectSessionCommandMetadata, bC as RuntimeProjectSessionCommandStep, bD as RuntimeProjectSessionExpirationBehavior, ae as RuntimeProjectSessionFile, af as RuntimeProjectSessionInfo, bE as RuntimeProjectSessionLifecycle, ag as RuntimeProjectSnapshot, bF as RuntimeProjectStorageSnapshot, bG as RuntimeProjectTerminalCapabilities, bH as RuntimeProjectTerminalControlEvent, ah as RuntimeProjectTerminalEvent, ai as RuntimeProjectTerminalEventHandler, bI as RuntimeProjectTerminalInputMode, aj as RuntimeProjectTerminalInputState, bJ as RuntimeProjectTerminalInputStateEvent, ak as RuntimeProjectTerminalInputStateReason, al as RuntimeProjectTerminalPrompt, am as RuntimeProjectTerminalRunOptions, an as RuntimeProjectTerminalSession, ao as RuntimeProjectTerminalSessionOptions, ap as RuntimeProjectWorkerBridgeOptions, bK as RuntimeSymlink, bL as RuntimeTraceCallFrame, bM as RuntimeTraceEvent, bN as RuntimeTraceEventKind, bO as RuntimeTraceIterationBinding, ar as RuntimeTraceKernelConfig, as as RuntimeTraceKernelSchedulerConfig, bP as RuntimeTraceParityAccessTarget, bQ as RuntimeTraceParitySignature, bR as RuntimeTraceSourceSpan, bS as RuntimeTraceTarget, at as RuntimeWorkspace, au as RuntimeWorkspaceActor, av as RuntimeWorkspaceActorKind, bT as RuntimeWorkspaceActorPresetName, aw as RuntimeWorkspaceCapabilities, ax as RuntimeWorkspaceEvent, ay as RuntimeWorkspaceEventHandler, bU as RuntimeWorkspaceHttpCapabilities, bV as RuntimeWorkspaceHttpCapabilityPresetName, az as RuntimeWorkspaceHttpClient, aA as RuntimeWorkspaceHttpJsonRequestOptions, aB as RuntimeWorkspaceHttpJsonResponse, aC as RuntimeWorkspaceHttpRequestOptions, aD as RuntimeWorkspaceKernel, bW as RuntimeWorkspaceLifecycleEvent, bX as RuntimeWorkspaceLifecyclePhase, bY as RuntimeWorkspaceMutationHandler, bZ as RuntimeWorkspaceProcess, b_ as RuntimeWorkspaceProcessOptions, b$ as RuntimeWorkspaceProcessSignalPolicy, aE as RuntimeWorkspaceRemoveOptions, aF as RuntimeWorkspaceStat, aG as RuntimeWorkspaceUnsubscribe, aH as SUPPORTED_LANGUAGE_RUNTIME_INFOS, c0 as TestResult, c1 as applyRuntimeCommandResultFiles, c2 as assertRuntimeFinalDiffBudget, c3 as buildRuntimeTraceParitySignature, c4 as canCreateRuntimeCommandStdinPipe, aI as createEmptyRuntimeTrace, c5 as createRuntimeCommandStdinPipe, c6 as createRuntimeCommandStdinPipeFromText, c7 as createRuntimeProjectHiddenCommandAccess, c8 as createRuntimeProjectIoBridge, c9 as emitRuntimeCommandFileChanges, ca as emitRuntimeCommandOutput, cb as filterRuntimeCommandResultFiles, aJ as getLanguageRuntimeInfo, aK as getLanguageRuntimeOpenSourceInfo, aL as getSupportedLanguageRuntimeInfos, aM as getSupportedLanguageRuntimeOpenSourceInfos, cc as isRuntimeProjectHiddenCommandAccess, cd as normalizeRuntimeFileChange, ce as normalizeRuntimeProjectPath, cf as peekRuntimeCommandStdinPipeBytes, cg as readRuntimeCommandStdinPipeBytes, aN as resolveRuntimeOpenSourceResourceHref, ch as runRuntimeProjectWorkerBridge, ci as runtimeAbortSignalName, cj as runtimeCommandStdinPipeClosed, ck as runtimeCommandStdinPipeRemainingBytes, cl as runtimeFileChangePath, cm as runtimeHttpBodyBytes, cn as runtimeHttpBodyFromBytes, co as runtimeHttpBodyFromText, cp as runtimeHttpBodyText, cq as runtimeHttpRequestBytes, cr as runtimeHttpRequestText, cs as runtimeHttpResponseBytes, ct as runtimeHttpResponseText, cu as runtimeProjectInfrastructureFailure, cv as runtimeProjectTruncateUtf8, cw as runtimeProjectUtf8Bytes, cx as runtimeSignalExitCode, cy as runtimeWorkspaceActorPreset, cz as runtimeWorkspaceHttpCapabilitiesPreset, cA as withRuntimeProjectCommandRunnerCapabilities, cB as withRuntimeTraceOptions, cC as writeRuntimeCommandStdinPipeBytes } from './runtime-open-source-info-
|
|
3
|
+
import { s as RuntimeExecuteCodeRequest, t as RuntimeExecuteResult, $ as RuntimeProjectCommandRequest, n as RuntimeCommandResult, b as ExecutionResult, C as CodeExecutionResult, aO as RuntimeExecutionTimings, E as ExecutionDiagnosticStage, a as ExecutionLimitReason, M as RuntimeKernelHttpResponse, y as RuntimeKernelDevicePath, j as RuntimeCommandEventStream, O as RuntimeKernelInfo, aP as RuntimeKernelDeviceInfo, u as RuntimeFile, aQ as CodeExecutionBatchResult, aq as RuntimeTrace, aR as RuntimeTraceOptions } from './runtime-open-source-info-D0OJc4zH.js';
|
|
4
|
+
export { aS as ExecutionStatus, aT as KernelJournalRecord, L as LANGUAGE_RUNTIME_INFOS, c as LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS, d as LanguageRuntimeInfo, e as LanguageRuntimeOpenSourceInfo, N as NODE_RUNTIME_COMPAT_VERSION, aU as PythonRuntimeState, aV as RUNTIME_PROJECT_MAX_LIVE_FILE_CHANGES, aW as RUNTIME_PROJECT_MAX_LIVE_FILE_CHANGE_BYTES, aX as RUNTIME_PROJECT_MAX_OUTPUT_STREAM_BYTES, aY as RUNTIME_TRACE_SCHEMA_VERSION, aZ as RUNTIME_WORKSPACE_ACTOR_PRESETS, a_ as RUNTIME_WORKSPACE_HTTP_CAPABILITY_PRESETS, R as ResolvedLanguageRuntimeOpenSourceInfo, f as ResolvedRuntimeOpenSourceComponentInfo, g as ResolvedRuntimeOpenSourceResource, a$ as RuntimeCommandCompletion, b0 as RuntimeCommandCompletionMatch, b1 as RuntimeCommandCompletionOptions, b2 as RuntimeCommandError, h as RuntimeCommandEvent, i as RuntimeCommandEventHandler, b3 as RuntimeCommandExecutionLimits, k as RuntimeCommandFileChangeEvent, l as RuntimeCommandOptions, m as RuntimeCommandOutputEvent, b4 as RuntimeCommandOutputTerminalMetadata, o as RuntimeCommandStatusEvent, b5 as RuntimeCommandStdinPipe, b6 as RuntimeCommandStdinSharedBuffer, p as RuntimeComponentInfo, b7 as RuntimeDirectory, b8 as RuntimeDirectoryChange, b9 as RuntimeExceptionDiagnostic, ba as RuntimeExceptionFrame, q as RuntimeExecuteCase, r as RuntimeExecuteCaseResult, bb as RuntimeExecutionPlatformInfo, v as RuntimeFileChange, bc as RuntimeFileDeletion, w as RuntimeFileEncoding, x as RuntimeFileMutationPhase, z as RuntimeKernelHostConfig, A as RuntimeKernelHostInfo, B as RuntimeKernelHttpBodyInit, D as RuntimeKernelHttpBodyPayload, F as RuntimeKernelHttpBridge, bd as RuntimeKernelHttpDispatchOptions, be as RuntimeKernelHttpError, G as RuntimeKernelHttpHandler, H as RuntimeKernelHttpListenOptions, I as RuntimeKernelHttpListenerHandle, J as RuntimeKernelHttpListenerInfo, bf as RuntimeKernelHttpProtocolMessage, K as RuntimeKernelHttpRequest, bg as RuntimeKernelJournalEvent, bh as RuntimeKernelSignalBridge, bi as RuntimeKernelSignalMailbox, bj as RuntimeKernelSignalNotification, bk as RuntimeKernelSyscallBridge, P as RuntimeKernelUserConfig, Q as RuntimeKernelUserInfo, S as RuntimeKernelWorkspaceConfig, T as RuntimeKernelWorkspaceInfo, U as RuntimeLibraryInfo, V as RuntimeOpenSourceAssetResource, W as RuntimeOpenSourceComponentInfo, X as RuntimeOpenSourceInfoOptions, Y as RuntimeOpenSourceResource, Z as RuntimeOpenSourceResourceKind, _ as RuntimeOpenSourceUrlResource, bl as RuntimeProjectCommandOptions, a0 as RuntimeProjectCommandRunner, bm as RuntimeProjectCommandRunnerCapabilities, bn as RuntimeProjectCommandSource, bo as RuntimeProjectEngineLeaseAttachment, bp as RuntimeProjectEngineLeaseController, bq as RuntimeProjectEngineLeaseReleaseDisposition, br as RuntimeProjectEventQueue, bs as RuntimeProjectEventQueueOptions, bt as RuntimeProjectFileChangeApplyOptions, bu as RuntimeProjectHiddenCommandAccess, a1 as RuntimeProjectIoBridge, bv as RuntimeProjectLiveIoController, a2 as RuntimeProjectLiveIoControllerOptions, bw as RuntimeProjectOutputTracker, a3 as RuntimeProjectPatch, a4 as RuntimeProjectPatchBase, a5 as RuntimeProjectPatchChange, a6 as RuntimeProjectPatchDirectoryCreate, a7 as RuntimeProjectPatchDirectoryDelete, bx as RuntimeProjectPatchDirectoryWrite, a8 as RuntimeProjectPatchFileDelete, a9 as RuntimeProjectPatchFileWrite, aa as RuntimeProjectPatchOptions, by as RuntimeProjectPatchSymlinkWrite, bz as RuntimeProjectProcessInfo, ab as RuntimeProjectSession, ac as RuntimeProjectSessionCommand, ad as RuntimeProjectSessionCommandDefinition, bA as RuntimeProjectSessionCommandGroup, bB as RuntimeProjectSessionCommandMetadata, bC as RuntimeProjectSessionCommandStep, bD as RuntimeProjectSessionExpirationBehavior, ae as RuntimeProjectSessionFile, af as RuntimeProjectSessionInfo, bE as RuntimeProjectSessionLifecycle, ag as RuntimeProjectSnapshot, bF as RuntimeProjectStorageSnapshot, bG as RuntimeProjectTerminalCapabilities, bH as RuntimeProjectTerminalControlEvent, ah as RuntimeProjectTerminalEvent, ai as RuntimeProjectTerminalEventHandler, bI as RuntimeProjectTerminalInputMode, aj as RuntimeProjectTerminalInputState, bJ as RuntimeProjectTerminalInputStateEvent, ak as RuntimeProjectTerminalInputStateReason, al as RuntimeProjectTerminalPrompt, am as RuntimeProjectTerminalRunOptions, an as RuntimeProjectTerminalSession, ao as RuntimeProjectTerminalSessionOptions, ap as RuntimeProjectWorkerBridgeOptions, bK as RuntimeSymlink, bL as RuntimeTraceCallFrame, bM as RuntimeTraceEvent, bN as RuntimeTraceEventKind, bO as RuntimeTraceIterationBinding, ar as RuntimeTraceKernelConfig, as as RuntimeTraceKernelSchedulerConfig, bP as RuntimeTraceParityAccessTarget, bQ as RuntimeTraceParitySignature, bR as RuntimeTraceSourceSpan, bS as RuntimeTraceTarget, at as RuntimeWorkspace, au as RuntimeWorkspaceActor, av as RuntimeWorkspaceActorKind, bT as RuntimeWorkspaceActorPresetName, aw as RuntimeWorkspaceCapabilities, ax as RuntimeWorkspaceEvent, ay as RuntimeWorkspaceEventHandler, bU as RuntimeWorkspaceHttpCapabilities, bV as RuntimeWorkspaceHttpCapabilityPresetName, az as RuntimeWorkspaceHttpClient, aA as RuntimeWorkspaceHttpJsonRequestOptions, aB as RuntimeWorkspaceHttpJsonResponse, aC as RuntimeWorkspaceHttpRequestOptions, aD as RuntimeWorkspaceKernel, bW as RuntimeWorkspaceLifecycleEvent, bX as RuntimeWorkspaceLifecyclePhase, bY as RuntimeWorkspaceMutationHandler, bZ as RuntimeWorkspaceProcess, b_ as RuntimeWorkspaceProcessOptions, b$ as RuntimeWorkspaceProcessSignalPolicy, aE as RuntimeWorkspaceRemoveOptions, aF as RuntimeWorkspaceStat, aG as RuntimeWorkspaceUnsubscribe, aH as SUPPORTED_LANGUAGE_RUNTIME_INFOS, c0 as TestResult, c1 as applyRuntimeCommandResultFiles, c2 as assertRuntimeFinalDiffBudget, c3 as buildRuntimeTraceParitySignature, c4 as canCreateRuntimeCommandStdinPipe, aI as createEmptyRuntimeTrace, c5 as createRuntimeCommandStdinPipe, c6 as createRuntimeCommandStdinPipeFromText, c7 as createRuntimeProjectHiddenCommandAccess, c8 as createRuntimeProjectIoBridge, c9 as emitRuntimeCommandFileChanges, ca as emitRuntimeCommandOutput, cb as filterRuntimeCommandResultFiles, aJ as getLanguageRuntimeInfo, aK as getLanguageRuntimeOpenSourceInfo, aL as getSupportedLanguageRuntimeInfos, aM as getSupportedLanguageRuntimeOpenSourceInfos, cc as isRuntimeProjectHiddenCommandAccess, cd as normalizeRuntimeFileChange, ce as normalizeRuntimeProjectPath, cf as peekRuntimeCommandStdinPipeBytes, cg as readRuntimeCommandStdinPipeBytes, aN as resolveRuntimeOpenSourceResourceHref, ch as runRuntimeProjectWorkerBridge, ci as runtimeAbortSignalName, cj as runtimeCommandStdinPipeClosed, ck as runtimeCommandStdinPipeRemainingBytes, cl as runtimeFileChangePath, cm as runtimeHttpBodyBytes, cn as runtimeHttpBodyFromBytes, co as runtimeHttpBodyFromText, cp as runtimeHttpBodyText, cq as runtimeHttpRequestBytes, cr as runtimeHttpRequestText, cs as runtimeHttpResponseBytes, ct as runtimeHttpResponseText, cu as runtimeProjectInfrastructureFailure, cv as runtimeProjectTruncateUtf8, cw as runtimeProjectUtf8Bytes, cx as runtimeSignalExitCode, cy as runtimeWorkspaceActorPreset, cz as runtimeWorkspaceHttpCapabilitiesPreset, cA as withRuntimeProjectCommandRunnerCapabilities, cB as withRuntimeTraceOptions, cC as writeRuntimeCommandStdinPipeBytes } from './runtime-open-source-info-D0OJc4zH.js';
|
|
5
5
|
|
|
6
6
|
interface RuntimeExecuteProjectRequest extends RuntimeProjectCommandRequest {
|
|
7
7
|
kind: 'project';
|
package/dist/core.js
CHANGED
|
@@ -162,7 +162,7 @@ import {
|
|
|
162
162
|
withRuntimeProjectCommandRunnerCapabilities,
|
|
163
163
|
withRuntimeTraceOptions,
|
|
164
164
|
writeRuntimeCommandStdinPipeBytes
|
|
165
|
-
} from "./chunk-
|
|
165
|
+
} from "./chunk-Y72C46GE.js";
|
|
166
166
|
import "./chunk-756Z7C6D.js";
|
|
167
167
|
export {
|
|
168
168
|
LANGUAGE_RUNTIME_INFOS,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var define = undefined;
|
|
2
2
|
import {
|
|
3
3
|
CppWorkerClient
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-AAKNIYV6.js";
|
|
5
|
+
import "./chunk-Y72C46GE.js";
|
|
6
6
|
import "./chunk-DTLDQQHA.js";
|
|
7
7
|
import "./chunk-C2RUZCIL.js";
|
|
8
8
|
import "./chunk-756Z7C6D.js";
|
|
9
9
|
export {
|
|
10
10
|
CppWorkerClient
|
|
11
11
|
};
|
|
12
|
-
//# sourceMappingURL=cpp-worker-client-
|
|
12
|
+
//# sourceMappingURL=cpp-worker-client-HV7RO2P5.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var define = undefined;
|
|
2
2
|
import {
|
|
3
3
|
CSharpWorkerClient
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-6LE4KEMZ.js";
|
|
5
|
+
import "./chunk-Y72C46GE.js";
|
|
6
6
|
import "./chunk-DTLDQQHA.js";
|
|
7
7
|
import "./chunk-C2RUZCIL.js";
|
|
8
8
|
import "./chunk-756Z7C6D.js";
|
|
9
9
|
export {
|
|
10
10
|
CSharpWorkerClient
|
|
11
11
|
};
|
|
12
|
-
//# sourceMappingURL=csharp-worker-client-
|
|
12
|
+
//# sourceMappingURL=csharp-worker-client-ARGMOB3M.js.map
|