You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cheatsheets/javascript/deno/README.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,3 @@ Deno is a JavaScript runtime which is a replacement to Node.js and with a few en
5
5
-https://deno.land/
6
6
> A secure runtime for JavaScript and TypeScript.
7
7
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