1.7.2 + rusty_v8 0.17.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=4
This commit is contained in:
parent
9778f3849a
commit
31e39ad92b
8
_service
8
_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">v1.7.1</param>
|
||||
<param name="version">1.7.1</param>
|
||||
<param name="revision">v1.7.2</param>
|
||||
<param name="version">1.7.2</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
@ -37,8 +37,8 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/denoland/rusty_v8</param>
|
||||
<param name="revision">v0.16.0</param>
|
||||
<param name="version">0.16.0</param>
|
||||
<param name="revision">v0.17.0</param>
|
||||
<param name="version">0.17.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:854cb30fa6bd27afeb2bdb5b5441b36c74c7ade5e761b8138afc9eacbd89a7cf
|
||||
size 2138340
|
3
deno-1.7.2.tar.xz
Normal file
3
deno-1.7.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee1ed2ca26f0818c3fed4fe7004bfde8c0015129a5a2d2cd162f62add57aeaa7
|
||||
size 2746740
|
18
deno.changes
18
deno.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 5 21:14:55 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.7.2
|
||||
* feat(lsp, unstable): add references code lens
|
||||
* feat(lsp, unstable): add TS quick fix code actions
|
||||
* fix: improve http client builder error message
|
||||
* fix(cli): fix handling of non-normalized specifier
|
||||
* fix(cli/coverage): display mapped instrumentation line counts
|
||||
* fix(cli/lsp): fix using jsx/tsx when not emitting via tsc
|
||||
* fix(repl): prevent symbol completion panic
|
||||
* refactor: rewrite Blob implementation
|
||||
* refactor: rewrite File implementation
|
||||
* std:feat(http/file_server): support do not show dotfiles
|
||||
* std:feat(http/file_server): show ../ if it makes sense & end dirs with /
|
||||
- includes rusty_v8 0.17.0 for new v8 release
|
||||
* note: upstream deno 1.7.2 release still uses 0.16.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 29 17:34:16 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2020-2021 Avindra Goolcharan <avindra@opensuse.org>
|
||||
# Copyright (c) 2018-2021 the Deno authors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.7.1
|
||||
Version: 1.7.2
|
||||
Release: 0
|
||||
Summary: A secure JavaScript and TypeScript runtime
|
||||
License: MIT
|
||||
|
@ -45,6 +45,9 @@ echo "Check final rusty_v8 root:"
|
||||
ls -la rusty_v8
|
||||
mv rusty_v8 vendor
|
||||
|
||||
# disregard rusty_v8 checks as we inject it directly from source
|
||||
echo '{"files":{},"package":""}' > vendor/rusty_v8/.cargo-checksum.json
|
||||
|
||||
# extra: workaround winapi bloat
|
||||
# by ejecting it from the build
|
||||
#
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f7b30378351df1e6557afba6f847b5498f931a8144b6df3839b829b9943205f
|
||||
size 33607320
|
||||
oid sha256:ff545d70783347e45396c2984e0c72ff6d380a749934496860ecba6bb66a8bff
|
||||
size 34238924
|
||||
|
Loading…
Reference in New Issue
Block a user