mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
fix(runtime/js/timers): Use (0, eval) instead of eval() (#10103)
This commit is contained in:
parent
06b5959eed
commit
8b49d948f5
3 changed files with 24 additions and 1 deletions
|
@ -21,6 +21,7 @@ export {
|
|||
unreachable,
|
||||
} from "../../../test_util/std/testing/asserts.ts";
|
||||
export { deferred } from "../../../test_util/std/async/deferred.ts";
|
||||
export type { Deferred } from "../../../test_util/std/async/deferred.ts";
|
||||
export { readLines } from "../../../test_util/std/io/bufio.ts";
|
||||
export { parse as parseArgs } from "../../../test_util/std/flags/mod.ts";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue