https://github.com/danvk/ts-prune-151-repro
Repro for a ts-prune bug
https://github.com/danvk/ts-prune-151-repro
Last synced: 11 months ago
JSON representation
Repro for a ts-prune bug
- Host: GitHub
- URL: https://github.com/danvk/ts-prune-151-repro
- Owner: danvk
- Created: 2021-11-15T01:36:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T01:40:44.000Z (over 4 years ago)
- Last Synced: 2025-03-03T06:28:01.198Z (over 1 year ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repro for ts-prune#151
See .
To repro:
$ yarn
$ yarn ts-prune
server/constants.ts:1 - A
server/constants.ts:2 - B
✨ Done in 1.25s.
$ yarn add -D ts-prune@0.9.1
$ yarn ts-prune
✨ Done in 1.34s.