dart-sdk/pkg/analysis_server/lib
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
..
lsp_protocol [analysis_server] Change LSP types to use Uri types instead of Strings 2022-09-14 18:58:44 +00:00
plugin Use TypeAliasElement.aliasedType instead of aliasedElement in analysis_server/.. 2022-09-12 19:38:19 +00:00
protocol Fix typos 2022-09-16 19:35:00 +00:00
src Unnamed libraries 2022-09-23 05:37:39 +00:00
starter.dart Migrate all remaining server libraries except the library in bin 2021-04-24 04:19:22 +00:00