* refactor: add raiseWithData method * refactor: error message template * fix missing plugin error structure * fix flow errors * refactor: use error message template in eslint plugin * refacotr: use error message template in flow plugin * refactor: use error message template in typescript plugin * refactor: use error message template in jsx plugin * address review comments * Update packages/babel-parser/src/parser/location.js Co-Authored-By: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
@babel/parser
A JavaScript parser
See our website @babel/parser for more information or the issues associated with this package.
Install
Using npm:
npm install --save-dev @babel/parser
or using yarn:
yarn add @babel/parser --dev