From 455f6688fe42e1973f1800b03094a6ffd8a7a154 Mon Sep 17 00:00:00 2001 From: Ivan Levkivskyi Date: Tue, 30 May 2017 19:29:15 +0200 Subject: [PATCH] Add --strict-optional on by default to roadmap --- ROADMAP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index e40cea8d83b7..132d53c2c581 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -92,3 +92,5 @@ more accurate. mode. - Start work on editor plugins and support for selected IDE features. + +- Turn on `--strict-optional` by default.