dart-sdk/tools/spec_parser
Erik Ernst 58d917e757 Correct uri rule in Dart.g
The spec parser previously assumed that an import or export directive
would use a single-line string. However, multi-line strings like
"""lib.dart""" and raw strings like r'''lib.dart''' are allowed as well,
and also mixed forms like "lib" r'''.dart'''.

This CL changes Dart.g such that those forms are supported.

Change-Id: I40abe1a2f095907803371fc4224bd10bbca38c9f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/208880
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
Commit-Queue: Erik Ernst <eernst@google.com>
2021-08-05 08:32:38 +00:00
..
.gitignore Update spec_parser. 2019-10-25 08:57:44 +00:00
Dart.g Correct uri rule in Dart.g 2021-08-05 08:32:38 +00:00
Makefile Updated Dart.g, tests & status files to support ui-as-code collections 2019-03-29 13:33:52 +00:00
spec_parse.dart
SpecParser.java Adjust qualifiedName, constructorDesignation, metadata 2020-12-02 10:03:47 +00:00
SpecParserRunner.java