Use Strict Null Checks In TS Extension (#16244)

* Use Strict Null Checks In TS Extension

Updates the Ts extension to use strict null checks.

* Throw instead of returning undefined in some linkedmap cases

* fix small null check in buffersync

* Fix for request item null
This commit is contained in:
Matt Bierner
2016-12-01 13:48:03 -08:00
committed by GitHub
parent 393c5a8e02
commit 22deff959d
20 changed files with 214 additions and 110 deletions

View File

@@ -6,7 +6,8 @@
"es5",
"es2015.promise"
],
"outDir": "./out"
"outDir": "./out",
"strictNullChecks": true
},
"exclude": [
"node_modules",