Dart development compiler for compiling Dart code to JavaScript, now part of the Dart SDK.
Dart Development Compiler (dartdevc) is a compiler that translates Dart code into JavaScript for web development. It enables developers to write web applications in Dart and run them in browsers that support JavaScript. The tool focuses on providing fast, incremental compilation during development cycles.
Dart developers building web applications who need to compile their Dart code to JavaScript for browser execution. Particularly useful for teams working on Dart-based web projects requiring development and debugging tools.
Offers incremental compilation for faster development iterations and produces debuggable JavaScript output. As part of the official Dart SDK, it provides seamless integration with the Dart toolchain and language ecosystem.
DEPRECATED - Moved to main SDK
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Compiles only changed Dart code, enabling rapid development iterations and reducing rebuild times during debugging.
Transpiles Dart to readable, modern JavaScript, making it easier to trace issues in browser developer tools.
Full support for Dart language features and libraries, ensuring compatibility with the Dart ecosystem for web development.
The project is explicitly marked as deprecated in the README, meaning no future updates, bug fixes, or community support.
Optimized for debugging rather than production, so it lacks performance optimizations found in tools like dart2js for deployment.
Now part of the Dart SDK, requiring developers to learn and rely on the broader SDK toolchain instead of a standalone compiler.