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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Jason Ramsay
|
d52894302a
|
Changes due to CR comments
|
2016-12-08 17:56:08 -08:00 |
|
Vladimir Matveev
|
7da3383504
|
do not use ScriptVersionCache for closed files (#12777)
|
2016-12-08 16:17:42 -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 |
|
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 |
|
Anubha Mathur
|
7073b3513b
|
removing unneccessary comments
|
2016-12-08 10:07:11 -08:00 |
|
Anubha Mathur
|
ca87eedc07
|
Merge remote-tracking branch 'origin/master' into correctCommentsScaffolding
|
2016-12-08 10:05:54 -08:00 |
|
Anders Hejlsberg
|
29f6e7ff12
|
Merge branch 'master' into deferIndexedAccess
# Conflicts:
# src/compiler/checker.ts
# tests/baselines/reference/keyofAndIndexedAccess.js
# tests/baselines/reference/keyofAndIndexedAccess.symbols
# tests/baselines/reference/keyofAndIndexedAccess.types
# tests/cases/conformance/types/keyof/keyofAndIndexedAccess.ts
|
2016-12-08 09:53:56 -08:00 |
|
Nathan Shively-Sanders
|
f79fca7087
|
Merge pull request #12675 from Microsoft/subsubclass-can-access-protected-constructor
Subsubclass can access protected constructor
|
2016-12-08 08:58:58 -08:00 |
|
Anders Hejlsberg
|
311bb3b2da
|
Add circularity tests
|
2016-12-08 06:53:29 -08:00 |
|
Anders Hejlsberg
|
ca2768caf6
|
Property report circularity errors in indexed access types
|
2016-12-08 06:40:02 -08:00 |
|
Andy
|
2166364f83
|
Merge pull request #12721 from Microsoft/stringify_shim
Remove JSON.stringify shim
|
2016-12-08 06:32:22 -08:00 |
|
Ron Buckton
|
91f0194e6a
|
Merge pull request #12743 from Microsoft/fix12737
Fix await for inherited promise
|
2016-12-07 17:38:47 -08:00 |
|
Mohamed Hegazy
|
da4d41ff21
|
Merge pull request #12740 from Microsoft/fix12727
Fix decorator emit for accessors
|
2016-12-07 17:18:58 -08:00 |
|
Ron Buckton
|
8dcbea9675
|
Fix await for inherited promise
|
2016-12-07 17:17:17 -08:00 |
|
Anubha Mathur
|
cb0beb8343
|
Merge remote-tracking branch 'origin/master' into allowBracketCompletionInComments
|
2016-12-07 16:02:18 -08:00 |
|
Anubha Mathur
|
31dde97bbd
|
Allowing brace completion inside comments in JS and TS files
|
2016-12-07 15:58:05 -08:00 |
|
Ron Buckton
|
7eca4bc9be
|
Fix decorator emit for accessors
|
2016-12-07 15:48:23 -08:00 |
|
Jason Ramsay
|
7a11453e35
|
Fix merge issues
|
2016-12-07 15:45:41 -08:00 |
|
Andy
|
b0bbbcbe07
|
Merge pull request #12730 from Microsoft/memberList_to_completionList
Use "completionList" methods instead of "memberList" ones, since they're identical
|
2016-12-07 15:34:32 -08:00 |
|
Jason Ramsay
|
1c3689edef
|
Merge branch 'master' into tsconfigMixedContentSupportRedux
|
2016-12-07 15:33:42 -08:00 |
|
Jason Ramsay
|
64dad30ca0
|
Reduced version from CR comments
|
2016-12-07 15:31:46 -08:00 |
|
Andy
|
420d6a2c24
|
Merge pull request #12732 from Microsoft/remove_debug_statements
Remove debug statement
|
2016-12-07 14:30:38 -08:00 |
|
Andy Hanson
|
6d37a60445
|
Remove debug statement
|
2016-12-07 14:07:35 -08:00 |
|
Andy Hanson
|
9f20077914
|
Use "completionList" methods instead of "memberList" ones, since they're identical
|
2016-12-07 13:36:11 -08:00 |
|
Andy Hanson
|
85545d9fe8
|
Remove JSON.stringify shim
|
2016-12-07 11:34:19 -08:00 |
|
Anubha Mathur
|
081c692197
|
replacing let with const
|
2016-12-07 11:14:24 -08:00 |
|
Anubha Mathur
|
27f72eb5cf
|
Merge remote-tracking branch 'origin/master' into correctCommentsScaffolding
|
2016-12-07 09:21:11 -08:00 |
|
Andy
|
7b1fc21460
|
Merge pull request #12708 from Microsoft/convert_json_option
Reuse code from convertJsonOptionOfCustomType
|
2016-12-07 08:58:25 -08:00 |
|
Andy Hanson
|
efa8c4171b
|
Reuse code from convertJsonOptionOfCustomType
|
2016-12-07 08:19:47 -08:00 |
|
Anubha Mathur
|
942c3c6d77
|
Merge remote-tracking branch 'origin/master' into correctCommentsScaffolding
|
2016-12-06 17:45:49 -08:00 |
|
Vladimir Matveev
|
c1ec7eff08
|
remove projects that were no present in the input list in openExternalProjects (#12699)
remove projects that were no present in the input list in openExternalProjects
|
2016-12-06 16:44:46 -08:00 |
|
Mohamed Hegazy
|
4e9bc69727
|
Merge pull request #12695 from Microsoft/AddEmptyTypes
Add empty `types` list to tsconfig.json
|
2016-12-06 15:12:09 -08:00 |
|