mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
docs: tag permission examples as ts (#10506)
This commit is contained in:
parent
7e22987876
commit
ce76f8c3a9
1 changed files with 3 additions and 3 deletions
6
cli/dts/lib.deno.unstable.d.ts
vendored
6
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -1220,7 +1220,7 @@ declare namespace Deno {
|
|||
*
|
||||
* Examples:
|
||||
*
|
||||
* ```
|
||||
* ```ts
|
||||
* Deno.test({
|
||||
* name: "inherit",
|
||||
* permissions: {
|
||||
|
@ -1233,7 +1233,7 @@ declare namespace Deno {
|
|||
* };
|
||||
* ```
|
||||
*
|
||||
* ```
|
||||
* ```ts
|
||||
* Deno.test({
|
||||
* name: "true",
|
||||
* permissions: {
|
||||
|
@ -1246,7 +1246,7 @@ declare namespace Deno {
|
|||
* };
|
||||
* ```
|
||||
*
|
||||
* ```
|
||||
* ```ts
|
||||
* Deno.test({
|
||||
* name: "false",
|
||||
* permissions: {
|
||||
|
|
Loading…
Reference in a new issue