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
/
signal_test.ts
Age
Commit message (
Expand
)
Author
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2022-01-04
fix(signals): prevent panic when listening to forbidden signals (#13273)
Leo Kettmeir
2021-11-23
refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)
Bartek IwaĆczuk
2021-10-26
feat(runtime): add Deno.addSignalListener API (#12512)
Yoshiya Hinosawa
2021-09-23
test(cli): align unit test permissions with runtime test permissions (#12189)
Casper Beyer
2021-09-06
BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)
Ryan Dahl
2021-08-05
refactor(cli/tests): remove unnecessary void return types (#11577)
Leo K
2021-06-25
fix(runtime/signal): use op_async_unref for op_signal_poll (#11097)
Yoshiya Hinosawa
2021-06-25
test(cli): refactor the usages of delay (#11098)
Yoshiya Hinosawa
2021-06-22
fix(runtime): fix signal promise API (#11069)
Yoshiya Hinosawa
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-11-26
refactor(cli/tests): replace createResolvable with deferred (#8507)
crowlKats
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-20
move js unit tests to cli/tests (#5678)
Ryan Dahl