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:
parent
93a36a1724
commit
8bfa772fa3
12
deno.spec
12
deno.spec
@ -44,12 +44,14 @@ BuildRequires: pkgconfig(gthread-2.0)
|
||||
ExclusiveArch: x86_64 aarch64 ppc64 ppc64le s390x
|
||||
|
||||
%description
|
||||
A JavaSript platform built on V8 with built-in TypeScript, with
|
||||
secure, sandboxed defaults.
|
||||
A JavaSript and TypeScript platform built on V8 with sandboxed defaults.
|
||||
|
||||
Supports and uses ES modules. Remote code is fetched and cached
|
||||
on first execution, and only updated when deno run is called
|
||||
with --reload.
|
||||
Deno has standard modules and comes with various utilities like
|
||||
a linter, a language server protocol, a code formatter and
|
||||
a unit test runner.
|
||||
|
||||
Remote code is fetched and cached on first execution, and only
|
||||
updated with the --reload flag.
|
||||
|
||||
%prep
|
||||
%autosetup -a1 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user