Files
sdk/tools
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
..
2022-03-30 22:18:50 +00:00
2022-05-10 00:08:42 +00:00
2022-09-23 05:37:39 +00:00
2022-07-29 18:11:01 +00:00
2022-06-15 11:08:28 +00:00
2022-02-14 14:06:34 +00:00
2022-03-07 13:33:42 +00:00
2022-02-14 14:06:34 +00:00
2022-02-17 09:26:23 +00:00
2022-06-09 16:47:43 +00:00
2022-01-20 00:57:57 +00:00
2022-07-14 14:14:55 +00:00