Skip to content

Commit 25edf4c

Browse files
Merged with master
2 parents e6c676e + fce3d9f commit 25edf4c

File tree

5,070 files changed

+72263
-106327
lines changed

Some content is hidden

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

5,070 files changed

+72263
-106327
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Please fill in the *entire* template below.
1616
-->
1717

1818
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
19-
**TypeScript Version:** 3.0.0-dev.201xxxxx
19+
**TypeScript Version:** 3.1.0-dev.201xxxxx
2020

2121
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
22-
**Search Terms:**
22+
**Search Terms:**
2323

2424
**Code**
2525

@@ -32,6 +32,6 @@ Please fill in the *entire* template below.
3232

3333
**Actual behavior:**
3434

35-
**Playground Link:** <!-- A link to a TypeScript Playground "Share" link which demonstrates this behavior -->
35+
**Playground Link:** <!-- A link to a TypeScript Playground "Share" link which demonstrates this behavior -->
3636

3737
**Related Issues:** <!-- Did you find other bugs that looked similar? -->

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ tests/cases/user/*/**/*.d.ts
7474
!tests/cases/user/bignumber.js/
7575
!tests/cases/user/discord.js/
7676
tests/baselines/reference/dt
77-
.failed-tests
77+
.failed-tests
78+
TEST-results.xml

.mailmap

+20-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Rostislav Galimsky <[email protected]>
163163
Richard Knoll <[email protected]> Richard Knoll <[email protected]>
164164
Richard Karmazín <[email protected]>
165165
Rowan Wyborn <[email protected]>
166-
Ryan Cavanaugh <[email protected]> Ryan Cavanaugh <[email protected]> Ryan Cavanaugh <[email protected]>
166+
Ryan Cavanaugh <[email protected]> Ryan Cavanaugh <[email protected]> Ryan Cavanaugh <[email protected]> Ryan Cavanaugh <[email protected]>
167167
Ryohei Ikegami <[email protected]>
168168
Sarangan Rajamanickam <[email protected]>
169169
Sébastien Arod <[email protected]>
@@ -340,4 +340,22 @@ EcoleKeine <[email protected]> # Ecole Keine
340340
341341
rhysd <[email protected]> # @rhysd
342342
Zen <[email protected]> Zzzen <[email protected]> # @Zzzen
343-
bluelovers <[email protected]> # @bluelovers
343+
bluelovers <[email protected]> # @bluelovers
344+
Dan Freeman <[email protected]>
345+
David Sherret <[email protected]>
346+
David Staheli <[email protected]>
347+
Elizabeth Dinella <[email protected]>
348+
349+
Kevin Gibbons <[email protected]>
350+
Markus Johnsson <[email protected]>
351+
Martin Probst <[email protected]>
352+
Mateusz Burzyński <[email protected]>
353+
Steven <[email protected]> # @styfle
354+
Pi Lanningham <[email protected]>
355+
Sam Bostock <[email protected]>
356+
Vimal Raghubir <[email protected]>
357+
Vyacheslav Pukhanov <[email protected]>
358+
dangoo <[email protected]> # Daniel Gooss
359+
krk <[email protected]> # Kerem Kat
360+
micnic <[email protected]> # Nicu Micleușanu
361+
rflorian <[email protected]> # @rflorian

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ Jakefile.js
1919
.circleci
2020
.vscode/
2121
.parallelperf.json
22+
.mailmap
2223
test.config
2324
package-lock.json
2425
yarn.lock
2526
.github/
2627
CONTRIBUTING.md
28+
TEST-results.xml

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ branches:
1919
- release-2.7
2020
- release-2.8
2121
- release-2.9
22+
- release-3.0
2223

2324
install:
2425
- npm uninstall typescript --no-save

