Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-26 | timers: use int instead of double for timeout type (#1469) | bokuweb | |
2019-01-21 | chore: update license lines (#1557) | Yoshiya Hinosawa | |
2018-10-11 | timers: align unit tests with others | Li Hao | |
2018-10-08 | timers: add test for clearTimer bug #942 | Bert Belder | |
2018-10-05 | Changed tools/lint.py to lint the entire js and tests directories. (#900) | Chris Bystrek | |
* Changed tools/lint.py to lint the entire js and tests directorys and sub directories, currently it was pointing at tsconfig and would only lint files that were part of js/main.ts or node_modules/typescript/lib/lib.esnext.d.ts and their dependencies * Broke the typescript linting out into separate steps for the main typescript programing and tests. * Fixed linting issues in ts tests. | |||
2018-10-03 | Update timer test to use #497 test case | Andy Hayden | |
This behavior was fixed by #885. | |||
2018-10-03 | timers: add some more unit tests | Li Hao | |
Closes #682. | |||
2018-10-03 | timers: implement timers in javascript | Bert Belder | |
2018-09-25 | Add SetGlobalTimeout(). | Ryan Dahl | |
To be used for a timers implementation soon. | |||
2018-09-16 | Remove remove_timer asserts (#760) | Kevin (Kun) "Kassimo" Qian | |
* Remove remove_timer asserts * Add clearTimeout invalid id no-panic test * Move timer test to its file AND some lint side-effects |