Skip to content

Commit bfb2ceb

Browse files
authored
Add Algebraic Effects extension (#552)
* Slight refactor in light of Object's rewrite * quick swap of parameters * am i doing this right * Rename Algebraic Effects Extension.js to divAlgEffects.js * Update divIterators.svg * Update divIterators.svg... again * Add files via upload * Rename AlgebraicEffectsBanner.svg to divAlgEffects.svg * Update extensions.js
1 parent 8127584 commit bfb2ceb

File tree

4 files changed

+510
-19
lines changed

4 files changed

+510
-19
lines changed

src/lib/extensions.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,16 @@ export default [
310310
isGitHub: true,
311311
tags: ["new", "customtype", "iterators", "data", "utility", "builder"]
312312
},
313+
{
314+
name: "Algebraic Effects",
315+
description: "Intercept custom actions in your scripts to pause, resume, or redirect their flow using modular handlers.",
316+
code: "Div/divAlgEffects.js",
317+
banner: "Div/divAlgEffects.svg",
318+
creator: "Dicuo",
319+
creatorAlias: "Div",
320+
isGitHub: true,
321+
tags: ["new", "effects", "control", "data", "utility"]
322+
},
313323
{
314324
name: "Blobs",
315325
description: "An extension made for handling blobs which can be used to store files. Allows to easily make blobs for the Js extension",

0 commit comments

Comments
 (0)