https://github.com/webpro/knip-dts
https://github.com/webpro/knip-dts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/webpro/knip-dts
- Owner: webpro
- Created: 2023-09-25T12:34:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T14:03:23.000Z (over 2 years ago)
- Last Synced: 2025-01-24T19:14:07.187Z (over 1 year ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Knip DTS
```
npx tsx index.ts
```
## Issues
See [index.ts](./index.ts):
- How to make sure `'./block.html?raw'` is resolved from `fixture/index.ts` using
`sourceFile.resolvedModules?.get('./block.html?raw')`?
- How to add DTS files (`assets.d.ts`) to the program like e.g. `tsc` does implicitly?