e18e abort-controller to native AbortController
Replaces the abort-controller
npm package with the native nodejs AbortController counterpart.
This project aims to automate the cleanup of these dependencies for projects by implementing codemods to replace them. This will speed up the ecosystem cleanup efforts a lot by automating the process.
Credit
Full credit for this codemod goes to the original author(s) of the module. This is a simple wrapper around the original code to make it easier to use in the context of this project.