File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3333* Remove deprecated ` lint/Spelunker ` .
3434* Remove deprecated ` source_resource.dart ` .
3535* Remove ` MultiplyInheritedExecutableElement ` .
36+ * Remove ` AnalyzeFunctionBodiesPredicate ` .
3637
3738## 6.11.0
3839* Un-deprecated ` LibraryElement.exportedLibraries ` .
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import 'package:analyzer/file_system/file_system.dart';
1515import 'package:analyzer/instrumentation/instrumentation.dart' ;
1616import 'package:analyzer/source/error_processor.dart' ;
1717import 'package:analyzer/source/line_info.dart' ;
18- import 'package:analyzer/source/source.dart' ;
1918import 'package:analyzer/src/analysis_options/code_style_options.dart' ;
2019import 'package:analyzer/src/dart/analysis/experiments.dart' ;
2120import 'package:analyzer/src/generated/source.dart' show SourceFactory;
@@ -35,10 +34,6 @@ export 'package:analyzer/error/listener.dart' show RecordingErrorListener;
3534export 'package:analyzer/src/generated/timestamped_data.dart'
3635 show TimestampedData;
3736
38- /// Used by [AnalysisOptions] to allow function bodies to be analyzed in some
39- /// sources but not others.
40- typedef AnalyzeFunctionBodiesPredicate = bool Function (Source source);
41-
4237/// A context in which a single analysis can be performed and incrementally
4338/// maintained. The context includes such information as the version of the SDK
4439/// being analyzed against, and how to resolve 'package:' URI's. (Both of which
You can’t perform that action at this time.
0 commit comments