mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
chore: update formatting configuration (#18331)
This commit is contained in:
parent
cc46f6776c
commit
7e61e8f0e0
3 changed files with 37 additions and 18 deletions
11
cli/tsc/dts/lib.deno.ns.d.ts
vendored
11
cli/tsc/dts/lib.deno.ns.d.ts
vendored
|
@ -4562,7 +4562,6 @@ declare namespace Deno {
|
|||
*/
|
||||
request(desc: PermissionDescriptor): Promise<PermissionStatus>;
|
||||
|
||||
|
||||
/** Requests the permission, and returns the state of the permission.
|
||||
*
|
||||
* If the permission is already granted, the user will not be prompted to
|
||||
|
@ -4674,7 +4673,15 @@ declare namespace Deno {
|
|||
arch: "x86_64" | "aarch64";
|
||||
/** The operating system that the Deno CLI was built for. `"darwin"` is
|
||||
* also known as OSX or MacOS. */
|
||||
os: "darwin" | "linux" | "windows" | "freebsd" | "netbsd" | "aix" | "solaris" | "illumos";
|
||||
os:
|
||||
| "darwin"
|
||||
| "linux"
|
||||
| "windows"
|
||||
| "freebsd"
|
||||
| "netbsd"
|
||||
| "aix"
|
||||
| "solaris"
|
||||
| "illumos";
|
||||
/** The computer vendor that the Deno CLI was built for. */
|
||||
vendor: string;
|
||||
/** Optional environment flags that were set for this build of Deno CLI. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue