summaryrefslogtreecommitdiff
path: root/cli/tests/unit/promise_hooks_test.ts
AgeCommit message (Collapse)Author
2023-01-24refactor: remove Deno.core (#16881)Bartek IwaƄczuk
This commit removes "Deno.core" namespace. It is strictly private API that has no stability guarantees, we were supposed to remove it long time ago. Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
Yearly tradition of creating extra noise in git.
2022-09-28feat(core): add Deno.core.setPromiseHooks (#15475)Guilherme Bernal