mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
Remove KeepingTypeEmitter and always stringify via SimpleEmitter. On next, map breaking commits to patch so alpha stays on 11.x. Co-authored-by: Cursor <[email protected]>
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
export * from './emitter'
|
|
export * from './simple-emitter'
|
|
export * from './streamed-emitter'
|