Page MenuHomeSealhub

pipeline.ts
No OneTemporary

pipeline.ts

//commented out. We'll be doing the pandoc-style primitives+pipeline stuff in v2.
// import { PrimitiveJSON } from "./primitives/primitive.js";
// import { Registry } from "./registry.js";
// export function resolve_component(
// reg: Registry,
// type: string,
// component: Record<string, unknown>
// ): PrimitiveJSON {
// const func = reg.get_component(type);
// if (!func)
// throw new Error(
// `Component of type ${type} was not registered before trying to resolve it`
// );
// return func(component);
// }

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 24, 14:02 (16 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
557182
Default Alt Text
pipeline.ts (528 B)

Event Timeline