Skip to content

Commit

Permalink
Remove the expect utility seed.
Browse files Browse the repository at this point in the history
It's no longer necessary now that we have `function`.

Part of #20. Part of #36.
  • Loading branch information
jkomoros committed Jul 30, 2023
1 parent 342ccf6 commit 4d00d08
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions seeds/example-utility.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 4d00d08

Please sign in to comment.