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
/
cli
/
tests
/
unit
/
globals_test.ts
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-30
fix: `Object.groupBy` return type should be a partial (#21680)
Joel Walker
2023-11-01
fix: add missing `Object.groupBy()` and `Map.groupBy()` types (#21050)
Asher Gomez
2023-11-01
feat: enable Array.fromAsync (#21048)
Bartek Iwańczuk
2023-11-01
chore: upgrade deno_core (#21036)
Bartek Iwańczuk
2023-10-08
fix: define window.name (#20804)
Bartek Iwańczuk
2023-01-24
refactor: remove Deno.core (#16881)
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2021-11-23
refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)
Bartek Iwańczuk
2021-11-01
chore: upgrade deno_ast to 0.5.0 (#12595)
David Sherret
2021-10-21
fix: declare web types as global (#12497)
Bartek Iwańczuk
2021-09-02
chore: upgrade crates (#11894)
Bartek Iwańczuk
2021-08-05
refactor(cli/tests): remove unnecessary void return types (#11577)
Leo K
2021-06-22
feat: Deno namespace configurable and unfrozen (#11062)
Kitson Kelly
2021-04-09
chore: upgrade dependencies (#10094)
Bartek Iwańczuk
2021-03-08
fix(runtime/js): add navigator interface objects (#9685)
Nayeem Rahman
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-11-24
feat(cli): update to TypeScript 4.1 (#7573)
Kitson Kelly
2020-11-14
fix: fix various global objects constructor length (#8373)
Benjamin Gruenbaum
2020-11-03
build: migrate to dlint (#8176)
Bartek Iwańczuk
2020-10-12
fix(cli/rt/main): Add global interface objects (#7875)
Nayeem Rahman
2020-09-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-09-04
fix: don't expose globalThis.__bootstrap (#7344)
Kitson Kelly
2020-08-24
feat: update to TypeScript 4.0 (#6514)
Kitson Kelly
2020-06-19
build: lint cli/tests/unit using deno lint (#6327)
Alan Gou
2020-06-02
fix: Better use of @ts-expect-error (#6038)
Kitson Kelly
2020-05-26
Use ts-expect-error instead of ts-ignore. (#5869)
Kitson Kelly
2020-05-20
move js unit tests to cli/tests (#5678)
Ryan Dahl