deploy: v0.12 fix 存档key名

This commit is contained in:
2026-06-24 03:09:02 +00:00
parent 7a08d49fe3
commit e0a5281119
58743 changed files with 7297269 additions and 39505 deletions
+31
View File
@@ -0,0 +1,31 @@
/** @internal */
export const OP_ASYNC = "Async";
/** @internal */
export const OP_COMMIT = "Commit";
/** @internal */
export const OP_FAILURE = "Failure";
/** @internal */
export const OP_ON_FAILURE = "OnFailure";
/** @internal */
export const OP_ON_SUCCESS = "OnSuccess";
/** @internal */
export const OP_ON_SUCCESS_AND_FAILURE = "OnSuccessAndFailure";
/** @internal */
export const OP_SUCCESS = "Success";
/** @internal */
export const OP_SYNC = "Sync";
/** @internal */
export const OP_TAG = "Tag";
/** @internal */
export const OP_UPDATE_RUNTIME_FLAGS = "UpdateRuntimeFlags";
/** @internal */
export const OP_WHILE = "While";
/** @internal */
export const OP_ITERATOR = "Iterator";
/** @internal */
export const OP_WITH_RUNTIME = "WithRuntime";
/** @internal */
export const OP_YIELD = "Yield";
/** @internal */
export const OP_REVERT_FLAGS = "RevertFlags";
//# sourceMappingURL=effect.js.map