mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 08:33:43 -05:00
chore: update deprecation notices of APIs to be soft-removed (#23076)
This commit is contained in:
parent
b7d716e8a3
commit
3826598974
1 changed files with 8 additions and 7 deletions
15
cli/tsc/dts/lib.deno.ns.d.ts
vendored
15
cli/tsc/dts/lib.deno.ns.d.ts
vendored
|
@ -2789,7 +2789,7 @@ declare namespace Deno {
|
||||||
* The resource ID assigned to `stdin`. This can be used with the discreet
|
* The resource ID assigned to `stdin`. This can be used with the discreet
|
||||||
* I/O functions in the `Deno` namespace.
|
* I/O functions in the `Deno` namespace.
|
||||||
*
|
*
|
||||||
* @deprecated This will be removed in Deno 2.0. See the
|
* @deprecated This will be soft-removed in Deno 2.0. See the
|
||||||
* {@link https://docs.deno.com/runtime/manual/advanced/migrate_deprecations | Deno 1.x to 2.x Migration Guide}
|
* {@link https://docs.deno.com/runtime/manual/advanced/migrate_deprecations | Deno 1.x to 2.x Migration Guide}
|
||||||
* for migration instructions.
|
* for migration instructions.
|
||||||
*/
|
*/
|
||||||
|
@ -2837,7 +2837,7 @@ declare namespace Deno {
|
||||||
* The resource ID assigned to `stdout`. This can be used with the discreet
|
* The resource ID assigned to `stdout`. This can be used with the discreet
|
||||||
* I/O functions in the `Deno` namespace.
|
* I/O functions in the `Deno` namespace.
|
||||||
*
|
*
|
||||||
* @deprecated This will be removed in Deno 2.0. See the
|
* @deprecated This will be soft-removed in Deno 2.0. See the
|
||||||
* {@link https://docs.deno.com/runtime/manual/advanced/migrate_deprecations | Deno 1.x to 2.x Migration Guide}
|
* {@link https://docs.deno.com/runtime/manual/advanced/migrate_deprecations | Deno 1.x to 2.x Migration Guide}
|
||||||
* for migration instructions.
|
* for migration instructions.
|
||||||
*/
|
*/
|
||||||
|
@ -2871,7 +2871,7 @@ declare namespace Deno {
|
||||||
* The resource ID assigned to `stderr`. This can be used with the discreet
|
* The resource ID assigned to `stderr`. This can be used with the discreet
|
||||||
* I/O functions in the `Deno` namespace.
|
* I/O functions in the `Deno` namespace.
|
||||||
*
|
*
|
||||||
* @deprecated This will be removed in Deno 2.0. See the
|
* @deprecated This will be soft-removed in Deno 2.0. See the
|
||||||
* {@link https://docs.deno.com/runtime/manual/advanced/migrate_deprecations | Deno 1.x to 2.x Migration Guide}
|
* {@link https://docs.deno.com/runtime/manual/advanced/migrate_deprecations | Deno 1.x to 2.x Migration Guide}
|
||||||
* for migration instructions.
|
* for migration instructions.
|
||||||
*/
|
*/
|
||||||
|
@ -2969,7 +2969,7 @@ declare namespace Deno {
|
||||||
* console.log(Deno.isatty(ttyRid)); // true
|
* console.log(Deno.isatty(ttyRid)); // true
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
* @deprecated This will be removed in Deno 2.0. See the
|
* @deprecated This will be soft-removed in Deno 2.0. See the
|
||||||
* {@link https://docs.deno.com/runtime/manual/advanced/migrate_deprecations | Deno 1.x to 2.x Migration Guide}
|
* {@link https://docs.deno.com/runtime/manual/advanced/migrate_deprecations | Deno 1.x to 2.x Migration Guide}
|
||||||
* for migration instructions.
|
* for migration instructions.
|
||||||
*
|
*
|
||||||
|
@ -4519,7 +4519,7 @@ declare namespace Deno {
|
||||||
*
|
*
|
||||||
* Requires `allow-run` permission.
|
* Requires `allow-run` permission.
|
||||||
*
|
*
|
||||||
* @deprecated This will be removed in Deno 2.0. See the
|
* @deprecated This will be soft-removed in Deno 2.0. See the
|
||||||
* {@link https://docs.deno.com/runtime/manual/advanced/migrate_deprecations | Deno 1.x to 2.x Migration Guide}
|
* {@link https://docs.deno.com/runtime/manual/advanced/migrate_deprecations | Deno 1.x to 2.x Migration Guide}
|
||||||
* for migration instructions.
|
* for migration instructions.
|
||||||
*
|
*
|
||||||
|
@ -5633,7 +5633,8 @@ declare namespace Deno {
|
||||||
respondWith(r: Response | PromiseLike<Response>): Promise<void>;
|
respondWith(r: Response | PromiseLike<Response>): Promise<void>;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** The async iterable that is returned from {@linkcode Deno.serveHttp} which
|
/**
|
||||||
|
* The async iterable that is returned from {@linkcode serveHttp} which
|
||||||
* yields up {@linkcode RequestEvent} events, representing individual
|
* yields up {@linkcode RequestEvent} events, representing individual
|
||||||
* requests on the HTTP server connection.
|
* requests on the HTTP server connection.
|
||||||
*
|
*
|
||||||
|
@ -5707,7 +5708,7 @@ declare namespace Deno {
|
||||||
* used elsewhere. In such a case, this function will fail.
|
* used elsewhere. In such a case, this function will fail.
|
||||||
*
|
*
|
||||||
* @category HTTP Server
|
* @category HTTP Server
|
||||||
* @deprecated This will be removed in Deno 2.0. See the
|
* @deprecated This will be soft-removed in Deno 2.0. See the
|
||||||
* {@link https://docs.deno.com/runtime/manual/advanced/migrate_deprecations | Deno 1.x to 2.x Migration Guide}
|
* {@link https://docs.deno.com/runtime/manual/advanced/migrate_deprecations | Deno 1.x to 2.x Migration Guide}
|
||||||
* for migration instructions.
|
* for migration instructions.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue