Releases
v7.1.0
Minor
Added support for import maps , fixing #4 :
Added the CLI command find-unused-exports
argument --import-map
.
Added the function findUnusedExports
option importMap
.
Patch
Updated dependencies.
Updated the package scripts:
Reordered the scripts.
Replaced npm run
with node --run
.
Updated GitHub Actions CI config:
Run checks in seperate jobs.
Removed custom step names.
Replaced npm run
with node --run
.
Enabled the TypeScript compiler options noUnusedLocals
and noUnusedParameters
.
Use the correct type for the ESLint config.
Moved JSDoc comments containing @import
to before real imports.
Removed a workaround for the fixed TypeScript bug microsoft/TypeScript#50286 in the function findUnusedExports
.
Better function findUnusedExports
test structure.
Avoid converting file URLs to paths in the CLI command find-unused-exports
tests.
Updated examples in the readme.
Updated URLs in the readme.
You can’t perform that action at this time.