Merge pull request #37744 from mjbvz/html-ext-strict-1

Start moving html ext to strict mode compile
This commit is contained in:
Martin Aeschlimann
2017-11-09 09:57:16 +01:00
committed by GitHub
9 changed files with 31 additions and 36 deletions

View File

@@ -6,6 +6,7 @@
"noUnusedLocals": true,
"lib": [
"es5", "es2015.promise"
]
],
"strict": true
}
}