An open API service indexing awesome lists of open source software.

https://github.com/thecomputerm/dart-ast-explorer

A fully client-side tool to help you explore and inspect the AST of your dart code
https://github.com/thecomputerm/dart-ast-explorer

dart wasm

Last synced: 2 months ago
JSON representation

A fully client-side tool to help you explore and inspect the AST of your dart code

Awesome Lists containing this project

README

        

# Dart AST Explorer

by: @TheComputerM

## Running it locally

### Requirements

- NodeJS (+ pnpm preferably)
- Dart
- GNU make

### Steps

- Install dart packages using `dart pub get`.
- Build the WASM module using `make `.
- Install npm packages using `npm i` or `pnpm i` inside the *web* directory.
- Run `pnpm dev` inside the *web* directory and visit [https://localhost:5173/](https://localhost:5173/).