From 8bfa772fa389b1ff44d44d3212158cfd4164ef8c91346b0f4c38fa8829825006 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Wed, 27 Jan 2021 17:27:48 +0000 Subject: [PATCH] update description, described in more detail OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=2 --- deno.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/deno.spec b/deno.spec index 54dfcfb..11cf9e6 100644 --- a/deno.spec +++ b/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