+ "content": "> This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.\n> \n\nFor a given symbol (QRL such as `onKeydown$`<!-- -->) the server needs to know which bundle the symbol is in.\n\nNormally this is provided by Qwik's `q-manifest` . But `q-manifest` only exists after a full client build.\n\nThis would be a problem in dev mode. So in dev mode the symbol is mapped to the expected URL using the symbolMapper function above. For Vite the given path is fixed for a given symbol.\n\nWe export this symbolMapper function for systems that do not use Qwik's ssr dev server.\n\n\n```typescript\nsymbolMapper: ((symbolName: string, mapper: any, parent: string | undefined) => [string, string]) | undefined\n```",
0 commit comments