unsplash / intlc

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

Formatter #174

Open samhh opened 1 year ago

samhh commented 1 year ago

As a starting point a formatter at intlc format which simply parses each ICU message in a dataset and compiles them back out, which would normalise spacing. It could then be improved to be more opinionated, but I can't think of any examples of what that would look like.

Depends #47.