summaryrefslogtreecommitdiff
path: root/js/rename_test.ts
AgeCommit message (Collapse)Author
2019-02-08Add --allow-read (#1689)Dmitry Sharshakov
Co-authored-by: Greg Altman <g.s.altman@gmail.com>
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2019-01-17mkdir should not be recursive by default (#1530)Ryan Dahl
It should return an error if a file with the given path exists and recursive isn't specified. Because mode is not used on windows and rarely used in unix, it is made to the last parameter. In collaboration with Stefan Dombrowski <sdo451@gmail.com>
2019-01-12Remove unused imports (#1503)JaePil Jung
2018-09-12Implement deno.rename() (#731)Mani Maghsoudlou