Erster Docker-Stand

This commit is contained in:
Ali
2026-02-20 16:06:40 +09:00
commit f31e2e8ed3
8818 changed files with 1605323 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
/** @internal */
export const OP_WITH_STM_RUNTIME = "WithSTMRuntime";
/** @internal */
export const OP_ON_FAILURE = "OnFailure";
/** @internal */
export const OP_ON_RETRY = "OnRetry";
/** @internal */
export const OP_ON_SUCCESS = "OnSuccess";
/** @internal */
export const OP_PROVIDE = "Provide";
/** @internal */
export const OP_SYNC = "Sync";
/** @internal */
export const OP_SUCCEED = "Succeed";
/** @internal */
export const OP_RETRY = "Retry";
/** @internal */
export const OP_FAIL = "Fail";
/** @internal */
export const OP_DIE = "Die";
/** @internal */
export const OP_INTERRUPT = "Interrupt";
/** @internal */
export const OP_TRACED = "Traced";
//# sourceMappingURL=stm.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"stm.js","names":["OP_WITH_STM_RUNTIME","OP_ON_FAILURE","OP_ON_RETRY","OP_ON_SUCCESS","OP_PROVIDE","OP_SYNC","OP_SUCCEED","OP_RETRY","OP_FAIL","OP_DIE","OP_INTERRUPT","OP_TRACED"],"sources":["../../../../../src/internal/stm/opCodes/stm.ts"],"sourcesContent":[null],"mappings":"AAAA;AACA,OAAO,MAAMA,mBAAmB,GAAG,gBAAyB;AAK5D;AACA,OAAO,MAAMC,aAAa,GAAG,WAAoB;AAKjD;AACA,OAAO,MAAMC,WAAW,GAAG,SAAkB;AAK7C;AACA,OAAO,MAAMC,aAAa,GAAG,WAAoB;AAKjD;AACA,OAAO,MAAMC,UAAU,GAAG,SAAkB;AAK5C;AACA,OAAO,MAAMC,OAAO,GAAG,MAAe;AAKtC;AACA,OAAO,MAAMC,UAAU,GAAG,SAAkB;AAK5C;AACA,OAAO,MAAMC,QAAQ,GAAG,OAAgB;AAKxC;AACA,OAAO,MAAMC,OAAO,GAAG,MAAe;AAKtC;AACA,OAAO,MAAMC,MAAM,GAAG,KAAc;AAKpC;AACA,OAAO,MAAMC,YAAY,GAAG,WAAoB;AAKhD;AACA,OAAO,MAAMC,SAAS,GAAG,QAAiB","ignoreList":[]}

View File

@@ -0,0 +1,7 @@
/** @internal */
export const OP_DONE = "Done";
/** @internal */
export const OP_INTERRUPTED = "Interrupted";
/** @internal */
export const OP_RUNNING = "Running";
//# sourceMappingURL=stmState.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"stmState.js","names":["OP_DONE","OP_INTERRUPTED","OP_RUNNING"],"sources":["../../../../../src/internal/stm/opCodes/stmState.ts"],"sourcesContent":[null],"mappings":"AAAA;AACA,OAAO,MAAMA,OAAO,GAAG,MAAe;AAKtC;AACA,OAAO,MAAMC,cAAc,GAAG,aAAsB;AAKpD;AACA,OAAO,MAAMC,UAAU,GAAG,SAAkB","ignoreList":[]}

View File

@@ -0,0 +1,7 @@
/** @internal */
export const OP_BACKPRESSURE_STRATEGY = "BackPressure";
/** @internal */
export const OP_DROPPING_STRATEGY = "Dropping";
/** @internal */
export const OP_SLIDING_STRATEGY = "Sliding";
//# sourceMappingURL=strategy.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"strategy.js","names":["OP_BACKPRESSURE_STRATEGY","OP_DROPPING_STRATEGY","OP_SLIDING_STRATEGY"],"sources":["../../../../../src/internal/stm/opCodes/strategy.ts"],"sourcesContent":[null],"mappings":"AAAA;AACA,OAAO,MAAMA,wBAAwB,GAAG,cAAuB;AAK/D;AACA,OAAO,MAAMC,oBAAoB,GAAG,UAAmB;AAKvD;AACA,OAAO,MAAMC,mBAAmB,GAAG,SAAkB","ignoreList":[]}

View File

@@ -0,0 +1,11 @@
/** @internal */
export const OP_FAIL = "Fail";
/** @internal */
export const OP_DIE = "Die";
/** @internal */
export const OP_INTERRUPT = "Interrupt";
/** @internal */
export const OP_SUCCEED = "Succeed";
/** @internal */
export const OP_RETRY = "Retry";
//# sourceMappingURL=tExit.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"tExit.js","names":["OP_FAIL","OP_DIE","OP_INTERRUPT","OP_SUCCEED","OP_RETRY"],"sources":["../../../../../src/internal/stm/opCodes/tExit.ts"],"sourcesContent":[null],"mappings":"AAAA;AACA,OAAO,MAAMA,OAAO,GAAG,MAAe;AAKtC;AACA,OAAO,MAAMC,MAAM,GAAG,KAAc;AAKpC;AACA,OAAO,MAAMC,YAAY,GAAG,WAAoB;AAKhD;AACA,OAAO,MAAMC,UAAU,GAAG,SAAkB;AAK5C;AACA,OAAO,MAAMC,QAAQ,GAAG,OAAgB","ignoreList":[]}

View File

@@ -0,0 +1,5 @@
/** @internal */
export const OP_DONE = "Done";
/** @internal */
export const OP_SUSPEND = "Suspend";
//# sourceMappingURL=tryCommit.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"tryCommit.js","names":["OP_DONE","OP_SUSPEND"],"sources":["../../../../../src/internal/stm/opCodes/tryCommit.ts"],"sourcesContent":[null],"mappings":"AAAA;AACA,OAAO,MAAMA,OAAO,GAAG,MAAe;AAKtC;AACA,OAAO,MAAMC,UAAU,GAAG,SAAkB","ignoreList":[]}