David Sherret
5faf769ac6
refactor: extract out sloppy imports resolution from CLI crate ( #25920 )
...
This is slow progress towards creating a `deno_resolver` crate.
Waiting on:
* https://github.com/denoland/deno/pull/25918
* https://github.com/denoland/deno/pull/25916
2024-09-28 19:17:48 -04:00
David Sherret
b8ed6f8221
fix(task): correct name for scoped npm package binaries ( #25390 )
...
This is for when not using a node_modules directory or when using auto
install for a node_modules dir.
2024-09-03 13:56:39 +00:00
snek
f57745fe21
feat: upgrade V8 to 12.8 ( #24693 )
...
- upgrade to v8 12.8
- optimizes DataView bigint methods
- fixes global interceptors
- includes CPED methods for ALS
- fix global resolution
- makes global resolution consistent using host_defined_options.
originally a separate patch but due to the global interceptor bug it
needs to be included in this pr for all tests to pass.
2024-07-31 23:22:34 +00:00
David Sherret
7a3810195d
fix(node): support wildcards in package.json imports ( #24794 )
2024-07-30 17:14:07 +00:00
David Sherret
06b6352292
fix(unstable/compile): handle byonm import in sub dir ( #24755 )
...
Regression in 1.45.0 caused by storing relative paths instead of
absolute paths in the binary.
Closes #24654
2024-07-26 15:53:53 -04:00
David Sherret
7907265590
fix(node): cjs pkg dynamically importing esm-only pkg fails ( #24730 )
2024-07-25 21:40:10 -04:00
David Sherret
3bf147fe28
refactor: decouple node resolution from deno_core ( #24724 )
2024-07-25 19:08:14 -04:00