This repository has been archived by the owner on Dec 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
chore(TypeScript): Enable 'strictNullChecks' option #604
Merged
Conversation
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
☔ The latest upstream changes (presumably #608) made this pull request unmergeable. Please resolve the merge conflicts. |
tetsuharuohzeki
force-pushed
the
nullable
branch
from
April 5, 2016 05:28
a3462cc
to
fca8afa
Compare
tetsuharuohzeki
force-pushed
the
nullable
branch
from
April 13, 2016 08:17
fca8afa
to
9fdd5ef
Compare
tetsuharuohzeki
force-pushed
the
nullable
branch
2 times, most recently
from
April 26, 2016 16:51
03cfcc7
to
2eed776
Compare
tetsuharuohzeki
changed the title
WIP: chore(TypeScript): Enable 'strictNullChecks' option
chore(TypeScript): Enable 'strictNullChecks' option
May 4, 2016
📌 Commit 9660b36 has been approved by |
dokidokivisual
added a commit
that referenced
this pull request
May 4, 2016
chore(TypeScript): Enable 'strictNullChecks' option This tries to enable [`--strictNullChecks` option](microsoft/TypeScript#7140) of TypeScript compiler. - [Non-nullable types by ahejlsberg · Pull Request #7140 · Microsoft/TypeScript](microsoft/TypeScript#7140) - [Non-strict type checking · Issue #7489 · Microsoft/TypeScript](microsoft/TypeScript#7489) - [[Request for feedback] Nullable types, `null` and `undefined` · Issue #7426 · Microsoft/TypeScript](microsoft/TypeScript#7426) - [Control flow based type analysis by ahejlsberg · Pull Request #8010 · Microsoft/TypeScript](microsoft/TypeScript#8010) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/karen-irc/karen/604) <!-- Reviewable:end -->
☀️ Test successful - travis |
☔ The latest upstream changes (presumably #604) made this pull request unmergeable. Please resolve the merge conflicts. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This tries to enable
--strictNullChecks
option of TypeScript compiler.Related
null
andundefined
· Issue #7426 · Microsoft/TypeScriptThis change is