Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baileympearson/unused-imports-reproduction
https://github.com/baileympearson/unused-imports-reproduction
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/baileympearson/unused-imports-reproduction
- Owner: baileympearson
- Created: 2023-08-01T16:48:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-01T16:50:56.000Z (over 1 year ago)
- Last Synced: 2023-08-01T19:50:03.740Z (over 1 year ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unused-imports-reproduction
This repository reproduces a bug in api-extractor where api-extractor emits unused imports after stripping internal types.
To reproduce:
1. clone this repo
2. `npm install`
3. `npm run build`
4. Open the generated file and notice that the field marked internal has been stripped from the types, but the import for `MongoCrypt` remains and is unused.