* Add as const fixtures * parse constant context * parse constant context * quick check for literal * code review, better error message, check array elements * Removed unneeded test cases
@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