TypeScript/src
Nathan Shively-Sanders b9efe3e700 Retain undefined in spreads w/strictNullChecks
Previously, both optional and `| undefined` caused spread properties to
combine with preceding properties and drop the `undefined`. Now, with
strictNullChecks, optional and `| undefined` properties still combine
with preceding properties but don't drop the `undefined`.
2017-05-18 13:57:24 -07:00
..
compiler Retain undefined in spreads w/strictNullChecks 2017-05-18 13:57:24 -07:00
harness Remove 'isDeclarationFile()' function, use '.isDeclarationFile' 2017-05-17 08:12:23 -07:00
lib Adds definitions for the es2017 Atomics global object 2017-05-10 17:19:26 -07:00
server Add insertSpaceAfterTypeAssertion to the server protocol 2017-05-12 14:48:13 -07:00
services Merge branch 'master' into literalEnumTypes 2017-05-17 11:59:12 -07:00
tsconfig-base.json Remove vestiges of WScript support (Issue #14414) 2017-03-10 07:10:58 -08:00