1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-04 17:18:23 -05:00
denoland-deno/ext/node
Colin Ihrig e90f42cb2c
fix(ops): add node.js env variable allowlist (#15893)
This commit allows the Node compatibility layer to skip
environment variable permission checks when --unstable
is passed and the variable name is one that Node uses.

Fixes: https://github.com/denoland/deno/issues/15890
2022-09-15 12:16:35 -04:00
..
01_node.js fix(npm): recursive translation of reexports, remove window global in node code (#15806) 2022-09-09 15:33:30 +09:00
02_require.js fix(npm): support cjs resolution of package subpath with package.json (#15855) 2022-09-15 12:02:16 -04:00
Cargo.toml 1.25.2 (#15830) 2022-09-09 17:54:05 +09:00
errors.rs refactor: cleanup Node compatibility code (#15766) 2022-09-09 15:26:52 +09:00
lib.rs fix(ops): add node.js env variable allowlist (#15893) 2022-09-15 12:16:35 -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-15 12:15:21 -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-15 12:15:21 -04:00

deno_node

require and other node related functionality for Deno.