summaryrefslogtreecommitdiff
path: root/cli/tests/unit/file_test.ts
AgeCommit message (Expand)Author
2021-08-05refactor(cli/tests): remove unnecessary void return types (#11577)Leo K
2021-05-25fix(extension/file): update File constructor following the spec (#10760)Yoshiya Hinosawa
2021-04-12feat(runtime): add truncate and truncateSync methods to Deno.File (#10130)Casper Beyer
2021-04-12feat(runtime): add stat and statSync methods to Deno.File (#10107)Casper Beyer
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-11-03build: migrate to dlint (#8176)Bartek IwaƄczuk
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-05-20move js unit tests to cli/tests (#5678)Ryan Dahl