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 bootstrapInstall dependencies:
yarnBuild all packages:
yarn run build-allRun linting without fixing:
yarn run lintRun linting with fixing:
yarn run lint:fixRun unit and integration tests:
yarn run test