-
Notifications
You must be signed in to change notification settings - Fork 27k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
15 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
// Alias index file of next/server for edge runtime for tree-shaking purpose | ||
|
||
export { default as ImageResponse } from './image-response' | ||
export { default as NextRequest } from './next-request' | ||
export { default as NextResponse } from './next-response' | ||
export { default as userAgent } from './user-agent' | ||
export { default as userAgentFromString } from './user-agent-from-string' | ||
export { default as URLPattern } from './url-pattern' | ||
export { ImageResponse } from '../spec-extension/image-response' | ||
export { NextRequest } from '../spec-extension/request' | ||
export { NextResponse } from '../spec-extension/response' | ||
export { userAgent, userAgentFromString } from '../spec-extension/user-agent' | ||
export { URLPattern } from '../spec-extension/url-pattern' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
packages/next/src/server/web/exports/user-agent-from-string.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters