deno/cli/rt
Felipe Cardozo d07f8d198b
Some checks are pending
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
feat: add native source maps support (#31268)
This change refines how the compiler normalizes and resolves source map
URLs. Now is handled embedded and external source maps.
This reduces false negatives when loading source maps and aligns the
behavior with the expected spec semantics.
2025-12-02 00:02:06 -03:00
..
binary.rs fix: upgrade to swc_ecma_parser 27 (#31427) 2025-11-27 13:07:50 -05:00
build.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
Cargo.toml 3.0.0-rc.0 (#31258) 2025-11-13 16:04:22 -05:00
code_cache.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
file_system.rs fix(ext/node): respects flag option on fs.readfile and fs.readfilesync (#31129) 2025-10-31 09:32:36 +01:00
integration_tests_runner.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
main.rs feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194) 2025-11-06 20:38:25 +00:00
node.rs refactor(permissions): remove access check callback (#30050) 2025-07-10 21:40:20 -04:00
run.rs feat: add native source maps support (#31268) 2025-12-02 00:02:06 -03:00