* fix: sync changes from cherry-pick PRs * fix: do special file permission check for `check_read_path` * fix: update Cargo.lock and fix changes from cherry-pick PRs * fix(streams): handle Resource stream error * docs: adding examples and a see link to Websockets jdocs * fix: allow creating TSC host without a snapshot * test: clean up node_compat test runner * perf(lsp): cancellation checks in blocking code * fix: panic with js lint plugins and invalid js syntax * perf(compile): use bytes already in memory after downloading executable * fix(compile): never include the specified output executable in itself * test: remove one of 'node_unit_tests::tls_test' tests * fix(otel): custom span start + end times are fractional ms * fix(ext/node): fix twitter-api-v2 compatibility * fix(ext/node): fix missing privateKey.x in curve25519 JWK * chore: fix lockfile on main * chore: move bench test to spec test * fix(ext/napi): napi_is_buffer tests for ArrayBufferView * fix(ext/node): handle non-ws upgrade headers * refactor(ext/fetch): do not share error instance * fix(ext/node): expose brotli stream APIs * perf: node resolution cache * refactor: extract out utf16 map from lsp to cli::util module * fix(lsp): ignore a few more diagnostics for ambient modules * fix(ext/node): set process fields on own instance * fix(publish): correct coloring in --help * fix(node): resolve module as maybe CJS when it's missing a file extension * fix(node): show directory import and missing extension suggestions * Revert "fix(lsp): silence debug error for 'move to a new file' action" OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=283
32 lines
1023 B
XML
32 lines
1023 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.1.10</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.1.10.tar.zst</param>
|
|
<param name="preserve-root">true</param>
|
|
<param name="reproducible">true</param>
|
|
</service>
|
|
</services>
|
|
|
|
|