-
Notifications
You must be signed in to change notification settings - Fork 30.5k
feat: types for express 5
#70563
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
Merged
typescript-bot
merged 29 commits into
DefinitelyTyped:master
from
RobinTail:feat-async-for-express5
Sep 25, 2024
Merged
feat: types for express 5
#70563
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
91642fa
feat: async types for express 5 and its express-serve-static-core.
RobinTail 3841cdd
Fixing tests for architect__functions.
RobinTail c7fcb05
Fixing tests for forest-express-sequelize.
RobinTail a08e9c6
Fixing tests for mock-req-res.
RobinTail c4380b1
Fixing tests for create-test-server.
RobinTail 0be241f
Fixing dependency discrepancy for absolute-url.
RobinTail 8f63f0f
Correcting the type for express-brute.
RobinTail 93ef618
Correcting types for express-ua-middleware.
RobinTail bafc7aa
Fixing tests for feathersjs__express.
RobinTail 3197341
Fixing tests for logfmt.
RobinTail b4f19a8
Fixing types and tests for express-oauth-server.
RobinTail 58a6fb2
Fixing tests for mongoose-aggregate-paginate-v2.
RobinTail e4ed240
Fixing tests for forest-express-mongoose.
RobinTail 43c6655
Fixing tests for fusebit__oauth-connector.
RobinTail 42fce1c
Fixing tests for swaggerize-express.
RobinTail 5654908
Ref: using void for tests in architect__functions to avoid changing f…
RobinTail 635727b
Additional tests for express - async handler assignment.
RobinTail 740dedf
create-test-server: correcting types instead of the test.
RobinTail 581cab2
CR accepted: fn block instead of void in two tests.
RobinTail 44fe415
CR accepted: fn block instead of void in test of architect__functions.
RobinTail b8ce672
Applying pnpm dprint fmt.
RobinTail f1d98c6
CR: using res.send() in test of forest-express-mongoose and forest-ex…
RobinTail dc3621e
Minor: correcting return type of RequestHandler in jsdoc of express-b…
RobinTail 1cd042a
CR: Preserving the state of v4 for express and express-serve-static-c…
RobinTail f996fd0
Fix: adding express-serve-static-core/v4 to attw.json.
RobinTail 3dbabb9
Fix: ading nonNpm:conflict to the package of express-serve-static-cor…
RobinTail 70b034c
Fix: add nonNpmDescription as well.
RobinTail 0294b12
CR: setting `express-serve-static-core` dependency to `^4` in `expres…
RobinTail 8f3a52d
Revert "CR: setting `express-serve-static-core` dependency to `^4` in…
RobinTail File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
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
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 |
|---|---|---|
|
|
@@ -3,3 +3,4 @@ | |
| !**/*.d.cts | ||
| !**/*.d.mts | ||
| !**/*.d.*.ts | ||
| /v4/ | ||
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
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,7 @@ | ||
| { | ||
| "rules": { | ||
| "@definitelytyped/no-type-only-packages": "off", | ||
| "@typescript-eslint/naming-convention": "off", | ||
| "@typescript-eslint/no-empty-interface": "off" | ||
| } | ||
| } |
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,5 @@ | ||
| * | ||
| !**/*.d.ts | ||
| !**/*.d.cts | ||
| !**/*.d.mts | ||
| !**/*.d.*.ts |
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.