From 4d00d08612cf5e5c70148f370ae60a80ac5156a4 Mon Sep 17 00:00:00 2001 From: Alex Komoroske Date: Sun, 30 Jul 2023 14:28:52 -0700 Subject: [PATCH] Remove the `expect` utility seed. It's no longer necessary now that we have `function`. Part of #20. Part of #36. --- seeds/example-utility.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/seeds/example-utility.json b/seeds/example-utility.json index 618a2b1..226baea 100644 --- a/seeds/example-utility.json +++ b/seeds/example-utility.json @@ -1,34 +1,6 @@ { "version": 0, "seeds": { - "expect": { - "description": "Useful for a meta-node to check at the top that required parameters are set.", - "t": "map", - "items": { - "t": "var", - "name": "arg:args" - }, - "block": { - "t": "var", - "name": { - "t": "var", - "name": "value" - }, - "else": { - "t": "throw", - "error": { - "t": "render", - "template": "Argument {{key}} is expected but was not set", - "vars": { - "key": { - "t": "var", - "name": "value" - } - } - } - } - } - }, "remove-numbers": { "t": "function", "arguments": [