File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ final _log = Logger('AstVisitingSuggestor');
2929/// the following suggestor that aims to remove all deprecated declarations:
3030///
3131/// import 'package:analyzer/analyzer.dart';
32- /// import 'package:codemod/codemod.dart';
32+ ///
3333///
3434/// class DeprecatedRemover extends GeneralizingAstVisitor
3535/// with AstVisitingSuggestor {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import 'dart:io';
1616
1717import 'package:analyzer/dart/analysis/analysis_context_collection.dart' ;
1818import 'package:args/args.dart' ;
19- import 'package:codemod/codemod.dart' ;
19+
2020import 'package:io/ansi.dart' ;
2121import 'package:io/io.dart' ;
2222import 'package:logging/logging.dart' ;
@@ -49,7 +49,7 @@ import 'util.dart';
4949/// block like so:
5050/// import 'dart:io';
5151///
52- /// import 'package:codemod/codemod.dart';
52+ ///
5353///
5454/// void main(List<String> args) {
5555/// exitCode = runInteractiveCodemod(
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import 'run_interactive_codemod.dart'
3939/// For simple suggestors, it may be sufficient to write a function that
4040/// operates on the source text manually (potentially by using regexes). Here's
4141/// an example of this:
42- /// import 'package:codemod/codemod.dart';
42+ ///
4343///
4444/// /// Pattern that matches a dependency version constraint line for the `codemod`
4545/// /// package, with the first capture group being the constraint.
You can’t perform that action at this time.
0 commit comments