1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/ext/node
David Sherret b15f9e60a0
feat(task): support scripts in package.json (#17887)
This is a super basic initial implementation. We don't create a
`node_modules/.bin` folder at the moment and add it to the PATH like we
should which is necessary to make command name resolution in the
subprocess work properly (ex. you run a script that launches another
script that then tries to launch an "npx command"... this won't work
atm).

Closes #17492
2023-02-22 22:45:35 -05:00
..
crypto perf: use ops for node:crypto ciphers (#17819) 2023-02-20 22:22:28 +05:30
polyfills fix(ext/node): fix node stream (#17874) 2023-02-22 23:30:58 +09:00
01_node.js test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
02_require.js refactor: Use ES modules for internal runtime code (#17648) 2023-02-07 20:22:46 +01:00
Cargo.toml feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
errors.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
idna.rs refactor: use ops for idna & punycode (#17817) 2023-02-20 18:47:42 +01:00
lib.rs refactor: use ops for idna & punycode (#17817) 2023-02-20 18:47:42 +01:00
module_es_shim.js refactor: allow to provide polyfills for Node modules from the snapshot (#17706) 2023-02-10 11:40:45 +00:00
ops.rs refactor: clean up "cli/node/mod.rs" and "ext/node" (#17713) 2023-02-10 10:26:39 -05:00
package_json.rs feat(task): support scripts in package.json (#17887) 2023-02-22 22:45:35 -05:00
path.rs chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
polyfill.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05: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
v8.rs feat(ext/node): implement node:v8 (#17806) 2023-02-17 18:48:09 +05:30
winerror.rs perf(ext/node): move winerror binding to rust (#17792) 2023-02-16 19:19:32 +05:30

deno_node

require and other node related functionality for Deno.