1.7.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=3
This commit is contained in:
parent
8bfa772fa3
commit
9778f3849a
4
_service
4
_service
@ -13,8 +13,8 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<param name="revision">ffb4b32e9246dec2d452f81d530e8738e19e5a4e</param>
|
||||
<param name="version">1.7.0</param>
|
||||
<param name="revision">v1.7.1</param>
|
||||
<param name="version">1.7.1</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41f946875a6ee772ae6db55e1bde4be5382c8d24ea9e429a6487c5fa9cd05c4b
|
||||
size 2100776
|
3
deno-1.7.1.tar.xz
Normal file
3
deno-1.7.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:854cb30fa6bd27afeb2bdb5b5441b36c74c7ade5e761b8138afc9eacbd89a7cf
|
||||
size 2138340
|
35
deno.changes
35
deno.changes
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 29 17:34:16 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.7.1
|
||||
* feat(std/node): Add support for process.on("exit")
|
||||
* fix(std/node): Stop callbacks being called twice when callback throws error
|
||||
* fix(std/node): replace uses of window with globalThis
|
||||
* fix(std/async): make pooledMap() errors catchable
|
||||
* feat(lsp, unstable): add performance measurements
|
||||
* fix(lsp): complete list of unused diagnostics
|
||||
* fix(lsp): fix deadlocks, use one big mutex
|
||||
* fix(lsp): handle mbc documents properly
|
||||
* fix(lsp): handle mbc properly when formatting
|
||||
* fix(lsp): reduce deadlocks with in memory documents
|
||||
* fix(cli): IO resource types, fix concurrent read/write and graceful close
|
||||
* fix(cli): Move WorkerOptions::deno types to unstable
|
||||
* fix(cli): add lib dom.asynciterable
|
||||
* fix(cli): correctly determine emit state with redirects
|
||||
* fix(cli): early abort before type checking on missing modules
|
||||
* fix(cli): enable url wpt
|
||||
* fix(cli): fix panic in Deno.emit
|
||||
* fix(cli): fix panic in op_dns_resolve
|
||||
* fix(cli): fix recursive dispatches of unload event
|
||||
* fix(cli): fmt command help message
|
||||
* fix(cli): use DOMException in Performance#measure
|
||||
* fix(cli/flags): don't panic on invalid location scheme
|
||||
* fix(compile): fix panic when cross-compiling between windows and unix
|
||||
* fix(core): Handle prepareStackTrace() throws
|
||||
* fix(coverage): ignore comments
|
||||
* fix(coverage): use source maps when printing pretty reports
|
||||
* fix(op_crates/fetch): fix ReadableStream.pipeThrough()
|
||||
* fix(op_crates/web): Add gb18030 and GBK encodings
|
||||
* fix(op_crates/web): Improve customInspect for Location
|
||||
* chore: new typescript WPT runner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 14:08:20 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.7.0
|
||||
Version: 1.7.1
|
||||
Release: 0
|
||||
Summary: A secure JavaScript and TypeScript runtime
|
||||
License: MIT
|
||||
|
@ -55,7 +55,7 @@ echo "done"
|
||||
|
||||
# remake tarball
|
||||
echo -n "Compressing archive... "
|
||||
tar -cf - vendor/ | xz -6 -c - > vendor-merged.tar.xz
|
||||
tar -cf - vendor/ | xz -9 -c - > vendor-merged.tar.xz
|
||||
echo "done"
|
||||
|
||||
echo "Inspect the tarball and replace the"
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49beaaae71fed5cdf69ac2daebad5ff2f82122ea8152be5891aedafc81b9ce41
|
||||
size 34556068
|
||||
oid sha256:8f7b30378351df1e6557afba6f847b5498f931a8144b6df3839b829b9943205f
|
||||
size 33607320
|
||||
|
Loading…
Reference in New Issue
Block a user