transform the ast on a recursive walk using espree
npm install falafel-espree
yarn add falafel-espree
pnpm add falafel-espree
bun add falafel-espree
Fork of falafel that uses espree instead of acorn
Install with npm:
See https://github.com/eslint/espree#why-dont-you-just-use-acorn.
TLDR; combines falafel's AST walking with espree's comment attachment.
MIT