deno.land / x / deno@v1.28.2 / runtime / js / 90_deno_ns.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license."use strict";
((window) => { const core = window.Deno.core; const __bootstrap = window.__bootstrap;
__bootstrap.denoNs = { metrics: core.metrics, Process: __bootstrap.process.Process, run: __bootstrap.process.run, isatty: __bootstrap.tty.isatty, writeFileSync: __bootstrap.writeFile.writeFileSync, writeFile: __bootstrap.writeFile.writeFile, writeTextFileSync: __bootstrap.writeFile.writeTextFileSync, writeTextFile: __bootstrap.writeFile.writeTextFile, readTextFile: __bootstrap.readFile.readTextFile, readTextFileSync: __bootstrap.readFile.readTextFileSync, readFile: __bootstrap.readFile.readFile, readFileSync: __bootstrap.readFile.readFileSync, watchFs: __bootstrap.fsEvents.watchFs, chmodSync: __bootstrap.fs.chmodSync, chmod: __bootstrap.fs.chmod, chown: __bootstrap.fs.chown, chownSync: __bootstrap.fs.chownSync, copyFileSync: __bootstrap.fs.copyFileSync, cwd: __bootstrap.fs.cwd, makeTempDirSync: __bootstrap.fs.makeTempDirSync, makeTempDir: __bootstrap.fs.makeTempDir, makeTempFileSync: __bootstrap.fs.makeTempFileSync, makeTempFile: __bootstrap.fs.makeTempFile, memoryUsage: core.memoryUsage, mkdirSync: __bootstrap.fs.mkdirSync, mkdir: __bootstrap.fs.mkdir, chdir: __bootstrap.fs.chdir, copyFile: __bootstrap.fs.copyFile, readDirSync: __bootstrap.fs.readDirSync, readDir: __bootstrap.fs.readDir, readLinkSync: __bootstrap.fs.readLinkSync, readLink: __bootstrap.fs.readLink, realPathSync: __bootstrap.fs.realPathSync, realPath: __bootstrap.fs.realPath, removeSync: __bootstrap.fs.removeSync, remove: __bootstrap.fs.remove, renameSync: __bootstrap.fs.renameSync, rename: __bootstrap.fs.rename, version: __bootstrap.version.version, build: __bootstrap.build.build, statSync: __bootstrap.fs.statSync, lstatSync: __bootstrap.fs.lstatSync, stat: __bootstrap.fs.stat, lstat: __bootstrap.fs.lstat, truncateSync: __bootstrap.fs.truncateSync, truncate: __bootstrap.fs.truncate, ftruncateSync: __bootstrap.fs.ftruncateSync, ftruncate: __bootstrap.fs.ftruncate, futime: __bootstrap.fs.futime, futimeSync: __bootstrap.fs.futimeSync, errors: __bootstrap.errors.errors, // TODO(kt3k): Remove this export at v2 // See https://github.com/denoland/deno/issues/9294 customInspect: __bootstrap.console.customInspect, inspect: __bootstrap.console.inspect, env: __bootstrap.os.env, exit: __bootstrap.os.exit, execPath: __bootstrap.os.execPath, Buffer: __bootstrap.buffer.Buffer, readAll: __bootstrap.buffer.readAll, readAllSync: __bootstrap.buffer.readAllSync, writeAll: __bootstrap.buffer.writeAll, writeAllSync: __bootstrap.buffer.writeAllSync, copy: __bootstrap.io.copy, iter: __bootstrap.io.iter, iterSync: __bootstrap.io.iterSync, SeekMode: __bootstrap.io.SeekMode, read: __bootstrap.io.read, readSync: __bootstrap.io.readSync, write: __bootstrap.io.write, writeSync: __bootstrap.io.writeSync, File: __bootstrap.files.File, FsFile: __bootstrap.files.FsFile, open: __bootstrap.files.open, openSync: __bootstrap.files.openSync, create: __bootstrap.files.create, createSync: __bootstrap.files.createSync, stdin: __bootstrap.files.stdin, stdout: __bootstrap.files.stdout, stderr: __bootstrap.files.stderr, seek: __bootstrap.files.seek, seekSync: __bootstrap.files.seekSync, connect: __bootstrap.net.connect, listen: __bootstrap.net.listen, loadavg: __bootstrap.os.loadavg, connectTls: __bootstrap.tls.connectTls, listenTls: __bootstrap.tls.listenTls, startTls: __bootstrap.tls.startTls, shutdown: __bootstrap.net.shutdown, fstatSync: __bootstrap.fs.fstatSync, fstat: __bootstrap.fs.fstat, fsyncSync: __bootstrap.fs.fsyncSync, fsync: __bootstrap.fs.fsync, fdatasyncSync: __bootstrap.fs.fdatasyncSync, fdatasync: __bootstrap.fs.fdatasync, symlink: __bootstrap.fs.symlink, symlinkSync: __bootstrap.fs.symlinkSync, link: __bootstrap.fs.link, linkSync: __bootstrap.fs.linkSync, permissions: __bootstrap.permissions.permissions, Permissions: __bootstrap.permissions.Permissions, PermissionStatus: __bootstrap.permissions.PermissionStatus, serveHttp: __bootstrap.http.serveHttp, resolveDns: __bootstrap.net.resolveDns, upgradeWebSocket: __bootstrap.http.upgradeWebSocket, utime: __bootstrap.fs.utime, utimeSync: __bootstrap.fs.utimeSync, kill: __bootstrap.process.kill, addSignalListener: __bootstrap.signals.addSignalListener, removeSignalListener: __bootstrap.signals.removeSignalListener, refTimer: __bootstrap.timers.refTimer, unrefTimer: __bootstrap.timers.unrefTimer, osRelease: __bootstrap.os.osRelease, hostname: __bootstrap.os.hostname, systemMemoryInfo: __bootstrap.os.systemMemoryInfo, networkInterfaces: __bootstrap.os.networkInterfaces, consoleSize: __bootstrap.tty.consoleSize, gid: __bootstrap.os.gid, uid: __bootstrap.os.uid, };
__bootstrap.denoNsUnstable = { DiagnosticCategory: __bootstrap.diagnostics.DiagnosticCategory, listenDatagram: __bootstrap.net.listenDatagram, umask: __bootstrap.fs.umask, HttpClient: __bootstrap.fetch.HttpClient, createHttpClient: __bootstrap.fetch.createHttpClient, http: __bootstrap.http, dlopen: __bootstrap.ffi.dlopen, UnsafeCallback: __bootstrap.ffi.UnsafeCallback, UnsafePointer: __bootstrap.ffi.UnsafePointer, UnsafePointerView: __bootstrap.ffi.UnsafePointerView, UnsafeFnPointer: __bootstrap.ffi.UnsafeFnPointer, flock: __bootstrap.fs.flock, flockSync: __bootstrap.fs.flockSync, funlock: __bootstrap.fs.funlock, funlockSync: __bootstrap.fs.funlockSync, Child: __bootstrap.spawn.Child, spawnChild: __bootstrap.spawn.spawnChild, spawn: __bootstrap.spawn.spawn, spawnSync: __bootstrap.spawn.spawnSync, Command: __bootstrap.spawn.Command, serve: __bootstrap.flash.serve, upgradeHttp: __bootstrap.http.upgradeHttp, upgradeHttpRaw: __bootstrap.flash.upgradeHttpRaw, };})(this);
deno

Version Info

Tagged at
a year ago