A secure JavaScript and Typescript runtime built on v8
https://deno.land/
Deno comes with a linter, a code formatter and a unit test runner. Other features include language server protocol and WebGPU support. It has a standard library with limited compatibility with Node.js.
- Developed at devel:languages:javascript
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:SLECandidates/deno && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000427 427 Bytes | |
_service | 0000000890 890 Bytes | |
_servicedata | 0000000230 230 Bytes | |
deno-2.0.4.tar.zst | 0098935036 94.4 MB | |
deno-disable-lto.patch | 0000000550 550 Bytes | |
deno.changes | 0000258260 252 KB | |
deno.obsinfo | 0000000093 93 Bytes | |
deno.spec | 0000005178 5.06 KB | |
vendor.tar.zst | 0094804359 90.4 MB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1220004
from
Soc Virnyl Estela (uncomfyhalomacro)
(revision 52)
- Update to version 2.0.4: * fix: support watch flag to enable watching other files than the main module on serve subcommand * Revert "fix(ext/node): fix dns.lookup result ordering" * fix(ext/napi): export dynamic symbols list for {Free,Open}BSD * fix(ext/node): compatibility with {Free,Open}BSD * refactor(init): inline routing in deno init --serve template * Revert "fix(ext/node): use primordials in `ext/node/polyfills/https.ts`" * fix: provide hints in terminal errors for Node.js globals * fix(check): expose more globals from @types/node * fix: report exceptions from nextTick * fix(compile): regression handling redirects * fix(npm): match npm bearer token generation * fix: do not panic when failing to write to http cache * fix(ext/node): add path to `fs.stat` and `fs.statSync` error * fix(watch): don't panic on invalid file specifiers * docs(readme): Add winget instructions * fix(cli): Make --watcher CLEAR_SCREEN clear scrollback buffer as well as visible screen * fix(ext/node): use primordials in ext\node\polyfills\internal\crypto\_randomInt.ts * perf: pass transpiled module to deno_core as known string * fix(lsp): make missing import action fix infallible * fix(install): cache json exports of JSR packages * fix(upgrade): stop running `deno lsp` processes on windows before attempting to replace executable * fix(check): ignore resolving `jsxImportSource` when jsx is not used in graph * fix(install): regression - do not panic when config file contains \r\n newlines * feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting
Comments 2
Hi. Is still package maintained? I tried to learn OBS workflow to collaborate with an update, but I guess I'm too newbie in this field yet.
Replied in devel repo