Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 791 Bytes

File metadata and controls

22 lines (16 loc) · 791 Bytes

This is a Dart proto library that specifies the proto schema for resolved dart ast.

Usage

Run the following command to generate the latest proto dart files:

protoc -I=. --dart_out=./lib/ ./protos/schema.proto