1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/std/node/_fs
Bartek Iwańczuk b216d48e5f
upgrade: deno_doc, deno_lint, dprint, swc (#7434)
upgrades:
- swc_ecmascript 0.7.7
- dprint-plugin-typescript 0.31.3
- deno_lint 0.2.0
- deno_doc 0.1.9

Split std_lint test into std_lint and unit_test_lint.

Added lint ignores to CommonJS files in std/node.
2020-09-13 14:15:38 +02:00
..
promises test(std/node): make tests runnable from any directory (#7397) 2020-09-08 11:37:58 -04:00
testdata refactor: move existing fs implementation to internal _fs directory (#4381) 2020-03-15 11:48:46 -04:00
_fs_access.ts feat: update to TypeScript 4.0 (#6514) 2020-08-24 19:43:54 -04:00
_fs_appendFile.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
_fs_appendFile_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
_fs_chmod.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
_fs_chmod_test.ts refactor: Don't destructure the Deno namespace (#6268) 2020-06-12 15:23:38 -04:00
_fs_chown.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
_fs_chown_test.ts refactor: Don't destructure the Deno namespace (#6268) 2020-06-12 15:23:38 -04:00
_fs_close.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
_fs_close_test.ts refactor: Don't destructure the Deno namespace (#6268) 2020-06-12 15:23:38 -04:00
_fs_common.ts upgrade: deno_doc, deno_lint, dprint, swc (#7434) 2020-09-13 14:15:38 +02:00
_fs_constants.ts feat: add chmod Node polyfill and related file system constants (#4358) 2020-03-14 17:46:39 -04:00
_fs_copy.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
_fs_copy_test.ts refactor: Don't destructure the Deno namespace (#6268) 2020-06-12 15:23:38 -04:00
_fs_dir.ts feat: update to TypeScript 4.0 (#6514) 2020-08-24 19:43:54 -04:00
_fs_dir_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
_fs_dirent.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
_fs_dirent_test.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
_fs_exists.ts [std/node] add the ability to path argument to be URL type (#5055) 2020-05-03 15:14:38 -04:00
_fs_exists_test.ts refactor: Don't destructure the Deno namespace (#6268) 2020-06-12 15:23:38 -04:00
_fs_link.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
_fs_link_test.ts test(std/node): include windows in link tests (#6620) 2020-07-05 18:06:16 -04:00
_fs_mkdir.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
_fs_mkdir_test.ts refactor: Don't destructure the Deno namespace (#6268) 2020-06-12 15:23:38 -04:00
_fs_readFile.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
_fs_readFile_test.ts test(std/node): make tests runnable from any directory (#7397) 2020-09-08 11:37:58 -04:00
_fs_readlink.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
_fs_readlink_test.ts refactor: Don't destructure the Deno namespace (#6268) 2020-06-12 15:23:38 -04:00
_fs_writeFile.ts Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
_fs_writeFile_test.ts test(std/node): make tests runnable from any directory (#7397) 2020-09-08 11:37:58 -04:00