Clarkson
Clarkson copied to clipboard
Deprecation warnings
I noticed these deprecation warnings being emitted during my initial setup of Clarkson in a testing environment:
clarkson_1 | (node:275) [DEP0095] DeprecationWarning: timers.enroll() is deprecated. Please use setTimeout instead.
clarkson_1 | (node:275) [DEP0126] DeprecationWarning: timers.active() is deprecated. Please use timeout.refresh() instead.
clarkson_1 | (node:275) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.