This repository reproduces a bug in api-extractor where api-extractor emits unused imports after stripping internal types.
To reproduce:
- clone this repo
npm install
npm run build
- 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.