* Mutates the given SSR error by rewriting the stacktrace
(e: Error)
| 397 | * Mutates the given SSR error by rewriting the stacktrace |
| 398 | */ |
| 399 | ssrFixStacktrace(e: Error): void |
| 400 | /** |
| 401 | * Triggers HMR for a module in the module graph. You can use the `server.moduleGraph` |
| 402 | * API to retrieve the module to be reloaded. If `hmr` is false, this is a no-op. |
no outgoing calls
no test coverage detected