unsplash / intlc

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

Linting performance #143

Open samhh opened 2 years ago

samhh commented 2 years ago

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.