summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Collapse)Author
2019-06-14fix wrong field name in example code (denoland/deno_std#490)Sam Reghenzi
Original: https://github.com/denoland/deno_std/commit/3ec3a8b4f1eee8b5c6d90db6a30a6ab38afa05c8
2019-05-30deactivate flaky copy assertion (denoland/deno_std#467)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/9b72d580caba21269bf15b58a241d71c040a0aeb
2019-05-30chore: Implement strict mode (denoland/deno_std#453)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/be24677d15494e83eea2e99bfc5ccfdde31cb892
2019-05-23Added isGlob function (denoland/deno_std#433)Shubhadeep Das
Original: https://github.com/denoland/deno_std/commit/94dcb2779be16530bb6ec9ce7218c89fbbf50c59
2019-05-21Bump v0.6.0 (denoland/deno_std#423)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/47134db9f24de802bee560941584bbc32e75a9c3
2019-05-16feat(fs): add copy/copySync (denoland/deno_std#278)Axetroy
Original: https://github.com/denoland/deno_std/commit/ab5b0887ccde0ad9f00f1943e27bd73bc483833b
2019-05-14walk() should not use deprecated FileInfo.path (denoland/deno_std#398)Ryan Dahl
The walk() interface is change to return a WalkInfo object which contains both the resolved filename and FileInfo object from stat. The followSymlinks feature is disabled for now. Original: https://github.com/denoland/deno_std/commit/07ca4f9629769a75bad11bb1059a7809d7f90db8
2019-05-14fs: Remove completed todo item (denoland/deno_std#406)Axetroy
Original: https://github.com/denoland/deno_std/commit/d097e319e84b1155f2406e7d49fdf68a8d6ee161
2019-05-13Move posix and win implementations in fs/path/mod.ts to separate file ↵Axetroy
(denoland/deno_std#397) Original: https://github.com/denoland/deno_std/commit/b6a7b78535188a83b3f865d2389e5be3f0c12ead
2019-05-01docs(fs): fix async iterator (denoland/deno_std#366)Alvaro
Original: https://github.com/denoland/deno_std/commit/aa9446390230da43d5ac6dcdcf8c355e1deedb12
2019-04-27fs: fix ensureLink broken (denoland/deno_std#360)Axetroy
Fixes denoland/deno_std#358 Original: https://github.com/denoland/deno_std/commit/d9a64c0a145c46d8611f3fc8295c70e4f32fdc6d
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
Make warnings fail Original: https://github.com/denoland/deno_std/commit/4543b563a9a01c8c168aafcbfd9d4634effba7fc
2019-04-23fs utils getFileInfoType() return undefined when not found ↵Axetroy
(denoland/deno_std#341) Original: https://github.com/denoland/deno_std/commit/0a6180016383b9d527bb96556ae0bcdabe5161eb
2019-04-22fs: add ensureLink/ensureLinkSync (denoland/deno_std#353)Axetroy
Original: https://github.com/denoland/deno_std/commit/45eebed3bfa486b80da673673674f2e86abdffe7
2019-04-22expose ensureSymlink in fs/mod.ts (denoland/deno_std#354)Axetroy
Original: https://github.com/denoland/deno_std/commit/d2a558fcbd8dad7364813c3c41a9d4abb0277bd5
2019-04-21feat: add ensureSymlink/ensureSymlinkSync for fs modules (denoland/deno_std#268)Axetroy
Original: https://github.com/denoland/deno_std/commit/8d1b01cfcfc9836f8d167f0f385f68d5c0799b86
2019-04-14add writeFileStr and update documentation (denoland/deno_std#340)Axetroy
Original: https://github.com/denoland/deno_std/commit/191e53a78bfc96d32df6d01affa90f938b92e6e5
2019-04-14Fix eslint warnings and small clean ups (denoland/deno_std#339)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/95ab4e2a3c8ac5fd7a1175567848ba7c2161b9e3
2019-04-13doc: Add missing documentation (denoland/deno_std#336)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/4d25cc1e355e19a6534f403587b84ba9d67652f5
2019-04-13Added read file str (denoland/deno_std#276)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/b462ad253042c13c95d9b9b205920a17a12dae28
2019-04-13EOL add mixed detection (denoland/deno_std#325)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/bb92c44c648844ba6fe0e1e038c87da2716f618b
2019-04-08feat: add entry point file for fs modules (denoland/deno_std#272)Axetroy
Original: https://github.com/denoland/deno_std/commit/290cbcb9dafe8e1ff45f6de406f5d511144b145c
2019-04-07Added EOL detect / format (denoland/deno_std#289)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/1d53fb4d794ac69dc1069ed99a5b531f7e490a83
2019-04-07fix: ensure exists file/dir must be the same type or it will throw error ↵Axetroy
(denoland/deno_std#294) Original: https://github.com/denoland/deno_std/commit/24f41f67bdbc9f426e3f9f03598a1010748d8200
2019-04-04Fixing jsdoc example padding (denoland/deno_std#322)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/a0ff487a125254b02fb01126883f7d7798716200
2019-03-19remove unnecessary path.resolve in move/readJson/writeJson ↵Axetroy
(denoland/deno_std#292) Original: https://github.com/denoland/deno_std/commit/a00c51b05b6172d250b04a3bb6c244e5276c2704
2019-03-19fix: wrong usage of assertThrowsAsync which without await keyword ↵Axetroy
(denoland/deno_std#295) Original: https://github.com/denoland/deno_std/commit/59adafe86710038c6864fc0686f0292bf7fd9b1d
2019-03-18Test reorganization (denoland/deno_std#290)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/0bb040e8d41788c188fa9aad8458dbfba78db4f4
2019-03-18fix: fs.exists not work for symlink (denoland/deno_std#291)Axetroy
Original: https://github.com/denoland/deno_std/commit/264a51c093e00f3538f735ce8f0c25d20471a33d
2019-03-18Documentation clean up (denoland/deno_std#288)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/b699fa67befaef4423f365e55eff0fec2e14def8
2019-03-17extract internal method isSubdir to fs/utils.ts (denoland/deno_std#285)Axetroy
Original: https://github.com/denoland/deno_std/commit/da4abcd9a3a5775939c3941a884d1c6f4d287d0f
2019-03-14feat: add writeJson/writeJsonSync for fs modules (denoland/deno_std#271)Axetroy
Original: https://github.com/denoland/deno_std/commit/e9d104a424d50e772b64253914452ccf71a72188
2019-03-14Improve jsdoc (denoland/deno_std#277)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/1805c18ac7ed3aa6727f509ee2ec55f718ff2f61
2019-03-13 feat: add readJson/readJsonSync for fs modules (denoland/deno_std#269)Axetroy
Original: https://github.com/denoland/deno_std/commit/e4485d722ac978c023f9f6720734264e99e1577f
2019-03-12feat: add move/moveSync for fs modules (denoland/deno_std#266)Axetroy
Original: https://github.com/denoland/deno_std/commit/a1fcfb2744a7a2c660bf03b8da03ca2c4d7753a8
2019-03-12feat: add ensureDir/ensureFile for fs modules (denoland/deno_std#264)Axetroy
Original: https://github.com/denoland/deno_std/commit/9ae941338aea09adf0d4f48d40f2b09131ae3d5f
2019-03-12fix: eslint errors (denoland/deno_std#265)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/61af419bbc5717c2e2552050aacb20ef1b17480b
2019-03-11feat: add emptyDir for fs modules (denoland/deno_std#263)Axetroy
Original: https://github.com/denoland/deno_std/commit/64d6bfca565acda9151ebb0b84911cc8d63c8c77
2019-03-11add fs/exists (denoland/deno_std#260)Axetroy
Original: https://github.com/denoland/deno_std/commit/142a1c6cf890e5c7626c4c934496fae1eee01715
2019-03-07Use Deno global var instead of built-in "deno" module (denoland/deno_std#247)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/395392912d69fe320d74c1f95a27be8e4adc0fa6
2019-03-07Bump CI to v0.3.2 (denoland/deno_std#245)Yoshiya Hinosawa
replace Deno.platform with Deno.build Original: https://github.com/denoland/deno_std/commit/c67751659c50a3c0be5952e3092de7943aa9fa54
2019-03-06Rename assertEq to assertEquals (denoland/deno_std#242)Ryan Dahl
After some discussion it was found that assertEquals is more common in JS (vs assertEqual, assertEq) and sounds better in the negated form: assertNotEquals vs assertNE. Original: https://github.com/denoland/deno_std/commit/4cf39d4a1420b8153cd78d03d03ef843607ae506
2019-03-06Testing refactor (denoland/deno_std#240)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/e1d5c00279132aa639030c6c6d9b4e308bd4775e
2019-03-06Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/0fc13fffbdb59d6aee2b11ff17a5de382273126b
2019-03-04Refactoring + Enhance UTs + Enhance doc (denoland/deno_std#230)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/e2fd507cfd28fa6f4900668d4a80b78a5e97f01b
2019-03-02fs.walk performance improvement (denoland/deno_std#221)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/ccb452f77580148084e7b2dbcfb52b984e0d740e
2019-03-02Glob integration for the FS walker (denoland/deno_std#219)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/0c3ba838fa7e74a859d2a6dbfec3941a521c7988
2019-02-26Change `import { x } from "deno"` to `const { x } = Deno` ↵Bert Belder
(denoland/deno_std#218) Original: https://github.com/denoland/deno_std/commit/6063378a9284a48d42e37b4899f947c5c8bbf0b3
2019-02-15Add fs.walk (denoland/deno_std#192)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/3be908facd092e91b4ec1433effd710f5c9532b5
2019-02-08Clean up tests (denoland/deno_std#176)Dmitry Sharshakov
Original: https://github.com/denoland/deno_std/commit/f2d23f8fcd3970a71d33d6cf6447a06ffcc12864