Ry Dahl
|
d492c5abe3
|
feat: Deno.args now does not include script (#3628)
Previously Deno.args was ["script.js", "arg1", "arg2"]
Now it is just ["arg1", "arg2"]
BREAKING CHANGE
|
2020-01-09 11:37:01 -07:00 |
|
Ry Dahl
|
bfab4ed0df
|
Happy new year! (#3578)
|
2020-01-02 15:13:47 -05:00 |
|
Nayeem Rahman
|
e8d82a6348
|
feat: Add missing mod.ts files in std (#3509)
std/archive/tar.ts:
- Remove FileReader.
- Remove FileWriter.
std/encoding/csv.ts:
- ExtendedParseOptions -> ParseOptions
- HeaderOption -> HeaderOptions
- ParseOptions -> ReadOptions
- readAll() -> readMatrix()
std/encoding/yaml.ts:
- DumpOptions -> StringifyOptions
std/fmt/colors.ts:
- getEnabled() -> getColorEnabled()
- setEnabled() -> setColorEnabled()
std/testing/mod.ts:
- Re-export sibling modules.
|
2019-12-20 15:21:30 -05:00 |
|
Yoshiya Hinosawa
|
ff6b514a7b
|
Improve empty test case error messages (#3514)
|
2019-12-18 08:05:58 -05:00 |
|
Bartek Iwańczuk
|
34ed16ed3a
|
run std test with cargo test (#3344)
Removes three CI jobs
|
2019-11-15 13:31:53 -05:00 |
|
Nayeem Rahman
|
7901038458
|
fix: error handling in std/fs/walk() (#3318)
- Make assertThrows() return the Error
- Remove WalkOptions::onError()
|
2019-11-14 22:22:33 -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 |
|
James Wright
|
429439d198
|
Consolidates asserts#equal branches for keyed collections (Map/Set) and supports deep equality of Map keys (#3258)
|
2019-11-04 10:21:42 -05:00 |
|
James Wright
|
64957d92ef
|
Support for deep Map equality with asserts#equal (#3236)
|
2019-10-29 20:23:54 -04: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 |
|