unsplash / intlc

Compile ICU messages into code. Supports TypeScript and JSX. No runtime.
MIT License
56 stars 3 forks source link

Lint against redundant cases #135

Closed samhh closed 1 year ago

samhh commented 2 years ago

Empty case branches wherever they're not required.

samhh commented 1 year ago

I'm now unclear on what I was getting at with this. A seemingly redundant empty case might be useful for ensuring non-literal TS output. :thinking: