analyzer 0.26.1-alpha.1
analyzer: ^0.26.1-alpha.1 copied to clipboard
Static analyzer for Dart.
0.26.0 #
- Add hook for listening to implicitly analyzed files
- Add a PathFilter and AnalysisOptionsProvider utility classes to aid clients in excluding files from analysis when directed to do so by an options file.
- API change:
UriResolver.resolveUri(..)now takes an optionalactualUri. - Change
ResolutionCopier.visitAwaitExpressionto copy *Type fields. - Fix highlight range for missing enum constant in switch (issue 23904).
- Fix analyzer's treatment of
ClassName?.staticMemberto match spec. - Implement DEP 34 (less restricted mixins).
- Fix some implementations of
UriResolver.resolveUri(..)that did not properly handle the newactualUriargument.
0.25.2 #
- Requires Dart SDK 1.12-dev or greater
- Enable null-aware operators (DEP 9) by default.
- Generic method support in the element model.
0.25.2-alpha.1 #
dart:sdkextension.sdkextchanged to_sdkext(to play nicer with pub).
0.25.2-alpha.0 #
- Initial support for analyzing
dart:sdkextensions from.sdkext.
0.25.1 #
- (Internal) code reorganization to address analysis warnings due to SDK reorg.
- First steps towards
.packagessupport.
0.25.0 #
- Commandline interface moved to dedicated
analyzer_clipackage. Files moved:bin/analyzer.dartlib/options.dartlib/src/analyzer_impl.dartlib/src/error_formatter.dart
- Removed dependency on the
argspackage.
0.22.1 #
- Changes in the async/await support.
0.22.0 #
New API:
-
Source.uriadded.Breaking changes:
-
DartSdk.fromEncodingreplaced withfromFileUri. -
Source.resolveRelativereplaced withresolveRelativeUri.