unsplash / intlc

Compile ICU messages into code. Supports TypeScript and JSX. No runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom error for unexpected closing tag

samhh opened this issue · comments

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.