Refactor op/script/component loading and spec validation

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes
2021-01-24 12:54:55 -08:00
parent bbe16283ab
commit e10025d688
19 changed files with 269 additions and 177 deletions

View File

@@ -9,11 +9,3 @@ realempty: {
empty: {
#dagger: compute: []
}
// additional prop, should not error
withprops: {
#dagger: {
compute: []
foo: bar: "foo"
}
}