jqassistant_dart_lce 0.2.3
jqassistant_dart_lce: ^0.2.3 copied to clipboard
Tool to extract language concepts from a Dart codebase and export them to a JSON file.
0.2.3 #
- added CLI option
--sdk-path
/-S
to set Dart SDK path
0.2.2 #
Release to keep versions aligned - No changes
0.2.1 #
Release to keep versions aligned - No changes
0.2.0 #
- added detection of globally declared functions and their parameters
- added detection of globally declared variables/constants
- added detection of globally declared mixins
- added detection of globally declared enums
- added detection of implements/extends/with relationships of declared classes
0.1.0 #
Initial pre-release with detection of libraries and globally declared classes.