Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master 12/12 #12864

Merged
merged 88 commits into from
Dec 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
da7f824
tsconfig.json mixed content support
jramsay Nov 10, 2016
c970c78
Add parameter type in function support comments for JS files
anubmat Nov 16, 2016
7dd30db
tsconfig.json mixed content support
jramsay Nov 10, 2016
891173c
Merge branch 'master' into tsconfigMixedContentSupport
jramsay Nov 19, 2016
464bc0e
Merge branch 'master' into tsconfigMixedContentSupportRedux
jramsay Nov 19, 2016
12971d2
Merge branch 'tsconfigMixedContentSupportRedux' into tsconfigMixedCon…
jramsay Nov 19, 2016
41057d3
Add Node.js 6 LTS to CI
chicoxyzzy Nov 30, 2016
1c2ad3e
Drop unmaintained versions of Node.js from package.json
chicoxyzzy Nov 30, 2016
e3fb305
Test that sub-subclass can access protected ctor
sandersn Dec 5, 2016
b321d50
Sub-subclasses can access protected constructor
sandersn Dec 5, 2016
225d6d6
use XDG base directory compatible cache location (#12676)
vladima Dec 5, 2016
ee08943
Add ReadonlyArray<T>.includes to es2016.array.include.d.ts
aluanhaddad Dec 5, 2016
8f2d531
Merge pull request #12680 from aluanhaddad/12678
sandersn Dec 6, 2016
f89156b
Add error for super property before super
rbuckton Dec 6, 2016
9336886
Added more specific diagnostic message
rbuckton Dec 6, 2016
e8024e4
Updated baseline
rbuckton Dec 6, 2016
847b42d
Merge pull request #12690 from Microsoft/fix12669
rbuckton Dec 6, 2016
7d049c2
Write property name of destructuring pattern explicitly
sheetalkamat Dec 6, 2016
2a65f5b
Merge pull request #12691 from Microsoft/displayPartKind
sheetalkamat Dec 6, 2016
3db1421
Update authors
mhegazy Dec 6, 2016
7b10296
Add authors from https://github.com/Microsoft/TSJS-lib-generator/blob…
mhegazy Dec 6, 2016
3d2a553
Add empty `types` list to tsconfig.json
mhegazy Dec 6, 2016
671f7a8
Defer indexed access T[K] where T is generic and K is non-generic
ahejlsberg Dec 6, 2016
d7908d1
Add tests
ahejlsberg Dec 6, 2016
d3ea738
Accept new baselines
ahejlsberg Dec 6, 2016
4e9bc69
Merge pull request #12695 from Microsoft/AddEmptyTypes
mhegazy Dec 6, 2016
c1ec7ef
remove projects that were no present in the input list in openExterna…
vladima Dec 7, 2016
942c3c6
Merge remote-tracking branch 'origin/master' into correctCommentsScaf…
anubmat Dec 7, 2016
efa8c41
Reuse code from convertJsonOptionOfCustomType
Dec 7, 2016
7b1fc21
Merge pull request #12708 from Microsoft/convert_json_option
Dec 7, 2016
27f72eb
Merge remote-tracking branch 'origin/master' into correctCommentsScaf…
anubmat Dec 7, 2016
081c692
replacing let with const
anubmat Dec 7, 2016
85545d9
Remove JSON.stringify shim
Dec 7, 2016
9f20077
Use "completionList" methods instead of "memberList" ones, since they…
Dec 7, 2016
6d37a60
Remove debug statement
Dec 7, 2016
420d6a2
Merge pull request #12732 from Microsoft/remove_debug_statements
Dec 7, 2016
64dad30
Reduced version from CR comments
jramsay Dec 7, 2016
1c3689e
Merge branch 'master' into tsconfigMixedContentSupportRedux
jramsay Dec 7, 2016
b0bbbcb
Merge pull request #12730 from Microsoft/memberList_to_completionList
Dec 7, 2016
7a11453
Fix merge issues
jramsay Dec 7, 2016
7eca4bc
Fix decorator emit for accessors
rbuckton Dec 7, 2016
31dde97
Allowing brace completion inside comments in JS and TS files
anubmat Dec 7, 2016
cb0beb8
Merge remote-tracking branch 'origin/master' into allowBracketComplet…
anubmat Dec 8, 2016
8dcbea9
Fix await for inherited promise
rbuckton Dec 8, 2016
da4d41f
Merge pull request #12740 from Microsoft/fix12727
mhegazy Dec 8, 2016
91f0194
Merge pull request #12743 from Microsoft/fix12737
rbuckton Dec 8, 2016
2166364
Merge pull request #12721 from Microsoft/stringify_shim
Dec 8, 2016
ca2768c
Property report circularity errors in indexed access types
ahejlsberg Dec 8, 2016
311bb3b
Add circularity tests
ahejlsberg Dec 8, 2016
f79fca7
Merge pull request #12675 from Microsoft/subsubclass-can-access-prote…
sandersn Dec 8, 2016
29f6e7f
Merge branch 'master' into deferIndexedAccess
ahejlsberg Dec 8, 2016
ca87eed
Merge remote-tracking branch 'origin/master' into correctCommentsScaf…
anubmat Dec 8, 2016
7073b35
removing unneccessary comments
anubmat Dec 8, 2016
07ce4bd
Merge pull request #12722 from Microsoft/correctCommentsScaffolding
anubmat Dec 8, 2016
9505a18
Add tests when object spread is used in destructuring
sheetalkamat Dec 8, 2016
9dd769d
Merge pull request #12741 from Microsoft/allowBracketCompletionInComm…
anubmat Dec 8, 2016
81452c5
Do not report unused local error on locals that are intended for remo…
sheetalkamat Dec 8, 2016
7da3383
do not use ScriptVersionCache for closed files (#12777)
vladima Dec 9, 2016
d528943
Changes due to CR comments
jramsay Dec 9, 2016
a2fb5f9
Merge pull request #12778 from Microsoft/unusedLocalsAndObjectSpread
sheetalkamat Dec 9, 2016
a52805f
Use checkExpression in checkSpreadExpression
sandersn Dec 9, 2016
809706b
Test self-assignment w/array spread in loop
sandersn Dec 9, 2016
4cb5a36
Merge branch 'master' into tsconfigMixedContentSupport
jramsay Dec 9, 2016
5f46e48
Mark containing project as dirty when file is closed
jramsay Dec 9, 2016
05160ca
Rename fileExtensionMap: fileExtensionMapItem[] to extraFileExtension…
jramsay Dec 9, 2016
798d080
mark containing project as dirty when file is closed (#12789)
vladima Dec 9, 2016
30bd841
Merge branch 'master' into tsconfigMixedContentSupport
jramsay Dec 9, 2016
5829ca8
use localUse local updatedFileNames - this way we'll know that set of…
jramsay Dec 9, 2016
c40508c
getSupportedExtensions optimization to reduce allocations
jramsay Dec 10, 2016
f27fe0d
Merge pull request #12153 from Microsoft/tsconfigMixedContentSupport
jramsay Dec 10, 2016
33b5125
Pick<T, K> and similar mapped types propagate modifiers from T
ahejlsberg Dec 10, 2016
7e974fa
Modify tests
ahejlsberg Dec 10, 2016
00f7d85
Accept new baselines
ahejlsberg Dec 10, 2016
7fdfcf1
Add test to verify use of Pick<T, K> with setState
ahejlsberg Dec 10, 2016
57cb4ac
Merge pull request #12770 from Microsoft/deferIndexedAccess
ahejlsberg Dec 10, 2016
7c5c664
Merge pull request #12826 from Microsoft/mappedTypeModifiers2
ahejlsberg Dec 10, 2016
5229176
Additional tweak to mapped type property modifier propagation
ahejlsberg Dec 12, 2016
cedc53e
Add more tests
ahejlsberg Dec 12, 2016
4898b9e
Accept new baselines
ahejlsberg Dec 12, 2016
83eddb5
Produce an error for an augmentation of an untyped module even if `mo…
Dec 12, 2016
23ec976
Merge pull request #12591 from chicoxyzzy/add_node6_to_ci
mhegazy Dec 12, 2016
a604d84
guard against visiting the same symbol table multiple times (#12818)
vladima Dec 12, 2016
496a14a
create new lexical environment for the body of converted loop (#12831)
vladima Dec 12, 2016
65bb78d
Merge pull request #12808 from Microsoft/self-referencing-spread-recu…
sandersn Dec 12, 2016
a33e653
Merge pull request #12852 from Microsoft/untyped_augmentation_2
Dec 12, 2016
d050673
elaborate check before converting fresh literal type to regular (#12595)
vladima Dec 12, 2016
055c0af
Merge pull request #12843 from Microsoft/mappedTypeModifiers3
ahejlsberg Dec 12, 2016
d9a2cf3
Merge branch 'master' into release-2.1
mhegazy Dec 12, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 42 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,45 @@ zhongsp <patrick.zhongsp@gmail.com> # Patrick Zhong
T18970237136 <T18970237136@users.noreply.github.com> # @T18970237136
JBerger <JBerger@melco.com>
bootstraponline <code@bootstraponline.com> # @bootstraponline
yortus <yortus@gmail.com> # @yortus
yortus <yortus@gmail.com> # @yortus
András Parditka <andraaspar@gmail.com>
Anton Khlynovskiy <subzey@gmail.com>
Charly POLY <cpoly55@gmail.com>
Cotton Hou <himcotton@gmail.com>
Ethan Resnick <ethan.resnick@gmail.com>
Marius Schulz <marius.schulz@me.com>
Mattias Buelens <mattias.buelens@gmail.com>
Myles Megyesi <mylesmegyesi@users.noreply.github.com>
Tim Lancina <tim@ionic.io>
Aaron Holmes <aaron@aaronholmes.net> Aaron Holmes <aholmes@bltomato.com>
Akshar Patel <akshar.patel.47@gmail.com>
Ali Sabzevari <alisabzevari@gmail.com>
Aliaksandr Radzivanovich <aradzivanovich@gmail.com>
BuildTools <FranklinWhale@users.noreply.github.com> # Franklin Tse
ChogyDan <danielhollocher@gmail.com> # Daniel Hollocher
Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com> Daniel Rosenwasser <drosen@microsoft.com>
David Kmenta <david.kmenta@lmc.eu>
E020873 <nicolas.henry-partner@arcelormittal.com> # Nicolas Henry
Elisée Maurer <elisee@sparklinlabs.com>
Emilio García-Pumarino <emili.tfe@gmail.com> dashaus <emili.tfe@gmail.com>
Guilherme Oenning <me@goenning.net>
Herrington Darkholme <nonamesheep1@gmail.com>
Ivo Gabe de Wolff <ivogabe@ivogabe.nl>
Joey Wilson <joey.wilson.a@gmail.com>
Jonathon Smith <failing@crashdive.co.uk>
Juan Luis Boya García <ntrrgc@gmail.com>
Kagami Sascha Rosylight <saschanaz@outlook.com>
Lucien Greathouse <me@lpghatguy.com>
Martin Vseticka <vseticka.martin@gmail.com>
Mattias Buelens <mattias.buelens@opentelly.com>
Michael Bromley <michael@michaelbromley.co.uk>
Paul Jolly <paul@myitcv.org.uk>
Perry Jiang <jiangperry@gmail.com>
Peter Burns <rictic@google.com>
Robert Coie <rac@intrigue.com>
Thomas Loubiou <t.loubiou@systonic.fr>
Tim Perry <tim.perry@softwire.com>
Vidar Tonaas Fauske <vidartf@gmail.com>
Viktor Zozulyak <zozulyakviktor@gmail.com>
rix <rix@rixs-MacBook-Pro.local> # Richard Sentino
rohitverma007 <rohitverma@live.ca> # Rohit Verma
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js

node_js:
- 'stable'
- '6'
- '4'

sudo: false
Expand Down
33 changes: 33 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
TypeScript is authored by:
* Aaron Holmes
* Abubaker Bashir
* Adam Freidin
* Adi Dahiya
* Ahmad Farid
* Akshar Patel
* Alex Eagle
* Alexander Kuvaev
* Alexander Rusakov
* Ali Sabzevari
* Aliaksandr Radzivanovich
* Anatoly Ressin
* Anders Hejlsberg
* Andrej Baran
* Andrew Z Allen
* András Parditka
* Andy Hanson
* Anil Anar
* Anton Khlynovskiy
* Anton Tolmachev
* Arnav Singh
* Arthur Ozga
Expand All @@ -27,16 +33,20 @@ TypeScript is authored by:
* Brett Mayen
* Bryan Forbes
* Caitlin Potter
* Charly POLY
* Chris Bubernak
* Christophe Vidal
* Chuck Jazdzewski
* Colby Russell
* Colin Snover
* Cotton Hou
* Cyrus Najmabadi
* Dafrok Zhang
* Dan Corder
* Dan Quirk
* Daniel Hollocher
* Daniel Rosenwasser
* David Kmenta
* David Li
* David Souther
* Denis Nedelyaev
Expand All @@ -45,21 +55,26 @@ TypeScript is authored by:
* Dirk Holtwick
* Dom Chen
* Doug Ilijev
* Elisée Maurer
* Emilio García-Pumarino
* Eric Tsang
* Erik Edrosa
* Ethan Resnick
* Ethan Rubio
* Evan Martin
* Evan Sebastian
* Eyas Sharaiha
* Fabian Cook
* @falsandtru
* Frank Wallis
* Franklin Tse
* František Žiacik
* Gabe Moothart
* Gabriel Isenberg
* Gilad Peleg
* Godfrey Chan
* Graeme Wicksted
* Guilherme Oenning
* Guillaume Salles
* Guy Bedford
* Harald Niesche
Expand All @@ -78,12 +93,14 @@ TypeScript is authored by:
* Jeffrey Morlan
* Jesse Schalken
* Jiri Tobisek
* Joey Wilson
* Johannes Rieken
* John Vilk
* Jonathan Bond-Caron
* Jonathan Park
* Jonathan Toland
* Jonathan Turner
* Jonathon Smith
* Josh Abernathy
* Josh Kalderimis
* Josh Soref
Expand All @@ -102,15 +119,21 @@ TypeScript is authored by:
* Lucien Greathouse
* Lukas Elmer
* Marin Marinov
* Marius Schulz
* Martin Vseticka
* Masahiro Wakame
* Matt McCutchen
* Mattias Buelens
* Mattias Buelens
* Max Deepfield
* Micah Zoltu
* Michael
* Michael Bromley
* Mohamed Hegazy
* Myles Megyesi
* Nathan Shively-Sanders
* Nathan Yee
* Nicolas Henry
* Nima Zahedi
* Noah Chen
* Noj Vek
Expand All @@ -119,9 +142,12 @@ TypeScript is authored by:
* Omer Sheikh
* Oskar Segersva¨rd
* Patrick Zhong
* Paul Jolly
* Paul van Brenk
* @pcbro
* Pedro Maltez
* Perry Jiang
* Peter Burns
* Philip Bulley
* Piero Cangianiello
* @piloopin
Expand All @@ -130,6 +156,9 @@ TypeScript is authored by:
* Punya Biswal
* Rado Kirov
* Richard Knoll
* Richard Sentino
* Robert Coie
* Rohit Verma
* Ron Buckton
* Rostislav Galimsky
* Rowan Wyborn
Expand All @@ -152,7 +181,9 @@ TypeScript is authored by:
* @T18970237136
* Tarik Ozket
* Tetsuharu Ohzeki
* Thomas Loubiou
* Tien Hoanhtien
* Tim Lancina
* Tim Perry
* Tim Viiding-Spader
* Tingan Ho
Expand All @@ -161,6 +192,8 @@ TypeScript is authored by:
* Tomas Grubliauskas
* Torben Fitschen
* TruongSinh Tran-Nguyen
* Vidar Tonaas Fauske
* Viktor Zozulyak
* Vilic Vane
* Vladimir Matveev
* Wesley Wigham
Expand Down
1 change: 1 addition & 0 deletions Jakefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ var harnessSources = harnessCoreSources.concat([
"convertToBase64.ts",
"transpile.ts",
"reuseProgramStructure.ts",
"textStorage.ts",
"cachingInServerLSHost.ts",
"moduleResolution.ts",
"tsconfigParsing.ts",
Expand Down
2 changes: 1 addition & 1 deletion netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import jobs.generation.Utilities;
def project = GithubProject
def branch = GithubBranchName

def nodeVersions = ['stable', '4']
def nodeVersions = ['stable', '6', '4']

nodeVersions.each { nodeVer ->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"tsserver": "./bin/tsserver"
},
"engines": {
"node": ">=0.8.0"
"node": ">=4.2.0"
},
"devDependencies": {
"@types/browserify": "latest",
Expand Down
Loading