Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
3ca4c23
Add outlining regions for jsxelements and jsxattributes
Jun 29, 2018
6f68652
Only include attribute span if one or more
Jun 30, 2018
2c14bf1
Add test
Jun 30, 2018
bfdb1cc
createExportAssignment: parenthesize nested class or function expression
ajafff Jun 30, 2018
3a84c02
add tests
ajafff Jul 2, 2018
c39da7b
remove unnecessary qualifier
ajafff Jul 2, 2018
dc6653e
Renamed test.
DanielRosenwasser Jul 3, 2018
3e38693
Amend test for comments, other string types.
DanielRosenwasser Jul 3, 2018
0fd587a
Account for comments.
DanielRosenwasser Jul 3, 2018
53a0f23
Remove 'name' property which was invalid.
DanielRosenwasser Jul 4, 2018
a3b2237
Added tests for syntactic context.
DanielRosenwasser Jul 4, 2018
9481faa
Only provide signature help contextually on a character trigger.
DanielRosenwasser Jul 4, 2018
755dc83
Merge branch 'master' of github.com:Microsoft/TypeScript into factory…
ajafff Jul 4, 2018
9c6c333
Caches the recursive directory watchers so we do not have to traverse…
sheetalkamat Jul 5, 2018
5afc8fd
Add a related span for suggested declaration locations in error messa…
DanielRosenwasser Jul 6, 2018
7f67328
Accepted baselines
DanielRosenwasser Jul 6, 2018
b93845a
Switch from 'Error' to 'Message' on related span messages.
DanielRosenwasser Jul 6, 2018
32bb63c
getSuggestionForNonexistentModule -> getSuggestionForNonexistentExport
DanielRosenwasser Jul 6, 2018
e95a178
Accepted baselines.
DanielRosenwasser Jul 6, 2018
25610de
Merge branch 'master' into factory-export-default
ajafff Jul 6, 2018
1785041
make getEffectiveTypeParameterDeclarations public (#25472)
sandersn Jul 6, 2018
b706adb
Merge remote-tracking branch 'origin/master' into youProbablyMeantThi…
DanielRosenwasser Jul 6, 2018
fd007e7
Merge pull request #25341 from ajafff/factory-export-default
mhegazy Jul 6, 2018
c228924
Index signatures contribute properties to unions (#25307)
sandersn Jul 6, 2018
6589e86
getJSDocReturnType gets return type from `@type` tags (#25486)
sandersn Jul 6, 2018
428f1de
Semicolon.
DanielRosenwasser Jul 6, 2018
1d7c954
Update 'package-lock.json'.
DanielRosenwasser Jul 6, 2018
ea73ee7
Merge pull request #25477 from Microsoft/youProbablyMeantThisDeclaration
DanielRosenwasser Jul 6, 2018
547856a
Strip literal freshness from type queries (#25471)
weswigham Jul 6, 2018
831be5d
Introduce truncation into node builder and symbol display part writer…
weswigham Jul 6, 2018
403df45
Rework entity name decorator metadata fallback emit to not throw at r…
weswigham Jul 6, 2018
10b174a
Fix lineText in references command (#25494)
sandersn Jul 6, 2018
d5fd17b
Fix crash in elaborateElementwise when the target property is known but
mattmccutchen Jul 7, 2018
fe2baac
Merge pull request #25422 from Microsoft/actualSignatureHelpTriggers
DanielRosenwasser Jul 9, 2018
5c7b47e
Pass sourceFile as appropriate
Jul 9, 2018
b5f5513
Merge pull request #25329 from uniqueiniquity/jsxFolding
uniqueiniquity Jul 9, 2018
d62717b
Make getSuggestion APIs internal.
DanielRosenwasser Jul 9, 2018
f941226
Do not watch modules that get resolved by ambient modules
sheetalkamat Jul 5, 2018
1b1ffe9
Use getEmitDeclarations instead of .declarations
RyanCavanaugh Jul 9, 2018
6b4a3b2
Merge pull request #25500 from mattmccutchen/issue-25498
mhegazy Jul 9, 2018
72f0789
Don't crash when an implicit rootDir constraint is violated under com…
RyanCavanaugh Jul 9, 2018
3d64b9d
Handle intersection types when looking up base types for visibility (…
weswigham Jul 9, 2018
357f0d6
Merge pull request #25521 from Microsoft/dontWatchAmbientModules
sheetalkamat Jul 10, 2018
68cd382
Check for a module sysmbol existing before calling getReferencedSymbo…
mhegazy Jul 10, 2018
2c70030
Compare normalized fileNames
mhegazy Jul 10, 2018
e532f53
Merge pull request #25531 from RyanCavanaugh/fix25527
RyanCavanaugh Jul 10, 2018
e9e5ebe
getEditsForFileRename: Handle all projects and source-mapped files (#…
Jul 10, 2018
b3b6c3b
Pass sourceFile to getChildren in getTokenAtPositionWorker (#25505) (…
Quantumplation Jul 10, 2018
60c0dfe
Fix crash in JS when checking destructuring shorthand assignment (#25…
sandersn Jul 10, 2018
c344a3e
Fix bogus use before def in jsdoc (#25532)
sandersn Jul 10, 2018
4bf42fd
Merge pull request #25535 from Microsoft/fixAsserts
mhegazy Jul 10, 2018
72be715
Support completions for unique symbol exported from module (#25537)
Jul 10, 2018
d7ce0ea
Merge pull request #25524 from RyanCavanaugh/useGetEmitDeclarations
RyanCavanaugh Jul 10, 2018
1fc1495
Increase span of unreachable code error (#25388)
Jul 10, 2018
0713e75
Build script updates
rbuckton Jul 10, 2018
3dd1d25
Merge pull request #25520 from Microsoft/internalizeNonexistentHelpers
DanielRosenwasser Jul 10, 2018
b6640e9
getJsxClosingTagAtPosition: Return a result if parent has same name a…
Jul 10, 2018
a9771e3
Merge pull request #25556 from Microsoft/buildScriptUpdates
rbuckton Jul 10, 2018
3866a50
Report errors for module generation other than "commonjs" with --reso…
sheetalkamat Jul 10, 2018
821ebcb
Merge branch 'master' into cacheRecursiveDirectoryWatchers
sheetalkamat Jul 10, 2018
4dc3cd3
Use getEmitModuleKind to check module generation kind
sheetalkamat Jul 10, 2018
c50407e
Merge pull request #25464 from Microsoft/cacheRecursiveDirectoryWatchers
sheetalkamat Jul 10, 2018
527093c
Merge pull request #25566 from Microsoft/nonCommonJsResolveJsonIsError
sheetalkamat Jul 10, 2018
7a79a45
JSX closing tag completion: Include '>' if not already present (#25551)
Jul 10, 2018
5e21027
Reduce non-null assertions in getPropertySymbolsFromContextualType (#…
Jul 10, 2018
8a559e4
Improve isNewFile assert (#25419)
Jul 10, 2018
910f269
Merge branch 'master' into release-3.0
mhegazy Jul 11, 2018
e3b764c
Update authors for release 3.0
mhegazy Jul 11, 2018
f66c7db
Add release-3.0 to supported branches
mhegazy Jul 11, 2018
dc58517
Merge branch 'master' into mergeMaster7-10
mhegazy Jul 11, 2018
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
21 changes: 19 additions & 2 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Rostislav Galimsky <rostgal@gmail.com>
Richard Knoll <riknoll@users.noreply.github.com> Richard Knoll <riknoll@microsoft.com>
Richard Karmazín <richard@karmazin.cz>
Rowan Wyborn <rwyborn@internode.on.net>
Ryan Cavanaugh <RyanCavanaugh@users.noreply.github.com> Ryan Cavanaugh <ryan.cavanaugh@microsoft.com> Ryan Cavanaugh <ryanca@microsoft.com>
Ryan Cavanaugh <RyanCavanaugh@users.noreply.github.com> Ryan Cavanaugh <ryan.cavanaugh@microsoft.com> Ryan Cavanaugh <ryanca@microsoft.com> Ryan Cavanaugh <the.ryan.cavanaugh@gmail.com>
Ryohei Ikegami <iofg2100@gmail.com>
Sarangan Rajamanickam <sarajama@microsoft.com>
Sébastien Arod <sebastien.arod@gmail.com>
Expand Down Expand Up @@ -340,4 +340,21 @@ EcoleKeine <Ecole_k@qq.com> # Ecole Keine
Khải <hvksmr1996@gmail.com>
rhysd <lin90162@yahoo.co.jp> # @rhysd
Zen <843968788@qq.com> Zzzen <843968788@qq.com> # @Zzzen
bluelovers <codelovers@users.sourceforge.net> # @bluelovers
bluelovers <codelovers@users.sourceforge.net> # @bluelovers
Dan Freeman <dfreeman@salsify.com>
David Sherret <dsherret@gmail.com>
David Staheli <dastahel@microsoft.com>
Elizabeth Dinella <elizabeth.a.dinella@gmail.com>
John Doe <github.john.doe@outlook.com>
Kevin Gibbons <kevin@shapesecurity.com>
Markus Johnsson <markus.johnsson@infviz.com>
Martin Probst <martin@probst.io>
Mateusz Burzyński <mateuszburzynski@gmail.com>
Steven <steven@ceriously.com> # @styfle
Pi Lanningham <pi.lanningham@gmail.com>
Sam Bostock <sam.bostock@shopify.com>
Vimal Raghubir <vraghubir0418@gmail.com>
Vyacheslav Pukhanov <vyacheslav.pukhanov@gmail.com>
dangoo <daniel.gooss@sinnerschrader.com> # Daniel Gooss
krk <keremkat@gmail.com> # Kerem Kat
micnic <micnic90@gmail.com> # Nicu Micleușanu
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ branches:
- release-2.7
- release-2.8
- release-2.9
- release-3.0

install:
- npm uninstall typescript --no-save
Expand Down
18 changes: 17 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,19 @@ TypeScript is authored by:
* Dafrok Zhang
* Dahan Gong
* Dan Corder
* Dan Freeman
* Dan Quirk
* Daniel Gooss
* Daniel Hollocher
* Daniel Król
* Daniel Lehenbauer
* Daniel Rosenwasser
* David Kmenta
* David Li
* David Sheldrick
* David Sherret
* David Souther
* David Staheli
* Denis Nedelyaev
* Derek P Sifford
* Dhruv Rajvanshi
Expand All @@ -96,6 +100,7 @@ TypeScript is authored by:
* @e-cloud
* Ecole Keine
* Elisée Maurer
* Elizabeth Dinella
* Emilio García-Pumarino
* Eric Grube
* Eric Tsang
Expand Down Expand Up @@ -161,6 +166,7 @@ TypeScript is authored by:
* Joel Day
* Joey Wilson
* Johannes Rieken
* John Doe
* John Vilk
* Jonathan Bond-Caron
* Jonathan Park
Expand All @@ -184,7 +190,9 @@ TypeScript is authored by:
* Keith Mashinter
* Ken Howard
* Kenji Imamula
* Kerem Kat
* Kevin Donnelly
* Kevin Gibbons
* Kevin Lang
* Khải
* Kitson Kelly
Expand All @@ -201,10 +209,13 @@ TypeScript is authored by:
* Manish Giri
* Marin Marinov
* Marius Schulz
* Markus Johnsson
* Martin Hiller
* Martin Probst
* Martin Vseticka
* Martyn Janes
* Masahiro Wakame
* Mateusz Burzyński
* Matt Bierner
* Matt McCutchen
* Matt Mitchell
Expand All @@ -223,10 +234,10 @@ TypeScript is authored by:
* Mohamed Hegazy
* Mohsen Azimi
* Myles Megyesi
* Natalie Coley
* Nathan Shively-Sanders
* Nathan Yee
* Nicolas Henry
* Nicu Micleușanu
* @nieltg
* Nima Zahedi
* Noah Chen
Expand All @@ -248,6 +259,7 @@ TypeScript is authored by:
* Peter Burns
* Philip Bulley
* Philippe Voinov
* Pi Lanningham
* Piero Cangianiello
* @piloopin
* Prayag Verma
Expand All @@ -270,6 +282,7 @@ TypeScript is authored by:
* Rowan Wyborn
* Ryan Cavanaugh
* Ryohei Ikegami
* Sam Bostock
* Sam El-Husseini
* Sarangan Rajamanickam
* Sean Barag
Expand All @@ -290,6 +303,7 @@ TypeScript is authored by:
* Stas Vilchik
* Stephan Ginthör
* Steve Lucco
* @styfle
* Sudheesh Singanamalla
* Sébastien Arod
* @T18970237136
Expand All @@ -316,8 +330,10 @@ TypeScript is authored by:
* Vidar Tonaas Fauske
* Viktor Zozulyak
* Vilic Vane
* Vimal Raghubir
* Vladimir Kurchatkin
* Vladimir Matveev
* Vyacheslav Pukhanov
* Wenlu Wang
* Wesley Wigham
* William Orr
Expand Down
Loading