dart-sdk/pkg/nnbd_migration
Paul Berry 4aaa15edb2 Migration: fix detection of variable/parameter reference inside parentheses.
Change-Id: Ifebbb834de278a38c30f8e555175515220706a1b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106423
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2019-06-17 23:21:08 +00:00
..
lib Migration: fix detection of variable/parameter reference inside parentheses. 2019-06-17 23:21:08 +00:00
test Migration: fix detection of variable/parameter reference inside parentheses. 2019-06-17 23:21:08 +00:00
CHANGELOG.md Move NNBD migration tool to a fresh package. 2019-06-09 17:45:35 +00:00
LICENSE Move NNBD migration tool to a fresh package. 2019-06-09 17:45:35 +00:00
pubspec.yaml Move NNBD migration tool to a fresh package. 2019-06-09 17:45:35 +00:00
README.md Move NNBD migration tool to a fresh package. 2019-06-09 17:45:35 +00:00

NNBD Migration Engine

This package provides infrastructure for migrating code to be non-nullable by default.