1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/test_napi
Divy Srivastava 9be8f61f52
chore: use rustfmt imports_granularity option (#17421)
Closes https://github.com/denoland/deno/issues/2699
Closes https://github.com/denoland/deno/issues/2347

Uses unstable rustfmt features. Since dprint invokes `rustfmt` we do not
need to switch the cargo toolchain to nightly. Do we care about
formatting stability of our codebase across Rust versions? (I don't)
2023-01-16 21:35:00 +01:00
..
src chore: use rustfmt imports_granularity option (#17421) 2023-01-16 21:35:00 +01:00
tests fix(napi): support for env cleanup hooks (#17324) 2023-01-13 11:20:14 -05:00
.gitignore feat(npm): implement Node API (#13633) 2022-10-05 19:36:44 +05:30
array_test.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
arraybuffer_test.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
async_test.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
build.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
callback_test.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
Cargo.toml chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
cleanup_hook_test.js fix(napi): support for env cleanup hooks (#17324) 2023-01-13 11:20:14 -05:00
coerce_test.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
common.js fix(napi): functions related to errors (#17370) 2023-01-16 21:34:39 +01:00
date_test.js fix(napi): date and unwrap handling (#17369) 2023-01-13 11:20:20 -05:00
error_test.js fix(napi): functions related to errors (#17370) 2023-01-16 21:34:39 +01:00
numbers_test.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
object_wrap_test.js fix(napi): handle static properties in classes (#17320) 2023-01-13 11:20:14 -05:00
promise_test.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
properties_test.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
strings_test.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
typedarray_test.js fix(napi): correct arguments for napi_get_typedarray_info (#17306) 2023-01-16 21:33:12 +01:00