dart-compile
Compile Dart code into various output formats like EXE, AOT, JIT, or JavaScript using customizable options for AI-enhanced development workflows.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | Yes | Output format for the compilation | |
options | No | Additional compilation options | |
output | No | Output file path | |
path | Yes | Path to the Dart file to compile |