Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-31 | feat: upgrade V8 to 12.8 (#24693) | snek | |
- 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-30 | fix(node): support wildcards in package.json imports (#24794) | David Sherret | |
2024-07-26 | fix(unstable/compile): handle byonm import in sub dir (#24755) | David Sherret | |
Regression in 1.45.0 caused by storing relative paths instead of absolute paths in the binary. Closes #24654 | |||
2024-07-25 | fix(node): cjs pkg dynamically importing esm-only pkg fails (#24730) | David Sherret | |
2024-07-25 | refactor: decouple node resolution from deno_core (#24724) | David Sherret | |