* fix(install): don't cache json exports of JSR packages (for now) * chore: remove print debugging from test server * fix(ext/node): refactor http.ServerResponse into function class * bench: remove http benchmarks * fix: add 'fmt-component' to unstable features in schema file * perf(compile): pass module source data from binary directly to v8 * fix(fmt): --ext flag requires to pass files * fix: `.npmrc` settings not being passed to install/add command * refactor(ext/node): use concrete error types * Revert "fix(runtime): send ws ping frames from inspector server (#263… * fix(config): schemas for lint rule and tag autocompletion * fix(node/util): support array formats in `styleText` * feat: support node-api in denort * fix(ext/node): cancel pending ipc writes on channel close * fix(ext/node): only set our end of child process pipe to nonblocking mode * fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls * fix(install): cache all exports of JSR packages listed in `deno.json` * fix(install): cache type only module deps in `deno install` * fix(node:tls): set TLSSocket.alpnProtocol for client connections * fix: share inotify fd across watchers * fix(ext/node): map `ERROR_INVALID_NAME` to `ENOENT` on windows * fix(check): support `--frozen` on deno check * refactor: add 'docs' suggestion * fix(cli): increase size of blocking task threadpool on windows * fix: unpin tokio version * fix(fmt): upgrade formatters * fix(ext/console): ignore casing for named colors in css parsing * refactor(runtime/ops): use concrete error types * fix(install): update lockfile when using package.json OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=217
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.3</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.3.tar.zst</param>
|
|
<param name="preserve-root">true</param>
|
|
</service>
|
|
</services>
|
|
|