Expand description
Shape <-> V8 type conversion via MessagePack.
Converts between msgpack-encoded Shape wire values and V8 JavaScript values.
Functionsยง
- msgpack_
to_ v8 - Deserialize a msgpack byte buffer into a vector of V8 values.
- shape_
type_ to_ ts_ hint - Convert a Shape type name to a TypeScript type annotation string.
- v8_
to_ msgpack - Convert a V8 value to a msgpack byte buffer.