6e70c0c20d
* 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=219
28 lines
890 B
XML
28 lines
890 B
XML
<!--
|
|
# vim: set syntax=xml
|
|
-->
|
|
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/denoland/deno</param>
|
|
<!-- param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param -->
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">v2.0.4</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">deno</param>
|
|
<param name="update">false</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
<service name="roast" mode="manual">
|
|
<param name="target">deno</param>
|
|
<param name="outfile">deno-2.0.4.tar.zst</param>
|
|
<param name="preserve-root">true</param>
|
|
</service>
|
|
</services>
|
|
|