David Sherret
|
df02e31507
|
feat(fmt): Sort named import and export specifiers (#7711)
|
2020-09-27 12:22:32 +02:00 |
|
Casper Beyer
|
c5d50737f0
|
test(std/fs): make tests runnable from any directory (#7388)
|
2020-09-08 11:43:43 +02:00 |
|
Casper Beyer
|
87e513ffc5
|
fix: use millisecond precision for Deno.futime and Deno.utime (#7299)
|
2020-09-01 10:03:07 -04:00 |
|
David Sherret
|
cde4dbb351
|
Use dprint for internal formatting (#6682)
|
2020-07-14 15:24:17 -04:00 |
|
uki00a
|
63b81f97cf
|
fix(std/tesing/asserts): assertEquals/NotEquals should use milliseconds in Date (#6644)
|
2020-07-05 22:21:03 -04:00 |
|
Ali Hasani
|
6072755ead
|
Implement Deno.symlink() for windows (#5533)
|
2020-05-19 00:46:02 +02:00 |
|
Ryan Dahl
|
e0ca60e770
|
BREAKING: Use LLVM target triple for Deno.build (#4948)
Deno.build.os values have changed to correspond to standard LLVM target triples
"win" -> "windows"
"mac" -> "darwin"
|
2020-04-28 12:35:23 -04:00 |
|
Bert Belder
|
ee4e6a1ef9
|
Rename FileInfo time fields and represent them as Date objects (#4932)
This patch also increases the resolution of reported file times to
sub-millisecond precision.
|
2020-04-27 21:13:32 +02:00 |
|
Nayeem Rahman
|
5ac728a5f1
|
refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763)
|
2020-04-16 01:40:30 -04: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 |
|
Bartek Iwańczuk
|
61273085e4
|
refactor: rewrite tests in std/ to use Deno.test (#3930)
|
2020-02-11 17:24:27 +01:00 |
|
Ry Dahl
|
bfab4ed0df
|
Happy new year! (#3578)
|
2020-01-02 15:13:47 -05:00 |
|
Kitson Kelly
|
9837d324a7
|
Update to TypeScript 3.7 (#3275)
and update to prettier 1.19
Also, update `assert()` and remove not null assertions where possibly
in `cli`.
Closes #3273
|
2019-11-13 13:42:34 -05:00 |
|
Nayeem Rahman
|
f51dcc12d7
|
std: Move fs/path to the top-level (#3100)
|
2019-10-16 14:39:33 -04:00 |
|
Ryan Dahl
|
93f7f00c95
|
Run deno_std tests in github actions
|
2019-10-09 17:22:22 -04:00 |
|
Ryan Dahl
|
151ce0266e
|
Move everything into std subdir
|
2019-10-09 17:10:09 -04:00 |
|