summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-05-30deactivate flaky copy assertion (denoland/deno_std#467)Vincent LE GOFF
2019-05-30chore: Implement strict mode (denoland/deno_std#453)Bartek IwaƄczuk
2019-05-23Added isGlob function (denoland/deno_std#433)Shubhadeep Das
2019-05-21Bump v0.6.0 (denoland/deno_std#423)Ryan Dahl
2019-05-16feat(fs): add copy/copySync (denoland/deno_std#278)Axetroy
2019-05-14walk() should not use deprecated FileInfo.path (denoland/deno_std#398)Ryan Dahl
2019-05-14fs: Remove completed todo item (denoland/deno_std#406)Axetroy
2019-05-13Move posix and win implementations in fs/path/mod.ts to separate file (denola...Axetroy
2019-05-01docs(fs): fix async iterator (denoland/deno_std#366)Alvaro
2019-04-27fs: fix ensureLink broken (denoland/deno_std#360)Axetroy
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
2019-04-23fs utils getFileInfoType() return undefined when not found (denoland/deno_std...Axetroy
2019-04-22fs: add ensureLink/ensureLinkSync (denoland/deno_std#353)Axetroy
2019-04-22expose ensureSymlink in fs/mod.ts (denoland/deno_std#354)Axetroy
2019-04-21feat: add ensureSymlink/ensureSymlinkSync for fs modules (denoland/deno_std#268)Axetroy
2019-04-14add writeFileStr and update documentation (denoland/deno_std#340)Axetroy
2019-04-14Fix eslint warnings and small clean ups (denoland/deno_std#339)Vincent LE GOFF
2019-04-13doc: Add missing documentation (denoland/deno_std#336)Vincent LE GOFF
2019-04-13Added read file str (denoland/deno_std#276)Vincent LE GOFF
2019-04-13EOL add mixed detection (denoland/deno_std#325)Vincent LE GOFF
2019-04-08feat: add entry point file for fs modules (denoland/deno_std#272)Axetroy
2019-04-07Added EOL detect / format (denoland/deno_std#289)Vincent LE GOFF
2019-04-07fix: ensure exists file/dir must be the same type or it will throw error (den...Axetroy
2019-04-04Fixing jsdoc example padding (denoland/deno_std#322)Vincent LE GOFF
2019-03-19remove unnecessary path.resolve in move/readJson/writeJson (denoland/deno_std...Axetroy
2019-03-19fix: wrong usage of assertThrowsAsync which without await keyword (denoland/d...Axetroy
2019-03-18Test reorganization (denoland/deno_std#290)Vincent LE GOFF
2019-03-18fix: fs.exists not work for symlink (denoland/deno_std#291)Axetroy
2019-03-18Documentation clean up (denoland/deno_std#288)Vincent LE GOFF
2019-03-17extract internal method isSubdir to fs/utils.ts (denoland/deno_std#285)Axetroy
2019-03-14feat: add writeJson/writeJsonSync for fs modules (denoland/deno_std#271)Axetroy
2019-03-14Improve jsdoc (denoland/deno_std#277)Vincent LE GOFF
2019-03-13 feat: add readJson/readJsonSync for fs modules (denoland/deno_std#269)Axetroy
2019-03-12feat: add move/moveSync for fs modules (denoland/deno_std#266)Axetroy
2019-03-12feat: add ensureDir/ensureFile for fs modules (denoland/deno_std#264)Axetroy
2019-03-12fix: eslint errors (denoland/deno_std#265)Yoshiya Hinosawa
2019-03-11feat: add emptyDir for fs modules (denoland/deno_std#263)Axetroy
2019-03-11add fs/exists (denoland/deno_std#260)Axetroy
2019-03-07Use Deno global var instead of built-in "deno" module (denoland/deno_std#247)Yoshiya Hinosawa
2019-03-07Bump CI to v0.3.2 (denoland/deno_std#245)Yoshiya Hinosawa
2019-03-06Rename assertEq to assertEquals (denoland/deno_std#242)Ryan Dahl
2019-03-06Testing refactor (denoland/deno_std#240)Vincent LE GOFF
2019-03-06Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239)Andy Hayden
2019-03-04Refactoring + Enhance UTs + Enhance doc (denoland/deno_std#230)Vincent LE GOFF
2019-03-02fs.walk performance improvement (denoland/deno_std#221)Vincent LE GOFF
2019-03-02Glob integration for the FS walker (denoland/deno_std#219)Vincent LE GOFF
2019-02-26Change `import { x } from "deno"` to `const { x } = Deno` (denoland/deno_std#...Bert Belder
2019-02-15Add fs.walk (denoland/deno_std#192)Andy Hayden
2019-02-08Clean up tests (denoland/deno_std#176)Dmitry Sharshakov
2019-02-07Add missiong copyright headers (denoland/deno_std#177)Dmitry Sharshakov