unsplash / intlc

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

Custom error for unexpected closing tag #148

Closed samhh closed 2 years ago

samhh commented 2 years ago

A message of </f> will currently fail because it's expecting letters for an opening tag. It could check if the first char is a forward-slash and error that <f> was never opened.

samhh commented 2 years ago

https://github.com/unsplash/intlc/commit/598544f7b9006644eb226b4b28690fabc613871a