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
/
event_target_test.ts
Age
Commit message (
Collapse
)
Author
2022-06-17
fix(ext/web): add EventTarget brand checking (#14637)
Colin Ihrig
This commit adds brand checking to EventTarget. It also fixes a bug where deno would crash if an abort signal was aborted on the global addEventListener().
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-09-02
chore: upgrade crates (#11894)
Bartek Iwańczuk
Co-authored-by: David Sherret <dsherret@gmail.com>
2021-08-05
refactor(cli/tests): remove unnecessary void return types (#11577)
Leo K
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-11-02
test(op_crates/web): add EventTarget tests (#8205)
Benjamin Gruenbaum
2020-09-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
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