Add support for timers/promises module from nodejs #219
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/fake-timers-src.js#L55
Missing JSDoc @Property "requestAnimationFrame" description
|
src/fake-timers-src.js#L61
Missing JSDoc @Property "now" description
|
src/fake-timers-src.js#L339
Missing JSDoc @returns declaration
|
src/fake-timers-src.js#L690
JSDoc @returns declaration present but return expression not available in function
|
src/fake-timers-src.js#L822
Missing JSDoc @returns declaration
|
src/fake-timers-src.js#L834
Missing JSDoc @returns declaration
|
src/fake-timers-src.js#L846
Missing JSDoc @returns declaration
|
src/fake-timers-src.js#L858
Missing JSDoc @returns declaration
|
src/fake-timers-src.js#L1057
Missing JSDoc @Property "setTimeout" description
|
src/fake-timers-src.js#L1058
Missing JSDoc @Property "clearTimeout" description
|
This job succeeded
Loading