dart-sdk/pkg/nnbd_migration
Paul Berry 4b9b46ef01 Migration: improve specificity of FixBuilderTest.isMakeNullable
Change-Id: Ibef1db9d1426cc4e8a5e7286f26887504352a767
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/139751
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
2020-03-17 17:19:41 +00:00
..
bin [dartfix] remove the 'dartfix upgrade sdk' command (prefer 'dartdev migrate') 2020-03-04 17:55:06 +00:00
lib Add sanity checks for NNBD state in migration. 2020-03-16 18:27:58 +00:00
test Migration: improve specificity of FixBuilderTest.isMakeNullable 2020-03-17 17:19:41 +00:00
tool Improve trial_migration stats 2020-03-10 17:04:30 +00:00
analysis_options.yaml Migration: Add an analysis_options.yaml file. 2019-07-30 13:40:07 +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 Implement analysis options modification. 2020-02-11 20:14:06 +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.