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 |
|
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 |
|
木杉
|
90c5aadbca
|
fix(installer): installs to the wrong directory on Windows (#3462)
Close: #3443
|
2019-12-08 14:59:27 +01:00 |
|
Nick Stott
|
5a7dffe427
|
Reenable std tests that were disabled during merge (#3159)
|
2019-10-21 11:58:45 -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 |
|