codemod 0.1.3
codemod: ^0.1.3 copied to clipboard
Write and run automated code modifications on a codebase. Primarily geared towards updating and refactoring Dart code, but can modify any files.
0.1.3 #
-
Codemod authors can now augment the help output and the changes required output via
runInteractiveCodemod()andrunInteractiveCodemodSequence()using the optionaladditionalHelpOutputandchangesRequiredOutputparams.-
If
additionalHelpOutputis given, it will be printed to stderr after the default help output when the codemod is run with the-h|--helpflag. -
If
changesRequiredOutputis given, it will be printed to stderr after the default output when the codemod is run with the--fail-on-changesflag and changes are in fact required.
-
0.1.2 #
-
Fix a typing issue with the
AggregateSuggestor's constructor param. -
Add tests for
AggregateSuggestorandAstVisitingSuggestorMixin
0.1.1 #
- Update
pubspec.yamlfor initial OSS release.
0.1.0 #
- Initial tag.