deno/tests/napi
David Sherret 47f7bed677
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
1. Generally we should prefer to use the `log` crate.
2. I very often accidentally commit `eprintln`s.

When we should use `println` or `eprintln`, it's not too bad to be a bit
more verbose and ignore the lint rule.
2024-05-08 22:45:06 -04:00
..
src chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-08 22:45:06 -04:00
tests chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-08 22:45:06 -04:00
.gitignore
array_test.js
arraybuffer_test.js
async_test.js
bigint_test.js
build.rs
callback_test.js
Cargo.toml
cleanup_hook_test.js
coerce_test.js
common.js
date_test.js
env_test.js
error_test.js
init_test.js
make_callback_test.js
mem_test.js
module.c
numbers_test.js
object_test.js fix(ext/node): napi_get_element and napi_set_element work with objects (#23713) 2024-05-06 21:22:50 +02:00
object_wrap_test.js
promise_test.js
properties_test.js
strings_test.js
symbol_test.js
typedarray_test.js