An open API service indexing awesome lists of open source software.

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

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.