-
-
Notifications
You must be signed in to change notification settings - Fork 31
Labels
dep:EoLMigration handles deprecation introduced in an EoL version of nodeMigration handles deprecation introduced in an EoL version of nodedep:v24Migration handles deprecation introduced in node v24Migration handles deprecation introduced in node v24good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededlet's do it
Description
This single codemod addresses multiple deprecations in the node:timers module, migrating from internal, deprecated APIs to public, standard timer functions. It targets the following deprecated methods: timers.enroll(), timers.unenroll(), timers.active(), and timers._unrefActive().
The goal is to replace these internal functions with their modern equivalents, such as setTimeout(), clearTimeout(), and timer.unref(), ensuring code remains functional and free of deprecated APIs.
Sub-issues
Metadata
Metadata
Assignees
Labels
dep:EoLMigration handles deprecation introduced in an EoL version of nodeMigration handles deprecation introduced in an EoL version of nodedep:v24Migration handles deprecation introduced in node v24Migration handles deprecation introduced in node v24good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededlet's do it
Type
Projects
Status
✅ Done