Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-04 | refactor: rewrite testPerm into unitTest (#4231) | Bartek Iwańczuk | |
Rewrite "testPerm" helper function used for testing of internal runtime code. It's been renamed to "unitTest" and provides API that is extensible in the future by accepting optional "UnitTestOptions" argument. "test" helper was also removed and replaced by overloaded version of "unitTest" that takes only function argument. "UnitTestOptions" currently supports "perms" and "skip" options, where former works exactly as first argument to "testPerm" did, while the latter allows to conditionally skip tests. | |||
2020-03-02 | seek should return cursor position (#4211) | bartOssh | |
2020-02-29 | add assertResources sanitizer to cli/js/ unit tests (#4161) | Bartek Iwańczuk | |
2020-02-24 | rename Deno.Err -> Deno.errors (#4093) | Bartek Iwańczuk | |
2020-02-21 | refactor: remove unneeded ErrorKinds (#3936) | Bartek Iwańczuk | |
2020-02-19 | Enable TS strict mode by default (#3899) | Maximilien Mellen | |
Fixes #3324 Co-authored-by: Kitson Kelly <me@kitsonkelly.com> | |||
2020-02-02 | Remove //tests symlink (#3849) | Luka Hartwig | |
2020-01-21 | Implemented alternative open mode in files (#3119) | Michał Sabiniarz | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2020-01-08 | feat: Deno.create (#3629) | Luca Casonato | |
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2019-12-28 | Fix: allow reading into a 0-length array (#3329) | Alexandre Szymocha | |
2019-10-31 | Upgrade node_modules, change tagline, clean up root directory (#3247) | Ry Dahl | |
* Upgrade node_modules * Simplify tagline * Move gclient_config.py out of root * Move package.json to tools * Remove yarn.lock * Remove CONTRIBUTING.md | |||
2019-10-04 | Merge deno_cli_snapshots into deno_cli (#3064) | Ryan Dahl | |