You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2018. It is now read-only.
I think we can slightly speed up scanning if will cache parsing of file stem (basename without extension) for the same entity part.
Example:
The
button__text
entity part has 11 techs. Each tech can be written in several levels.This means that we will be scanning 11 (or more) files with
button__text
stem.Now for each file will be called the
bemNaming.parse()
method.The text was updated successfully, but these errors were encountered: