-
Notifications
You must be signed in to change notification settings - Fork 11
import { resolve } from "@c11/engine.runtime" #106
Open
Description
import { resolve } from "@c11/engine.runtime" in order to recursively resolve any paths found on a value or a path:
foo: {
a: 123,
b: path.bar
},
bar: path.baz,
baz: 321
foo = observe.foo
---
resolve(foo) // { a: 123, b: 321 }
resolve(path.bar) // 321
Activity
Metadata
Metadata
Assignees
Labels
No labels