Bartek Iwańczuk
|
61273085e4
|
refactor: rewrite tests in std/ to use Deno.test (#3930)
|
2020-02-11 17:24:27 +01:00 |
|
Yusuke Sakurai
|
c2986891f6
|
remove non-null assertion operator from std (part1) (#3900)
|
2020-02-07 02:23:38 -05:00 |
|
Kevin (Kun) "Kassimo" Qian
|
97b2a0bb95
|
bring back std/examples/xeval.ts (#3822)
|
2020-01-30 21:02:14 -05:00 |
|
Bartek Iwańczuk
|
de5c099b47
|
feat: deno install in Rust (#3806)
//std/installer couldn't be removed due to bug, but it's now deprecated.
|
2020-01-30 18:42:39 -05:00 |
|
Ry Dahl
|
a4dde552de
|
Revert "feat(flags): script arguments come after '--'" (#3681)
Due to complaints about ergonomics and because it breaks shebang on
linux.
This reverts commit 2d5457df15 .
BREAKING CHANGE
|
2020-01-15 19:21:35 -05:00 |
|
Tomofumi Chiba
|
8a352f7260
|
fix curl.ts (#3677)
|
2020-01-15 08:05:22 -06:00 |
|
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
|
2d5457df15
|
feat(flags): script arguments come after '--' (#3621)
|
2020-01-08 14:59:53 -05:00 |
|
Ry Dahl
|
bfab4ed0df
|
Happy new year! (#3578)
|
2020-01-02 15:13:47 -05:00 |
|
Andy Hayden
|
f484776384
|
Use top-level for-await in various places (#3217)
|
2019-10-28 15:58:35 -04:00 |
|
Andy Hayden
|
aec5a646c9
|
feat: top-level-for-await (#3212)
|
2019-10-27 09:04:42 -04:00 |
|
Ry Dahl
|
073b64bd43
|
Add std/examples/welcome.ts (#3181)
|
2019-10-23 09:57:08 -07:00 |
|
Rory Hart
|
27cd2c97f1
|
curl.ts example with reference in manual (#3161)
|
2019-10-21 10:36:01 -04:00 |
|
Ryan Dahl
|
151ce0266e
|
Move everything into std subdir
|
2019-10-09 17:10:09 -04:00 |
|