Bartek Iwańczuk
|
4a8d25646a
|
BREAKING CHANGE: remove Deno.OpenMode (#4884)
This commit removes Deno.OpenMode along with overloaded variants
of Deno.open() and Deno.openSync() that used OpenMode.
|
2020-04-25 00:45:55 +02:00 |
|
Kitson Kelly
|
bced52505f
|
Update to Prettier 2 and use ES Private Fields (#4498)
|
2020-03-28 13:03:49 -04:00 |
|
Samrith Shankar
|
798904b0f2
|
Add require-await lint rule (#4401)
|
2020-03-20 09:38:34 -04:00 |
|
dubiousjim
|
f9557a4ff6
|
Add mode option to open/create (#4289)
|
2020-03-16 15:02:41 -04:00 |
|
Bartek Iwańczuk
|
1edb20b399
|
refactor: add no-return-await lint rule (#4384)
|
2020-03-16 10:22:16 +01:00 |
|
crowlKats
|
e435c2be15
|
Remove doc strings from cli/js TS files (#4329)
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
2020-03-13 10:22:22 +01:00 |
|
Bartek Iwańczuk
|
b7eb241c35
|
reorg: move JS ops implementations to cli/js/ops/, part 3 (#4302)
Following JS ops were moved to separate files in cli/js/ops directory:
- net
- tls
- fs
|
2020-03-10 00:22:15 +01:00 |
|