Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 564 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 564 Bytes

sealion

sealion-walk

Flow Cadence AST walker module for cadence compatible trees. The solution is based on acorn-walk, with the aim of providing a similar API.

Development

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