unsplash / intlc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linting performance

samhh opened this issue · comments

At the moment we iterate through the AST anew for each rule. This is slow, although it's not perceptible for our use case yet.