Skip to content

Commit 13351db

Browse files
author
Andy Hanson
committed
Merge branch 'master' into exportsincompletionlist4
2 parents 5da1595 + 769d202 commit 13351db

File tree

295 files changed

+29095
-17759
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

295 files changed

+29095
-17759
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,4 @@ internal/
5858
!tests/baselines/reference/project/nodeModules*/**/*
5959
.idea
6060
yarn.lock
61-
package-lock.json
6261
.parallelperf.*

.mailmap

+12-1
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,15 @@ Francois Wouts <[email protected]>
276276
Jan Melcher <[email protected]> Jan Melcher <[email protected]>
277277
Matt Mitchell <[email protected]>
278278
Maxwell Paul Brickner <[email protected]>
279-
Tycho Grouwstra <[email protected]>
279+
Tycho Grouwstra <[email protected]>
280+
Adrian Leonhard <[email protected]>
281+
Alex Chugaev <[email protected]>
282+
Henry Mercer <[email protected]>
283+
Ivan Enderlin <[email protected]>
284+
Joe Calzaretta <[email protected]>
285+
Magnus Kulke <[email protected]>
286+
Stas Vilchik <[email protected]>
287+
Taras Mankovski <[email protected]>
288+
Thomas den Hollander <[email protected]>
289+
Vakhurin Sergey <[email protected]>
290+
Zeeshan Ahmed <[email protected]>

AUTHORS.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ TypeScript is authored by:
33
* Abubaker Bashir
44
* Adam Freidin
55
* Adi Dahiya
6+
* Adrian Leonhard
67
* Ahmad Farid
78
* Akshar Patel
9+
* Alex Chugaev
810
* Alex Eagle
911
* Alexander Kuvaev
1012
* Alexander Rusakov
@@ -105,13 +107,15 @@ TypeScript is authored by:
105107
* Halasi Tamás
106108
* Harald Niesche
107109
* Hendrik Liebau
110+
* Henry Mercer
108111
* Herrington Darkholme
109112
* Homa Wong
110113
* Iain Monro
111114
* Igor Novozhilov
112115
* Ika
113116
* Ingvar Stepanyan
114117
* Isiah Meadows
118+
* Ivan Enderlin
115119
* Ivo Gabe de Wolff
116120
* Iwata Hidetaka
117121
* Jakub Młokosiewicz
@@ -127,6 +131,7 @@ TypeScript is authored by:
127131
* Jeffrey Morlan
128132
* Jesse Schalken
129133
* Jiri Tobisek
134+
* Joe Calzaretta
130135
* Joe Chung
131136
* Joel Day
132137
* Joey Wilson
@@ -161,6 +166,7 @@ TypeScript is authored by:
161166
* Lucien Greathouse
162167
* Lukas Elmer
163168
* Magnus Hiie
169+
* Magnus Kulke
164170
* Manish Giri
165171
* Marin Marinov
166172
* Marius Schulz
@@ -232,13 +238,16 @@ TypeScript is authored by:
232238
* Soo Jae Hwang
233239
* Stan Thomas
234240
* Stanislav Sysoev
241+
* Stas Vilchik
235242
* Steve Lucco
236243
* Sudheesh Singanamalla
237244
* Sébastien Arod
238245
* @T18970237136
239246
* @t_
247+
* Taras Mankovski
240248
* Tarik Ozket
241249
* Tetsuharu Ohzeki
250+
* Thomas den Hollander
242251
* Thomas Loubiou
243252
* Tien Hoanhtien
244253
* Tim Lancina
@@ -253,6 +262,7 @@ TypeScript is authored by:
253262
* TruongSinh Tran-Nguyen
254263
* Tycho Grouwstra
255264
* Vadi Taslim
265+
* Vakhurin Sergey
256266
* Vidar Tonaas Fauske
257267
* Viktor Zozulyak
258268
* Vilic Vane
@@ -263,5 +273,6 @@ TypeScript is authored by:
263273
* York Yao
264274
* @yortus
265275
* Yuichi Nukiyama
276+
* Zeeshan Ahmed
266277
* Zev Spitz
267278
* Zhengbo Li

issue_template.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript -->
33
<!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md -->
44

5-
**TypeScript Version:** 2.4.0 / nightly (2.5.0-dev.201xxxxx)
5+
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
6+
**TypeScript Version:** 2.6.0-dev.201xxxxx
67

78
**Code**
89

0 commit comments

Comments
 (0)