dart-sdk/pkg/analysis_server/tool/code_completion
Sam Rawlins 51114fca8a Unnamed libraries
Fixes https://github.com/dart-lang/language/issues/1073

Spec: https://github.com/dart-lang/language/blob/master/accepted/future-releases/unnamed-libraries/feature-specification.md

This work allows library directives without a name. Every single one would look like this:

```
library;
```

:) it was a little anti-climactic implementing a non-feature like this, but there it is.

The affordance for a library directive without a name is guarded by an experiment flag, `--unnamed-libraries`.

Change-Id: I8612238359e88d6082f7e89d0d0fc624fdb45273
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/257490
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-09-23 05:37:39 +00:00
..
data
code_metrics.dart Unnamed libraries 2022-09-23 05:37:39 +00:00
completion_metrics.dart Breaking changes for analyzer version 5.0.0 2022-09-07 16:27:18 +00:00
completion_metrics_base.dart Remove DocumentationCache, we cache documentation and more in _ElementCompletionData. 2022-06-30 14:52:06 +00:00
completion_metrics_client.dart Add more await or unawaited() to DAS. 2022-07-12 00:59:01 +00:00
corpus.dart [pkg/analysis_server] remove code referencing itsallwidgets.com 2022-05-23 20:54:00 +00:00
flutter_metrics.dart Deprecate Element.enclosingElement2, use 'enclosingElement3'. 2022-08-02 18:00:14 +00:00
implicit_type_declarations.dart Deprecate 'get name2', use 'get name' instead. 2022-09-22 02:22:47 +00:00
metrics_util.dart Add median, p90, and p95 metrics to completion_metrics 2022-04-13 20:48:03 +00:00
output_utilities.dart Convert a few utility libraries to null safety 2021-03-31 05:45:32 +00:00
relevance_metrics.dart Deprecate 'get name2', use 'get name' instead. 2022-09-22 02:22:47 +00:00
relevance_table_generator.dart Breaking changes for analyzer version 5.0.0 2022-09-07 16:27:18 +00:00
visitors.dart Deprecate 'Directive.keyword', use specific 'xyzKeyword'. 2022-07-07 19:55:21 +00:00