Skip to content

TheComputerM/dart-ast-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages