Bartek Iwańczuk
|
3f8efe5289
|
Revert "chore: move all node-api impl to ext (#24662)" (#24680)
This reverts commit d00fbd7025 .
Reverting because, it caused a failure during v1.45.3 publish:
https://github.com/denoland/deno/actions/runs/10048730693/job/27773718095
|
2024-07-23 00:01:31 +00:00 |
|
snek
|
92abdb7669
|
chore: move all node-api impl to ext (#24662)
these symbols are re-exported from runtime/cli using `build.rs`, so we
don't need them in the same crate.
|
2024-07-22 11:41:59 -07:00 |
|
Divy Srivastava
|
d5634164cb
|
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-14 23:18:58 -05:00 |
|
David Sherret
|
2d4c46c975
|
refactor: create util folder, move nap_sym to napi/sym, move http_cache to cache folder (#16857)
|
2022-11-28 17:28:54 -05:00 |
|