dart-sdk/pkg/analysis_server/tool
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
..
bulk_fix Deprecate 'get name2', use 'get name' instead. 2022-09-22 02:22:47 +00:00
code_completion Unnamed libraries 2022-09-23 05:37:39 +00:00
instrumentation Enforce use_super_parameters in analysis_server/. 2022-04-15 18:13:44 +00:00
lsp_spec [analysis_server] Change LSP types to use Uri types instead of Strings 2022-09-14 18:58:44 +00:00
spec [analysis_server] rename to handle private named parameters 2022-09-16 20:53:30 +00:00