Skip to content

Commit

Permalink
feat(ssr): graduate ssr method types
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 3, 2021
1 parent 6d2a45c commit 0fe2634
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vite/src/node/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,13 @@ export interface ViteDevServer {
): Promise<ESBuildTransformResult>
/**
* Load a given URL as an instantiated module for SSR.
* @alpha
*/
ssrLoadModule(
url: string,
options?: { isolated?: boolean }
): Promise<Record<string, any>>
/**
* Fix ssr error stacktrace
* @alpha
*/
ssrFixStacktrace(e: Error): void
/**
Expand Down

0 comments on commit 0fe2634

Please sign in to comment.