SHA256
2
1
forked from pool/deno

update description, described in more detail

OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=2
This commit is contained in:
Avindra Goolcharan 2021-01-27 17:27:48 +00:00 committed by Git OBS Bridge
parent 93a36a1724
commit 8bfa772fa3

View File

@ -44,12 +44,14 @@ BuildRequires: pkgconfig(gthread-2.0)
ExclusiveArch: x86_64 aarch64 ppc64 ppc64le s390x ExclusiveArch: x86_64 aarch64 ppc64 ppc64le s390x
%description %description
A JavaSript platform built on V8 with built-in TypeScript, with A JavaSript and TypeScript platform built on V8 with sandboxed defaults.
secure, sandboxed defaults.
Supports and uses ES modules. Remote code is fetched and cached Deno has standard modules and comes with various utilities like
on first execution, and only updated when deno run is called a linter, a language server protocol, a code formatter and
with --reload. a unit test runner.
Remote code is fetched and cached on first execution, and only
updated with the --reload flag.
%prep %prep
%autosetup -a1 -p1 %autosetup -a1 -p1