Initial commit
This commit is contained in:
commit
b3a51a4115
10336 changed files with 2381973 additions and 0 deletions
31
node_modules/effect/dist/esm/internal/opCodes/effect.js
generated
vendored
Normal file
31
node_modules/effect/dist/esm/internal/opCodes/effect.js
generated
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue