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