dart2js_info 0.2.0+1 dart2js_info: ^0.2.0+1 copied to clipboard
Libraries and tools to process data produced when running dart2js with --dump-info.
Changelog #
0.2.0 #
- Added AllInfoJsonCodec
- Added
verify_deps
tool
0.1.0 #
- Added
ProgramInfo.entrypoint
. - Added experimental information about calls in function bodies. This will likely change again in the near future.
0.0.3 #
- Added executable names
0.0.2 #
- Add support for ConstantInfo
0.0.1 #
- Initial version