Enable strict null checks for istanbuljs types

This commit is contained in:
Jason Cheatham
2017-08-29 20:37:52 -04:00
parent acba9e52f0
commit a3a7562f36
7 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
+1 -1
View File
@@ -10,7 +10,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
+1 -1
View File
@@ -10,7 +10,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
+1 -1
View File
@@ -10,7 +10,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
@@ -31,4 +31,7 @@ transformed.sourceFinder('foo').trim();
store.dispose();
store.sourceStore.registerSource('foo', 'bar');
store.sourceStore.getSource('foo').trim();
const source = store.sourceStore.getSource('foo');
if (source != null) {
source.trim();
}
+1 -1
View File
@@ -10,7 +10,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
+1 -1
View File
@@ -10,7 +10,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"