timers: implement timers in javascript

This commit is contained in:
Bert Belder 2018-10-02 17:47:40 -07:00
parent 6b77acf39d
commit aa691ea26c
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461
7 changed files with 317 additions and 144 deletions

View file

@ -19,5 +19,4 @@ export { libdeno } from "./libdeno";
export { arch, platform } from "./platform";
export { trace } from "./trace";
export { truncateSync, truncate } from "./truncate";
export { setGlobalTimeout } from "./timers";
export const args: string[] = [];