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