We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19c07f commit 1966511Copy full SHA for 1966511
pkg/analyzer/lib/src/summary/base.dart
@@ -3,7 +3,7 @@
3
// BSD-style license that can be found in the LICENSE file.
4
5
/// Base functionality which code generated summary classes are built upon.
6
-library analyzer.src.summary.base;
+library;
7
8
/// Annotation used in the summary IDL to indicate the id of a field. The set
9
/// of ids used by a class must cover the contiguous range from 0 to N-1, where
pkg/linter/lib/src/util/ascii_utils.dart
@@ -6,7 +6,7 @@
/// Ultimately we should consider carefully when we use RegExps where a simple
/// loop would do (and would do so far more performantly).
/// See: https://github.com/dart-lang/linter/issues/1828
-library ascii_utils;
10
11
import 'charcodes.dart';
12
0 commit comments