Skip to content

Commit e02080b

Browse files
committed
Revert "Update README.md"
This reverts commit 93eab20.
1 parent 93eab20 commit e02080b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

cheatsheets/javascript/deno/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,3 @@ Deno is a JavaScript runtime which is a replacement to Node.js and with a few en
55
- https://deno.land/
66
> A secure runtime for JavaScript and TypeScript.
77
8-
9-
## Why Deno?
10-
11-
Are you tired of choosing and managing separate dependencies which do all these tasks?
12-
13-
- lint JS (eslint)
14-
- format JS (prettier)
15-
- bundle JS (Webpack or Bundler)
16-
- transpile to older JS (Babel)
17-
- transpile TS to JS (TypeScript)
18-
- run tests (Jasmine or Jest)
19-
20-
Then consider using Deno. It is a modern alternative to NodeJS by the same author and it provides all the functionality just mentioned above - without extra depenedencies.

0 commit comments

Comments
 (0)