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
- Host: GitHub
- URL: https://github.com/thecomputerm/dart-ast-explorer
- Owner: TheComputerM
- Created: 2024-03-28T20:29:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T23:58:18.000Z (5 months ago)
- Last Synced: 2025-03-29T13:06:09.682Z (3 months ago)
- Topics: dart, wasm
- Language: Dart
- Homepage: http://thecomputerm.dev/dart-ast-explorer/
- Size: 2.37 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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/).