dart-sdk/pkg/nnbd_migration
Konstantin Shcheglov 9da8472e2d Don't use ClassElement.type in nnbd_migration.
R=paulberry@google.com

Change-Id: I656b913e809c0174eab93226e62e2392a7142cf3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/117981
Reviewed-by: Paul Berry <paulberry@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2019-09-19 16:15:40 +00:00
..
lib Don't use ClassElement.type in nnbd_migration. 2019-09-19 16:15:40 +00:00
test Migration: Add nullability_migration_impl_test.dart to test_all 2019-09-19 16:02:16 +00:00
tool Migration: add an option to print just exception nodes rather than full stack traces. 2019-09-06 16:09:04 +00:00
analysis_options.yaml Migration: Add an analysis_options.yaml file. 2019-07-30 13:40:07 +00:00
CHANGELOG.md
LICENSE
pubspec.yaml Fix package dependencies in analyzer_cli, dartfix, nnbd_migration 2019-07-22 19:55:43 +00:00
README.md

NNBD Migration Engine

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