1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/args
Nathan Whitaker 9a859318d6
fix(node): Fix --allow-scripts with no deno.json (#24533)
We would resolve the wrong package.json, resulting in an inability to
run CJS (or other node-mode) scripts
2024-07-22 22:47:08 +02:00
..
deno_json.rs refactor: move deno json functionality to args module (#22710) 2024-03-05 15:45:44 -05:00
flags.rs chore: @netlify/edge-bundler workaround until Deno 2.0 (#24532) 2024-07-11 17:43:46 +00:00
flags_net.rs fix(permissions): handle ipv6 addresses correctly (#24397) 2024-07-05 23:45:06 +01:00
import_map.rs feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
lockfile.rs fix(config): regression - should not discover npm workspace for nested deno.json not in workspace (#24559) 2024-07-12 15:38:48 -04:00
mod.rs fix(node): Fix --allow-scripts with no deno.json (#24533) 2024-07-22 22:47:08 +02:00
package_json.rs fix(workspace): do not resolve to self for npm pkg depending on matching req (#24591) 2024-07-22 22:47:08 +02:00