1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/ext/node
Bartek Iwańczuk 34bfa2cb2c
refactor(npm): use per-thread package.json cache (#17644)
This commit adds a per-thread cache for `package.json` files. It's
similar to what Node.js is doing.
2023-02-06 16:20:20 +01:00
..
01_node.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
02_require.js fix(napi): return node globalThis from napi_get_global (#17613) 2023-02-01 15:41:04 +01:00
Cargo.toml chore: forward v1.30.2 release commit to main (#17641) 2023-02-03 16:26:43 +00:00
errors.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
lib.rs refactor: rename deno specifiers to internal (#17655) 2023-02-05 17:49:20 +01:00
module_es_shim.js chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
package_json.rs refactor(npm): use per-thread package.json cache (#17644) 2023-02-06 16:20:20 +01:00
path.rs chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
README.md chore(ext/node): correct publishing for ext/node (#15461) 2022-08-11 17:25:41 -04:00
resolution.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00

deno_node

require and other node related functionality for Deno.