index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
console
/
lib.rs
Age
Commit message (
Expand
)
Author
2024-01-04
fix: strict type check for cross realms (#21669)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-28
chore: update deno_core to 0.240.0 (#21726)
Bartek Iwańczuk
2023-12-19
fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)
Kenta Moriuchi
2023-04-30
refactor: remove ext/console/01_colors.js (#18927)
Leo Kettmeir
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-09
refactor: Split extension registration for runtime and snapshotting (#18095)
Bartek Iwańczuk
2023-02-07
refactor: remove prefix from include_js_files & use extension name (#17683)
Leo Kettmeir
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-03-17
fix: cargo publish fails without absolute paths (#13993)
Ryan Dahl
2022-03-14
chore: improve build times for `ext/` changes (#13927)
Divy Srivastava
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl