1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext/node
Bartek Iwańczuk 264ad49e18
refactor: cleanup Node compatibility code (#15766)
- move errors related to Node compat from cli/node/errors.rs to "ext/node" crate
- remove dependency on "node_resolver" crate
- make some of structures private to the "cli/node" module
2022-09-05 12:36:35 +02:00
..
01_node.js fix(ext/node): fix global in node env (#15622) 2022-08-26 23:39:05 +09:00
02_require.js fix(npm): prefer importing esm from esm (#15676) 2022-08-30 14:09:22 -04:00
Cargo.toml chore: forward v1.25.1 release commit to main (#15735) 2022-09-02 07:42:47 +02:00
errors.rs refactor: cleanup Node compatibility code (#15766) 2022-09-05 12:36:35 +02:00
lib.rs refactor: cleanup Node compatibility code (#15766) 2022-09-05 12:36:35 +02:00
module_es_shim.js fix(unstable): various resolution bugs for npm: specifiers (#15546) 2022-08-24 14:54:20 +02:00
package_json.rs BREAKING(unstable): remove --compat mode (#15678) 2022-09-03 18:19:30 +02:00
README.md chore(ext/node): correct publishing for ext/node (#15461) 2022-08-11 17:25:41 -04:00
resolution.rs fix(npm): prefer importing esm from esm (#15676) 2022-08-30 14:09:22 -04:00

deno_node

require and other node related functionality for Deno.