1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext/node
denobot 6ba245fe25
1.36.0 (#20036)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
2023-08-03 18:26:25 +02:00
..
ops ci: lint on all operating systems (#20012) 2023-08-01 16:08:41 -04:00
polyfills fix(node): node:test reports correct location (#20025) 2023-08-02 17:11:04 +02:00
analyze.rs refactor: NodeCodeTranslator - optional source to translate_cjs_to_esm (#20000) 2023-07-31 17:46:58 +00:00
Cargo.toml 1.36.0 (#20036) 2023-08-03 18:26:25 +02:00
clippy.toml refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-08 11:02:02 -04:00
errors.rs fix(node): package path not exported error - add if types resolution was occurring (#19963) 2023-07-27 16:27:01 +00:00
global.rs perf: cache node resolution when accesing a global (#19930) 2023-07-25 23:43:00 +02:00
lib.rs feat(node): add polyfill for node:test module (#20002) 2023-08-02 01:17:38 +02:00
package_json.rs refactor(ext/node): combine deno_node::Fs with deno_fs::FileSystem (#18991) 2023-05-05 16:44:24 +00:00
path.rs chore(ext/node): fix variable name (#17948) 2023-02-27 21:26:02 +01:00
polyfill.rs feat(node): add polyfill for node:test module (#20002) 2023-08-02 01:17:38 +02:00
README.md chore(ext/node): correct publishing for ext/node (#15461) 2022-08-11 17:25:41 -04:00
resolution.rs fix(ext/node): fix import json using npm specifier (#19723) 2023-08-01 23:20:08 +00:00

deno_node

require and other node related functionality for Deno.