-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add types from DT * misc * Restore log in example * Add missing info.remote flag * Split definition file into smaller files * Split server definition into smaller files * Add mime type * Support customizing server.app per server * Small cleanup of types * Add return value to server.register() * Remove undefined as value for optional props * Remove jsonp * Support plugin server type annotation * Allow typing event data * Add custom request.app test * Fix request.server * Allow custom typing of requests * Fix bad merge * Revert removal of | undefined (more) * Update lib/types/index.d.ts Co-authored-by: Nicolas Morel <nicolas@morel.io> * Update lib/types/index.d.ts * Revert removal of | undefined * Remove plugin decoration defaults (WIP) * Temporary solution to plugin template match * Update lib/types/plugin.d.ts Co-authored-by: Nicolas Morel <nicolas@morel.io> Co-authored-by: Nicolas Morel <nicolas@morel.io>
- Loading branch information
1 parent
2878456
commit 9db3662
Showing
18 changed files
with
247 additions
and
210 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 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 |
---|---|---|
|
@@ -497,6 +497,8 @@ internals.Server = class { | |
finally { | ||
--this._core.registring; | ||
} | ||
|
||
return this; | ||
} | ||
|
||
route(options) { | ||
|
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
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
Oops, something went wrong.