Skip to content

Conversation

liamgriffiths
Copy link
Contributor

@liamgriffiths liamgriffiths commented Jul 25, 2024

Warning

The supported server code for this is finished, but not yet released.

Enables "Trace" Futures (produces through property access) to reference other Futures that produce values in addition to Nodes.

For example,

  const f = sb.jq<"object">({ foo: { bar: "baz" } }, ".", "object");

  const a = new Box({
    value: {
      x: f,
      y: f.get("foo.bar"),
    },
  });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant