Age | Commit message (Collapse) | Author |
|
Previously Deno.args was ["script.js", "arg1", "arg2"]
Now it is just ["arg1", "arg2"]
BREAKING CHANGE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Make assertThrows() return the Error
- Remove WalkOptions::onError()
|
|
and update to prettier 1.19
Also, update `assert()` and remove not null assertions where possibly
in `cli`.
Closes #3273
|
|
|
|
|
|
|