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
Exported plugin rewritten to leverage parser instead of preprocess. This should yield a tiny speed boost, as well as letting Prettier parse and manage errors for the targeted file. preprocess was having to do several JSON.stringify and JSON.parse calls and would have resulted in a poorer experience in the case of file errors.