-
Notifications
You must be signed in to change notification settings - Fork 89
feat(h3framework): Added support for h3 framework #297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 9 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
e4bd793
Trying to create support for H3
KitsuneKenshi c657064
added h3 type
KitsuneKenshi ad54ce3
qf
KitsuneKenshi ca15711
Creating sessions works
KitsuneKenshi 73d290e
everything seems to work fine now
KitsuneKenshi 7e731b9
restored previous package.json scripts
KitsuneKenshi 60f075e
Added tests for h3 framework
KitsuneKenshi d8aac4c
Changes before PR
KitsuneKenshi 6bdad19
fix(changelog): Added changelog data
KitsuneKenshi abc9258
fix(changelog): Wrong place for changelog
KitsuneKenshi 98180e5
fix(tests and build): Built pretty and removed wrongly made tests
KitsuneKenshi 9054184
fix(QF): Accidentall remove of part of command for tests
KitsuneKenshi 46dbd89
Merge branch '9.2' into h3-support
KitsuneKenshi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export * from "../../lib/build/framework/h3"; | ||
| import * as _default from "../../lib/build/framework/h3"; | ||
| export default _default; |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| "use strict"; | ||
| function __export(m) { | ||
| for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
| } | ||
| exports.__esModule = true; | ||
| __export(require("../../lib/build/framework/h3")); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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,7 +1,4 @@ | ||
| // @ts-nocheck | ||
| export type { SessionEvent, SessionEventV2 } from "./framework"; | ||
| export declare const middleware: ( | ||
| handler?: import("aws-lambda").Handler<any, any> | undefined | ||
| ) => import("aws-lambda").Handler<any, any>; | ||
| export declare const middleware: (handler?: import("aws-lambda").Handler<any, any> | undefined) => import("aws-lambda").Handler<any, any>; | ||
| export declare const wrapRequest: (unwrapped: any) => import("..").BaseRequest; | ||
| export declare const wrapResponse: (unwrapped: any) => import("..").BaseResponse; |
This file contains hidden or 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,2 +1 @@ | ||
| // @ts-nocheck | ||
| export declare const COOKIE_HEADER = "Set-Cookie"; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.