Possible chunk types to be written to the destination, and it'll handle stringifying them at the end.
NOTE: Try to reduce adding new types here. If possible, serialize the custom types to a string in renderChild in any.ts.
renderChild
any.ts
Possible chunk types to be written to the destination, and it'll handle stringifying them at the end.
NOTE: Try to reduce adding new types here. If possible, serialize the custom types to a string in
renderChildinany.ts.