-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update AstBuilder to build AST with nullable types
... as part of adding NNBD as outlined in dart-lang/language#110 This CL updates the parser to recognize two specialized comments at the beginning of a library of the form '//@NNBD' and '//@NNBD*' for use by the analyzer to aid developers when converting their libraries to be non-nullable by default. In addition, the AstBuilder now populates the generated analyzer AST with nullable type information. Change-Id: I80d221dd138973aa32f05bde631245d9ac6ee10f Reviewed-on: https://dart-review.googlesource.com/c/87540 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Dan Rubel <danrubel@google.com>
- Loading branch information
danrubel
authored and
commit-bot@chromium.org
committed
Dec 18, 2018
1 parent
a9c1c05
commit 4163478
Showing
5 changed files
with
92 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters