* fix: statementlist behavior * fixed prettier and babel-types/converter errors * added check for first node * remove node length check, only check if node is first * add reset eLU if proceeding is non-empty * fix failure for ci tests * remove .expressions since sequence expression isn't produced * changed test title
@babel/types
Babel Types is a Lodash-esque utility library for AST nodes
See our website @babel/types for more information or the issues associated with this package.
Install
Using npm:
npm install --save-dev @babel/types
or using yarn:
yarn add @babel/types --dev