@tracecode/harness 0.16.1 → 0.16.3
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 +24 -0
- package/dist/{browser-runtime-provider-NQNCL6HE.js → browser-runtime-provider-C53ZJH3D.js} +4 -4
- package/dist/{chunk-MMQLUTPP.js → chunk-53ROKKGU.js} +2 -2
- package/dist/{chunk-KYTMGAFA.js → chunk-6SWX35P2.js} +2 -2
- package/dist/{chunk-4W6MUXZE.js → chunk-BXUGUGWL.js} +9 -9
- package/dist/{chunk-AWHLLSEH.js → chunk-DI7WIHES.js} +3 -3
- package/dist/chunk-EJE2EJDI.js +193 -0
- package/dist/{chunk-DQMPICNS.js → chunk-TXDHVV6B.js} +193 -345
- package/dist/{chunk-57WKRSIB.js → chunk-YID2AAYD.js} +2 -2
- package/dist/cli.cjs +5 -0
- package/dist/cli.js +5 -0
- 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-A2ULEW5T.js → cpp-worker-client-FLJ2YLSW.js} +3 -3
- package/dist/{csharp-worker-client-RA47P77F.js → csharp-worker-client-S4U6MCVF.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-BTAANBJH.js → java-project-GK6MHT3I.js} +2 -2
- package/dist/{java-project-client-R7CKC72F.js → java-project-client-PEQKFTH6.js} +11 -2
- package/dist/judge.cjs +420 -214
- package/dist/judge.d.cts +1 -1
- package/dist/judge.d.ts +1 -1
- package/dist/judge.js +9 -7
- package/dist/{project-browser-GBSPIYEW.js → project-browser-3I5FVB5N.js} +2 -2
- package/dist/{project-browser-U3YK43H4.js → project-browser-ADXGG5RZ.js} +2 -2
- package/dist/{project-browser-J6LVPVDC.js → project-browser-B5T7WJWP.js} +2 -2
- package/dist/{project-browser-QMZCUVJA.js → project-browser-JXJ74RDZ.js} +2 -2
- package/dist/{project-browser-PC7TRROQ.js → project-browser-TDL4LMJJ.js} +2 -2
- package/dist/{python-worker-client-NEBS6V63.js → python-worker-client-2RF6IYIN.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/tracecc-runtime-assets-G3BFH7LY.js +19 -0
- package/dist/tracekernel.cjs +585 -235
- package/dist/tracekernel.d.cts +14 -5
- package/dist/tracekernel.d.ts +14 -5
- package/dist/tracekernel.js +175 -31
- package/package.json +44 -32
- package/runtime-assets.lock.json +7 -7
- package/workers/javascript/javascript-project-worker.js +7 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var define = undefined;
|
|
2
2
|
import {
|
|
3
3
|
CppWorkerClient
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-DI7WIHES.js";
|
|
5
5
|
import {
|
|
6
6
|
createWorkerProtocolToken
|
|
7
7
|
} from "./chunk-DTLDQQHA.js";
|
|
@@ -862,4 +862,4 @@ export {
|
|
|
862
862
|
createTraceCCBrowserCompilerService,
|
|
863
863
|
createCppBrowserRuntimeProvider
|
|
864
864
|
};
|
|
865
|
-
//# sourceMappingURL=chunk-
|
|
865
|
+
//# sourceMappingURL=chunk-YID2AAYD.js.map
|
package/dist/cli.cjs
CHANGED
|
@@ -1776,6 +1776,11 @@ var ASSET_COPY_PLAN = [
|
|
|
1776
1776
|
target: ["cpp-worker.js"],
|
|
1777
1777
|
languages: ["cpp"]
|
|
1778
1778
|
},
|
|
1779
|
+
{
|
|
1780
|
+
source: ["workers", "cpp", "cpp-worker.js"],
|
|
1781
|
+
target: ["project-cpp-worker.js"],
|
|
1782
|
+
languages: ["cpp"]
|
|
1783
|
+
},
|
|
1779
1784
|
{
|
|
1780
1785
|
source: ["workers", "shared", "runtime-kernel-policy.js"],
|
|
1781
1786
|
target: ["shared", "runtime-kernel-policy.js"],
|
package/dist/cli.js
CHANGED
|
@@ -1795,6 +1795,11 @@ var ASSET_COPY_PLAN = [
|
|
|
1795
1795
|
target: ["cpp-worker.js"],
|
|
1796
1796
|
languages: ["cpp"]
|
|
1797
1797
|
},
|
|
1798
|
+
{
|
|
1799
|
+
source: ["workers", "cpp", "cpp-worker.js"],
|
|
1800
|
+
target: ["project-cpp-worker.js"],
|
|
1801
|
+
languages: ["cpp"]
|
|
1802
|
+
},
|
|
1798
1803
|
{
|
|
1799
1804
|
source: ["workers", "shared", "runtime-kernel-policy.js"],
|
|
1800
1805
|
target: ["shared", "runtime-kernel-policy.js"],
|
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.3",
|
|
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.3"
|
|
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.3"
|
|
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.3"
|
|
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.3"
|
|
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.3"
|
|
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.3"
|
|
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.3/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-BXUGUGWL.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-DI7WIHES.js";
|
|
5
|
+
import "./chunk-BXUGUGWL.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-FLJ2YLSW.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-6SWX35P2.js";
|
|
5
|
+
import "./chunk-BXUGUGWL.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-S4U6MCVF.js.map
|