Skip to content

NativeBag

Defined in: src/core/ir/index.ts:33

Passthrough bag for the round-trip door (ir-design §4): a node MAY carry the source format’s raw fragment keyed by format id (e.g. { ooxml: <fragment> }). Writers for other formats ignore it; a same-format writer may use it to reproduce constructs the neutral core does not model. v1 promises only cross-format fidelity — this keeps the door open without promising more.

[formatId: string]: unknown