unsplash / intlc

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

Interpolations rule incorrectly counts callback tags #137

Closed samhh closed 1 year ago

samhh commented 2 years ago

Unlike other nested constructs callback tags don't affect flattening thus shouldn't be counted.

samhh commented 1 year ago

Fixed by #152.