Commit Graph

23471 Commits

Author SHA1 Message Date
Mohamed Hegazy 23ec976719 Merge pull request #12591 from chicoxyzzy/add_node6_to_ci
Add node6 to ci
2016-12-12 09:57:42 -08:00
Andy Hanson b53b5cf4ab Remove the "set" function and use map.set with multiple lines of code if necessary. 2016-12-12 08:42:12 -08:00
Andy Hanson 5c304d0d0f Remove createObject; use Object.create directly. 2016-12-12 08:15:55 -08:00
Andy Hanson 55fc62bc45 Merge branch 'master' into map5 2016-12-12 07:50:09 -08:00
Andy Hanson 83eddb549e Produce an error for an augmentation of an untyped module even if moduleNotFoundError is not defined 2016-12-12 07:36:54 -08:00
Arthur Ozga ad011108e6 Consolidate Tests 2016-12-11 22:07:49 -08:00
Arthur Ozga 1ba6c8605b Merge branch 'master' into interfaceFixes 2016-12-11 21:51:29 -08:00
Arthur Ozga 469745b181 Synthetic signature uses existing parameter names 2016-12-11 21:50:46 -08:00
Anders Hejlsberg 4898b9e5d1 Accept new baselines 2016-12-11 17:44:38 -08:00
Anders Hejlsberg cedc53eb27 Add more tests 2016-12-11 17:44:29 -08:00
Anders Hejlsberg 52291762d7 Additional tweak to mapped type property modifier propagation 2016-12-11 17:43:46 -08:00
Anders Hejlsberg 7c5c664a1c Merge pull request #12826 from Microsoft/mappedTypeModifiers2
Improve propagation of modifiers in mapped types
2016-12-10 15:16:05 -08:00
Anders Hejlsberg 57cb4aceb7 Merge pull request #12770 from Microsoft/deferIndexedAccess
Defer indexed access T[K] with non-generic K
2016-12-10 15:15:39 -08:00
Anders Hejlsberg 7fdfcf11cd Add test to verify use of Pick<T, K> with setState 2016-12-10 10:15:18 -08:00
Anders Hejlsberg 00f7d85a62 Accept new baselines 2016-12-10 10:04:55 -08:00
Anders Hejlsberg 7e974fadb6 Modify tests 2016-12-10 10:04:49 -08:00
Anders Hejlsberg 33b512548e Pick<T, K> and similar mapped types propagate modifiers from T 2016-12-10 10:04:30 -08:00
Kagami Sascha Rosylight 3202d59268 Merge remote-tracking branch 'refs/remotes/Microsoft/master' 2016-12-10 17:53:29 +09:00
jramsay f27fe0d781 Merge pull request #12153 from Microsoft/tsconfigMixedContentSupport
Adding tsconfig.json mixed content (script block) support
2016-12-09 17:03:21 -08:00
Jason Ramsay c40508cf1c getSupportedExtensions optimization to reduce allocations 2016-12-09 16:25:09 -08:00
Jason Ramsay 5829ca82d0 use localUse local updatedFileNames - this way we'll know that set of names is definitely cleared 2016-12-09 14:44:08 -08:00
Jason Ramsay 30bd84174a Merge branch 'master' into tsconfigMixedContentSupport 2016-12-09 14:24:32 -08:00
Vladimir Matveev 798d080df1 mark containing project as dirty when file is closed (#12789)
* mark containing project as dirty when file is closed

* remove debugger statement
2016-12-09 14:21:56 -08:00
Jason Ramsay 05160cae8e Rename fileExtensionMap: fileExtensionMapItem[] to extraFileExtensions: FileExtensionInfo[] 2016-12-09 13:36:43 -08:00
Arthur Ozga d724517110 Merge branch 'master' into interfaceFixes 2016-12-09 13:28:05 -08:00
Arthur Ozga b9ae36cfbe Simplify index signature generation 2016-12-09 13:25:58 -08:00
Jason Ramsay 5f46e488b7 Mark containing project as dirty when file is closed
(Note: adding this until PR #12789 is merged in so that unit tests pass)
2016-12-09 11:12:00 -08:00
Jason Ramsay 4cb5a36cb4 Merge branch 'master' into tsconfigMixedContentSupport 2016-12-09 10:58:33 -08:00
Nathan Shively-Sanders 809706ba00 Test self-assignment w/array spread in loop 2016-12-09 10:52:49 -08:00
Nathan Shively-Sanders a52805f641 Use checkExpression in checkSpreadExpression
Not checkExpressionCached. checkExpressionCached ignores ongoing control
flow analysis, which causes the following loop to make the compiler
recur infinitely:

```ts
let a = []
for (const x of []) {
    a = [...a]
}
```
2016-12-09 10:50:14 -08:00
Arthur Ozga 1338b94b2c Simplify rest parameter handling 2016-12-09 10:48:17 -08:00
Sheetal Nandi a2fb5f9ce8 Merge pull request #12778 from Microsoft/unusedLocalsAndObjectSpread
Do not report unused local error on locals that are intended for removing properties with object spread
2016-12-09 09:28:54 -08:00
Arthur Ozga 5e48e339dd cleanup 2016-12-08 18:34:49 -08:00
Arthur Ozga 819a654bb3 Add tests and fix rest parameters 2016-12-08 18:34:35 -08:00
Ron Buckton c0a73b2ed8 Revert changes to core.ts 2016-12-08 18:27:49 -08:00
Jason Ramsay d52894302a Changes due to CR comments 2016-12-08 17:56:08 -08:00
Ron Buckton 6a1ccd8de4 Adds support for new.target 2016-12-08 17:31:18 -08:00
Arthur Ozga 97b3d7a9ef make index signature fix work with generics 2016-12-08 17:19:19 -08:00
Ron Buckton 00abd7e28b Fix paramtypes metadata emit 2016-12-08 17:04:37 -08:00
Arthur Ozga 2f51b363bf add missing index signature support 2016-12-08 16:34:15 -08:00
Vladimir Matveev 7da3383504 do not use ScriptVersionCache for closed files (#12777) 2016-12-08 16:17:42 -08:00
Arthur Ozga c1a41b9f3c Expose indexSignaturePrinting 2016-12-08 15:40:35 -08:00
Ron Buckton 25c7caaef9 Simplify es2015 visitor, replace function tracking with flags 2016-12-08 15:30:12 -08:00
Sheetal Nandi 81452c544a Do not report unused local error on locals that are intended for removing properties with object spread
Fixes #12766
2016-12-08 15:12:35 -08:00
anubmat 9dd769dc3c Merge pull request #12741 from Microsoft/allowBracketCompletionInComments
Allow brace completion in comments
2016-12-08 14:37:11 -08:00
Sheetal Nandi 9505a18894 Add tests when object spread is used in destructuring 2016-12-08 14:35:35 -08:00
Ron Buckton 09761b5f07 Fix error on extends in declaration file with importHelpers 2016-12-08 13:43:32 -08:00
anubmat 07ce4bd2e3 Merge pull request #12722 from Microsoft/correctCommentsScaffolding
Add parameters' type information in JSDoc comments scaffolding
2016-12-08 11:37:15 -08:00
Nathan Shively-Sanders 96c14de26a More tests:default-valued parameter+strictNullChecks 2016-12-08 10:25:21 -08:00
Anubha Mathur 7073b3513b removing unneccessary comments 2016-12-08 10:07:11 -08:00