Flow Cadence AST walker module for cadence compatible trees. The solution is based on acorn-walk, with the aim of providing a similar API.
Bootstrap monorepo:
yarn bootstrap
Install dependencies:
yarn
Build all packages:
yarn run build-all
Run linting without fixing:
yarn run lint
Run linting with fixing:
yarn run lint:fix
Run unit and integration tests:
yarn run test