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 |
|
Nathan Shively-Sanders
|
f15a7a3bac
|
Test:instanceof allows callable/constructable RHS
|
2016-12-07 13:16:23 -08:00 |
|
Nathan Shively-Sanders
|
06b3ea9838
|
instanceof RHS must be any, callable/constructable or Function subtype
Also includes a fast-path for null and undefined even though they are
technically Function subtypes.
|
2016-12-07 13:14:00 -08:00 |
|
Andy Hanson
|
39040f6154
|
Provide better error message
|
2016-12-07 13:13:21 -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 |
|
Arthur Ozga
|
c511aea581
|
Add Support for multiple signatures
|
2016-12-06 19:46:08 -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 |
|
Anders Hejlsberg
|
d3ea738f8f
|
Accept new baselines
|
2016-12-06 14:46:16 -08:00 |
|
Anders Hejlsberg
|
d7908d19be
|
Add tests
|
2016-12-06 14:42:08 -08:00 |
|
Anders Hejlsberg
|
671f7a8dae
|
Defer indexed access T[K] where T is generic and K is non-generic
|
2016-12-06 14:41:38 -08:00 |
|
Mohamed Hegazy
|
3d2a553994
|
Add empty types list to tsconfig.json
|
2016-12-06 13:39:24 -08:00 |
|
Mohamed Hegazy
|
7b102960cc
|
Add authors from https://github.com/Microsoft/TSJS-lib-generator/blob/master/AUTHORS.md
|
2016-12-06 13:14:22 -08:00 |
|
Mohamed Hegazy
|
3db14216c5
|
Update authors
|
2016-12-06 13:14:17 -08:00 |
|
Nathan Shively-Sanders
|
77b6482936
|
Add baselines for new tests
|
2016-12-06 13:06:26 -08:00 |
|
Nathan Shively-Sanders
|
4efa61cf80
|
More tests for binding elements referencing previous elements
|
2016-12-06 13:05:52 -08:00 |
|
Nathan Shively-Sanders
|
72a1e85cd7
|
Check binding initialisers in parameters as well
|
2016-12-06 13:04:45 -08:00 |
|
Sheetal Nandi
|
2a65f5ba09
|
Merge pull request #12691 from Microsoft/displayPartKind
Write property name of destructuring pattern explicitly when writing symbol display for binding element
|
2016-12-06 12:48:57 -08:00 |
|
Nathan Shively-Sanders
|
92f2721b46
|
Binding initialisers can refer to previous elements
|
2016-12-06 11:48:14 -08:00 |
|
Sheetal Nandi
|
7d049c2742
|
Write property name of destructuring pattern explicitly
There wont be any symbol for the property name but we already know it is a property name
Fixes #12166
|
2016-12-06 11:42:44 -08:00 |
|
Ron Buckton
|
847b42d7ba
|
Merge pull request #12690 from Microsoft/fix12669
Add error for super property before super
|
2016-12-06 11:27:09 -08:00 |
|
Ron Buckton
|
e8024e4266
|
Updated baseline
|
2016-12-06 11:19:27 -08:00 |
|
Ron Buckton
|
9336886fc2
|
Added more specific diagnostic message
|
2016-12-06 10:57:52 -08:00 |
|
Ron Buckton
|
f89156bf55
|
Add error for super property before super
|
2016-12-06 10:47:02 -08:00 |
|
Nathan Shively-Sanders
|
8f2d531907
|
Merge pull request #12680 from aluanhaddad/12678
Add ReadonlyArray<T>.includes to es2016.array.include.d.ts
|
2016-12-06 07:50:34 -08:00 |
|
Nathan Shively-Sanders
|
7a9c11c72b
|
Test:destructuring array initialisers refer to previous elements
|
2016-12-05 16:27:59 -08:00 |
|
Aluan Haddad
|
ee0894339d
|
Add ReadonlyArray<T>.includes to es2016.array.include.d.ts
|
2016-12-05 18:25:45 -05:00 |
|
Arthur Ozga
|
f0c771303d
|
implement getters/setters as property
|
2016-12-05 14:52:08 -08:00 |
|
Arthur Ozga
|
0c1772b7e0
|
Merge branch 'interfaceFixes' of https://github.com/Microsoft/TypeScript into interfaceFixes
|
2016-12-05 14:06:02 -08:00 |
|
Arthur Ozga
|
8134d64a16
|
Merge branch 'master' into interfaceFixes
|
2016-12-05 13:49:23 -08:00 |
|
Vladimir Matveev
|
225d6d6aef
|
use XDG base directory compatible cache location (#12676)
* use XDG base directory compatible cache location
* use ~/Library/Caches on darwin
|
2016-12-05 13:40:56 -08:00 |
|
Ron Buckton
|
b195ef8ec5
|
Updated baselines
|
2016-12-05 13:13:50 -08:00 |
|
Ron Buckton
|
8434fdef2d
|
Improve SourceMap emit for down-level async functions
|
2016-12-05 12:30:14 -08:00 |
|
Nathan Shively-Sanders
|
b321d50170
|
Sub-subclasses can access protected constructor
|
2016-12-05 12:29:03 -08:00 |
|
Nathan Shively-Sanders
|
e3fb305d5a
|
Test that sub-subclass can access protected ctor
|
2016-12-05 12:24:31 -08:00 |
|
Andy Hanson
|
7beeb77201
|
Update baseline
|
2016-12-05 10:58:47 -08:00 |
|
Andy Hanson
|
157a9b02fc
|
Properly determine whether an augmentation is a ValueModule or NamespaceModule
|
2016-12-05 10:43:40 -08:00 |
|
Nathan Shively-Sanders
|
fe3ed12a20
|
Update tests and baselines
|
2016-12-05 09:58:33 -08:00 |
|
Nathan Shively-Sanders
|
a90d63a414
|
Add tests for property access w/string index sigs
|
2016-12-05 09:58:09 -08:00 |
|