UNPKG

@tanstack/router-core

Version:

Modern and scalable routing for React applications

1 lines 643 B
{"version":3,"file":"seroval-plugins.ssr.cjs","names":[],"sources":["../../../../src/ssr/serializer/seroval-plugins.ssr.ts"],"sourcesContent":["import { ReadableStreamPlugin } from 'seroval-plugins/web'\nimport { ShallowErrorPlugin } from './ShallowErrorPlugin'\nimport { RawStreamSSRPlugin } from './RawStreamSSRPlugin'\nimport type { Plugin } from 'seroval'\n\n/** Server-only plugins for streaming hydration data into HTML. */\nexport const ssrSerovalPlugins: Array<Plugin<any, any>> = [\n ShallowErrorPlugin,\n RawStreamSSRPlugin,\n ReadableStreamPlugin,\n]\n"],"mappings":";;;;;AAMA,MAAa,oBAA6C;CACxD,2BAAA;CACA,2BAAA;CACA,oBAAA;AACF"}