dev_compiler 0.1.14
dev_compiler: ^0.1.14 copied to clipboard
Experimental Dart to JavaScript compiler designed to create idiomatic, readable JavaScript output.
dev_compiler changelog #
0.1.14 #
- updates to unpin analyzer and move forward to ^0.27.1+2
0.1.13 #
- various fixes in js codegen
- pinned to analyzer 0.26.2+1 to avoid breaking upstream changes
0.1.12 #
- fixes for babel
- fixes toward new js interop
0.1.11 #
- moved js runtime files to lib/runtime/dart (
dart_runtime.js->dart/_runtime.js) - bug fix to source maps
- initial support for f-bound quantification patterns
0.1.10 #
- added an
--html-reportoption to create a file summarizing compilation issues - added a
-falias to the--force-compilecommand line option - removed many info level messages that were informational to the DDC team
0.1.9 #
0.1.8 #
- added a
--versioncommand-line option - added a new entry-point -
dev_compiler- that aliases todartdevc