codemod 0.1.4 codemod: ^0.1.4 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.4 #
- Prompts the user to either skip overlapping patches or quit when they are found.
0.1.3 #
-
Codemod authors can now augment the help output and the changes required output via
runInteractiveCodemod()
andrunInteractiveCodemodSequence()
using the optionaladditionalHelpOutput
andchangesRequiredOutput
params.-
If
additionalHelpOutput
is given, it will be printed to stderr after the default help output when the codemod is run with the-h|--help
flag. -
If
changesRequiredOutput
is given, it will be printed to stderr after the default output when the codemod is run with the--fail-on-changes
flag and changes are in fact required.
-
0.1.2 #
-
Fix a typing issue with the
AggregateSuggestor
's constructor param. -
Add tests for
AggregateSuggestor
andAstVisitingSuggestorMixin
0.1.1 #
- Update
pubspec.yaml
for initial OSS release.
0.1.0 #
- Initial tag.