1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00
denoland-deno/cli/tests
Bartek Iwańczuk 48a0b7f98f
feat(fs): support FileInfo.dev on Windows (#18073)
This commit adds support for retrieving `dev` information
when stating files on Windows.

Additionally `Deno.FileInfo` interfaces was changed to always
return 0 for fields that we don't retrieve information for on Windows.

Closes https://github.com/denoland/deno/issues/18053

---------

Co-authored-by: David Sherret <dsherret@gmail.com>
2023-03-16 02:35:13 +01:00
..
integration fix(lsp): avoid calling client while holding lock (#18197) 2023-03-15 14:34:23 +00:00
node_compat test: parallelize applicable node compat tests (#18161) 2023-03-14 16:56:06 +09:00
testdata chore(tests): fix flaky test_no_lock (#18206) 2023-03-16 00:03:36 +09:00
unit feat(fs): support FileInfo.dev on Windows (#18073) 2023-03-16 02:35:13 +01:00
unit_node fix(ext/node): add crypto.createCipheriv (#18091) 2023-03-14 15:59:23 +09:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00