Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dprint seems to be stable enough to not panic on our own source code
now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #4000 and fixes #4476. Now always tries to fetch reference types
for JS files. Does not throw if it fails, since Typescript compiler will
complain if the file is not there(it will try to fetch it again first)
and people who just use JS should not be bothered by this error.
Not sure about my test, it passes and catches the bug but maybe there is
a better way to express it.
|
|
This test doesn't remove created directory after test. It will fail on next run.
|
|
|
|
|
|
|
|
|
|
|
|
u64 (#4575)
|
|
Co-authored-by: crowlkats <crowlkats@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: Luca Casonato <luca.casonato@antipy.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Reduce "testing" interfaces
* Use a callback instead of a generator for Deno.runTests()
* Default RunTestsOptions::reportToConsole to true
* Compose TestMessage into a single interface
|
|
|
|
|
|
* Properly track isFile, isSymlink, isDirectory
These don't exhaust all the possibilities, so none of them should be
defined as "neither of the others".
* empty
|
|
|
|
|