Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
/ revert-auto-import Public archive

☄️You don't need auto-import (Based TypeScript).

License

Notifications You must be signed in to change notification settings

aiktb/revert-auto-import

Repository files navigation

revert-auto-import

What is this?

A CLI tool for identifying, extracting, and restoring TypeScript auto-imports in code. Under development, only the identification function is implemented for the time being, and it cannot be used in production.

Not very useful, if your project is well maintained, just remove the unnecessary auto-imports in the type file and run tsc --noEmit, modify the source code according to the errors that appear.

The purpose is just to get familiar with the structure of TypeScript AST.

Will not maintain.

About

☄️You don't need auto-import (Based TypeScript).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published