summaryrefslogtreecommitdiff
path: root/cli/tests/unit/globals_test.ts
AgeCommit message (Expand)Author
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