forked from pool/deno
* fix(publish): support jsx/tsx * chore: fix more flakey otel tests * fix(outdated): hint to use `--latest` if new versions are available in `outdated --update` * fix(coverage): exclude scripts with invalid URLs from raw coverage output * docs: add examples for SubtleCrypto * docs(canvas): Add examples to createImageBitmap jsdocs * chore: fix otel test flakiness * docs(console): update console documentation * docs(web): update docs for `globalThis.caches` * fix(check): remove instability in loading lib files * fix(ext/node): rewrite SQLite named parameter handing * fix(ext/node): Fix handling of sqlite large integers * fix: don't panic when running with // as a filepath * fix(check/lsp): fall back to `@types/*` packages if npm package doesn't have types * fix: better jsx workspace config resolution * refactor(publish): create ModuleContentProvider * fix: move extension file declarations to cli/tsc/dts * fix(ext/cache): add missing Cargo feature OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=288
32 lines
1021 B
XML
32 lines
1021 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.2.1</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="update">false</param>
|
|
<param name="respect-lockfile">true</param>
|
|
<param name="method">registry</param>
|
|
<param name="src">deno</param>
|
|
</service>
|
|
<service name="roast" mode="manual">
|
|
<param name="target">deno</param>
|
|
<param name="outfile">deno-2.2.1.tar.zst</param>
|
|
<param name="preserve-root">true</param>
|
|
<param name="reproducible">true</param>
|
|
</service>
|
|
</services>
|
|
|
|
|