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 |
|
Andy Hanson
|
8dbb8e7bf6
|
Add comment
|
2016-12-08 08:34:56 -08:00 |
|
Andy Hanson
|
8121de74d4
|
Fix target error for gulp
|
2016-12-08 08:33:58 -08:00 |
|
Andy Hanson
|
863e4d6fa0
|
Clean up helpers
|
2016-12-08 08:00:10 -08:00 |
|
Andy Hanson
|
b15ffda7f6
|
Simplify forEachKeyInMap and someKeyInMap
|
2016-12-08 06:55:49 -08:00 |
|
Anders Hejlsberg
|
311bb3b2da
|
Add circularity tests
|
2016-12-08 06:53:29 -08:00 |
|
Andy Hanson
|
6b1cc8972d
|
Use native maps when they're available
|
2016-12-08 06:40:31 -08:00 |
|
Anders Hejlsberg
|
ca2768caf6
|
Property report circularity errors in indexed access types
|
2016-12-08 06:40:02 -08:00 |
|
vvakame
|
c09a8c91a2
|
address review comment
|
2016-12-08 23:33:06 +09:00 |
|
Andy
|
2166364f83
|
Merge pull request #12721 from Microsoft/stringify_shim
Remove JSON.stringify shim
|
2016-12-08 06:32:22 -08:00 |
|
vvakame
|
074f2b7636
|
catch up
|
2016-12-08 23:02:59 +09:00 |
|
vvakame
|
5e57507e66
|
Merge branch 'master' into modify-extends
|
2016-12-08 22:55:20 +09: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 |
|
Arthur Ozga
|
c22e47d26d
|
add test for computed literals
|
2016-12-07 17:12:42 -08:00 |
|
Arthur Ozga
|
5cd0ea3741
|
handle well-known computed property/method names
|
2016-12-07 17:00:20 -08:00 |
|
Nathan Shively-Sanders
|
bb9b6819b3
|
Merge branch 'master' into add-undefined-to-default-valued-parameters
|
2016-12-07 16:12:25 -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 |
|
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 |
|