AUTHORS.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,19 @@ TypeScript is authored by:
7474
* Dafrok Zhang
7575
* Dahan Gong
7676
* Dan Corder
77+
* Dan Freeman
7778
* Dan Quirk
79+
* Daniel Gooss
7880
* Daniel Hollocher
7981
* Daniel Król
8082
* Daniel Lehenbauer
8183
* Daniel Rosenwasser
8284
* David Kmenta
8385
* David Li
8486
* David Sheldrick
87+
* David Sherret
8588
* David Souther
89+
* David Staheli
8690
* Denis Nedelyaev
8791
* Derek P Sifford
8892
* Dhruv Rajvanshi
@@ -96,6 +100,7 @@ TypeScript is authored by:
96100
* @e-cloud
97101
* Ecole Keine
98102
* Elisée Maurer
103+
* Elizabeth Dinella
99104
* Emilio García-Pumarino
100105
* Eric Grube
101106
* Eric Tsang
@@ -161,6 +166,7 @@ TypeScript is authored by:
161166
* Joel Day
162167
* Joey Wilson
163168
* Johannes Rieken
169+
* John Doe
164170
* John Vilk
165171
* Jonathan Bond-Caron
166172
* Jonathan Park
@@ -184,7 +190,9 @@ TypeScript is authored by:
184190
* Keith Mashinter
185191
* Ken Howard
186192
* Kenji Imamula
193+
* Kerem Kat
187194
* Kevin Donnelly
195+
* Kevin Gibbons
188196
* Kevin Lang
189197
* Khải
190198
* Kitson Kelly
@@ -201,10 +209,13 @@ TypeScript is authored by:
201209
* Manish Giri
202210
* Marin Marinov
203211
* Marius Schulz
212+
* Markus Johnsson
204213
* Martin Hiller
214+
* Martin Probst
205215
* Martin Vseticka
206216
* Martyn Janes
207217
* Masahiro Wakame
218+
* Mateusz Burzyński
208219
* Matt Bierner
209220
* Matt McCutchen
210221
* Matt Mitchell
@@ -223,10 +234,10 @@ TypeScript is authored by:
223234
* Mohamed Hegazy
224235
* Mohsen Azimi
225236
* Myles Megyesi
226-
* Natalie Coley
227237
* Nathan Shively-Sanders
228238
* Nathan Yee
229239
* Nicolas Henry
240+
* Nicu Micleușanu
230241
* @nieltg
231242
* Nima Zahedi
232243
* Noah Chen
@@ -248,6 +259,7 @@ TypeScript is authored by:
248259
* Peter Burns
249260
* Philip Bulley
250261
* Philippe Voinov
262+
* Pi Lanningham
251263
* Piero Cangianiello
252264
* @piloopin
253265
* Prayag Verma
@@ -270,6 +282,7 @@ TypeScript is authored by:
270282
* Rowan Wyborn
271283
* Ryan Cavanaugh
272284
* Ryohei Ikegami
285+
* Sam Bostock
273286
* Sam El-Husseini
274287
* Sarangan Rajamanickam
275288
* Sean Barag
@@ -290,6 +303,7 @@ TypeScript is authored by:
290303
* Stas Vilchik
291304
* Stephan Ginthör
292305
* Steve Lucco
306+
* @styfle
293307
* Sudheesh Singanamalla
294308
* Sébastien Arod
295309
* @T18970237136
@@ -316,8 +330,10 @@ TypeScript is authored by:
316330
* Vidar Tonaas Fauske
317331
* Viktor Zozulyak
318332
* Vilic Vane
333+
* Vimal Raghubir
319334
* Vladimir Kurchatkin
320335
* Vladimir Matveev
336+
* Vyacheslav Pukhanov
321337
* Wenlu Wang
322338
* Wesley Wigham
323339
* William Orr

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Design changes will not be accepted at this time. If you have a design change pr
6161

6262
You will need to complete a Contributor License Agreement (CLA). Briefly, this agreement testifies that you are granting us permission to use the submitted change according to the terms of the project's license, and that the work being submitted is under appropriate copyright.
6363

64-
Please submit a Contributor License Agreement (CLA) before submitting a pull request. You may visit https://cla.microsoft.com to sign digitally. Alternatively, download the agreement ([Microsoft Contribution License Agreement.docx](https://www.codeplex.com/Download?ProjectName=typescript&DownloadId=822190) or [Microsoft Contribution License Agreement.pdf](https://www.codeplex.com/Download?ProjectName=typescript&DownloadId=921298)), sign, scan, and email it back to <[email protected]>. Be sure to include your github user name along with the agreement. Once we have received the signed CLA, we'll review the request.
64+
Please submit a Contributor License Agreement (CLA) before submitting a pull request. You may visit https://cla.microsoft.com to sign digitally. Alternatively, download the agreement ([Microsoft Contribution License Agreement.pdf](https://opensource.microsoft.com/pdf/microsoft-contribution-license-agreement.pdf)), sign, scan, and email it back to <[email protected]>. Be sure to include your github user name along with the agreement. Once we have received the signed CLA, we'll review the request.
6565

6666
## Housekeeping
6767

0 commit comments

Comments
 (0)