jed_fox1’s avatarjed_fox1’s Twitter Archive — № 1,167

    1. …in reply to @simonbs
      @simonbs @emergetools You don’t need the flow parser (or the TypeScript one) — Babel can handle both syntaxes. You can also drop espree, meriyah, and acorn if you want (although you may find some of them to perform better on large files for JavaScript if formatting performance is an issue)
  1. …in reply to @jed_fox1
    @simonbs Not entirely sure why we ship so many different parsers — @PrettierCode?