1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/ext/node
Colin Ihrig ee208c1b20
chore: forward v1.25.3 release commit to main (#15919)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
2022-09-15 16:24:06 -04:00
..
01_node.js fix(npm): recursive translation of reexports, remove window global in node code (#15806) 2022-09-08 22:01:48 +02:00
02_require.js fix(npm): support cjs resolution of package subpath with package.json (#15855) 2022-09-12 15:47:54 -04:00
Cargo.toml chore: forward v1.25.3 release commit to main (#15919) 2022-09-15 16:24:06 -04:00
errors.rs refactor: cleanup Node compatibility code (#15766) 2022-09-05 12:36:35 +02:00
lib.rs fix(ops): add node.js env variable allowlist (#15893) 2022-09-14 11:59:20 -04: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 refactor(npm): create general use NpmPackageResolver (#15882) 2022-09-13 11:59:01 -04:00
README.md chore(ext/node): correct publishing for ext/node (#15461) 2022-08-11 17:25:41 -04:00
resolution.rs refactor(npm): create general use NpmPackageResolver (#15882) 2022-09-13 11:59:01 -04:00

deno_node

require and other node related functionality for Deno.