Skip to content

update es-private-fields to master #3

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

Closed
wants to merge 352 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
352 commits
Select commit Hold shift + click to select a range
aa92568
Merge pull request #25249 from Microsoft/openSameFileWithDifferentText
sheetalkamat Jul 2, 2018
e0109ea
Remove shadowed variable
Jul 2, 2018
911658b
Update API (#24966)
Jul 2, 2018
c172314
Infer contextual tuple types
ahejlsberg Jul 2, 2018
bf99b8e
Accept new baselines
ahejlsberg Jul 2, 2018
8181405
Merge pull request #25348 from ajafff/factory-createexpressionstatement
mhegazy Jul 2, 2018
2527da3
Handle JSON extension correctly
RyanCavanaugh Jul 2, 2018
c1c4a39
Merge pull request #25370 from RyanCavanaugh/fix25337
RyanCavanaugh Jul 2, 2018
956f9d0
Merge pull request #25335 from Microsoft/codeFixAddMissingEnumMember_all
mhegazy Jul 2, 2018
837df49
Merge pull request #25374 from Microsoft/SetMapConstructor
mhegazy Jul 2, 2018
c046958
Merge remote-tracking branch 'origin/master' into triggerSignatureHel…
DanielRosenwasser Jul 2, 2018
c58e298
Merge pull request #25368 from RyanCavanaugh/fix25355
RyanCavanaugh Jul 2, 2018
9651c42
Account for trigger reasons, as implemented by Roslyn.
DanielRosenwasser Jul 2, 2018
159b3dc
Accepted baselines and updated fourslash test.
DanielRosenwasser Jul 2, 2018
271bbb0
Merge branch 'master' into fixAddMissingMember_all_dedup
Jul 2, 2018
69d1f58
Use `addRelatedInfo`.
DanielRosenwasser Jul 2, 2018
e56a5c1
Lints.
DanielRosenwasser Jul 2, 2018
18d8ad1
Merge pull request #25372 from Microsoft/fixAddMissingMember_all_dedup
mhegazy Jul 2, 2018
5c57e14
goToDefinition: Don't go to jsx constructor signature (#25382)
Jul 3, 2018
65655f2
Change import type determination to not use a RE on the symbol name (…
weswigham Jul 3, 2018
c3b81b3
Merge pull request #25377 from Microsoft/addressWesleyFeedback20180702
DanielRosenwasser Jul 3, 2018
efc1b7d
More thoroughly test navigateTo (#25239)
Jul 3, 2018
e5d520e
Add tests
ahejlsberg Jul 3, 2018
38a0346
Accept new baselines
ahejlsberg Jul 3, 2018
17e9594
Fix fourslash tests
ahejlsberg Jul 3, 2018
e13fd0c
Merge pull request #24915 from Microsoft/triggerSignatureHelpIArdlyKn…
DanielRosenwasser Jul 3, 2018
6ff0ba6
Add new error message - Property {0} is used before its initialization.
a-tarasyuk Jul 3, 2018
6897932
Update tests baseline. Change tests
a-tarasyuk Jul 3, 2018
3edf8ed
Update user baselines (#25399)
Jul 3, 2018
b87a723
Remove outdated comment
ahejlsberg Jul 3, 2018
e8d64a9
Merge pull request #25336 from Microsoft/fixResolveTypeMembers
ahejlsberg Jul 3, 2018
304d45d
Canonicalize path before calling `startsWith` (#25364)
Jul 3, 2018
cb4cb7a
Check if module reference requires type reference before path referen…
weswigham Jul 3, 2018
dc6653e
Renamed test.
DanielRosenwasser Jul 3, 2018
95ad718
Fix the completion when base type is unknown type from unknown namespace
sheetalkamat Jul 3, 2018
76a4694
parser: Fix testing for missing list (#25411)
Jul 3, 2018
3e38693
Amend test for comments, other string types.
DanielRosenwasser Jul 3, 2018
0fd587a
Account for comments.
DanielRosenwasser Jul 3, 2018
4175773
Fix typo to fix logging when built with --watch --diagnostics
sheetalkamat Jul 3, 2018
75369cd
Merge pull request #25414 from Microsoft/classMembersInSuperClassFrom…
sheetalkamat Jul 3, 2018
e1a7f84
Restore `NewFileContent` type (#25406)
Jul 3, 2018
dcb74a6
Merge pull request #25416 from Microsoft/tscDiagnostics
sheetalkamat Jul 3, 2018
17b10e8
Merge pull request #25397 from a-tarasyuk/bug/25356-instance-property…
mhegazy Jul 3, 2018
726412c
Merge pull request #25363 from ajafff/factory-deprecated-signature
mhegazy Jul 3, 2018
064ecd4
Support code-fix-all for importFixes (#25137)
Jul 3, 2018
eb7ff43
Merge pull request #25408 from Microsoft/contextualTupleTypes
ahejlsberg Jul 4, 2018
53a0f23
Remove 'name' property which was invalid.
DanielRosenwasser Jul 4, 2018
a3b2237
Added tests for syntactic context.
DanielRosenwasser Jul 4, 2018
204b70d
Don't add completions from a discriminated union type when the discri…
Jul 4, 2018
9481faa
Only provide signature help contextually on a character trigger.
DanielRosenwasser Jul 4, 2018
e4145e3
Merge pull request #25342 from ajafff/factory-leftmost-expression
DanielRosenwasser Jul 4, 2018
84f5aa5
Put error spans deep on nested object literals (#25140)
weswigham Jul 4, 2018
72bac56
Add missing jsdoc tag names
micnic Jun 26, 2018
f851ab8
Add a suggestion - Did you mean 'typeof import()?. Add tests to handl…
a-tarasyuk Jul 4, 2018
755dc83
Merge branch 'master' of github.com:Microsoft/TypeScript into factory…
ajafff Jul 4, 2018
d21d0af
Update baseline
github-john-doe Jul 4, 2018
f4470cd
createArrowFunction: parenthesize comma sequence
ajafff Jul 4, 2018
c54c5f4
accept baselines
ajafff Jul 4, 2018
1579bfd
Update user baselines (#25436)
Jul 4, 2018
b1e916c
Handle getting name of default export that's an alias
Jul 4, 2018
50ef631
Support prototype assignment with a function declaration (#25300)
sandersn Jul 5, 2018
cb622b4
Do not report esModuleInterop needed error for json imports
sheetalkamat Jul 5, 2018
320db5c
Merge pull request #25433 from a-tarasyuk/bug/24839-give-a-better-err…
mhegazy Jul 5, 2018
8911c19
Merge pull request #25313 from github-john-doe/typo
mhegazy Jul 5, 2018
2059c36
Merge pull request #25457 from Microsoft/resolveJsonModuleInterop
mhegazy Jul 5, 2018
383319d
Merge pull request #25423 from Microsoft/defaultExportName
mhegazy Jul 5, 2018
0abefec
Merge pull request #25439 from ajafff/factory-arrow-comma
mhegazy Jul 5, 2018
065e695
No merge for redirected source files in initializeTypeChecker (#25463)
sandersn Jul 5, 2018
5b92678
Optimize sourcemap application more (#25425)
weswigham Jul 5, 2018
64555aa
navigateTo: Collect results from all referenced projects. (#25283)
Jul 5, 2018
b8b34a3
Actually cache intermediate results in getBaseConstraint (#25417)
weswigham Jul 5, 2018
7ad72d2
Rework symbol visibility checking to allow for multiple potential con…
weswigham Jul 5, 2018
fd32cb9
Update LKG (#25470)
weswigham Jul 5, 2018
9c6c333
Caches the recursive directory watchers so we do not have to traverse…
sheetalkamat Jul 5, 2018
7a082d4
Merge pull request #25253 from micnic/master
mhegazy 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
bb57c5a
Update user baselines (#25482)
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
165a87a
getLeftmostExpression: handle TaggedTemplateExpression
ajafff Jul 8, 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
f9eb976
handle multiple prologue directives
ajafff 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
b8ca925
Place 'pop' first in 'Array'.
DanielRosenwasser Jul 10, 2018
f7f0c51
Accepted baselines.
DanielRosenwasser Jul 10, 2018
94ad71e
Added test.
DanielRosenwasser Jul 10, 2018
751bceb
Accepted baselines.
DanielRosenwasser Jul 10, 2018
e3b764c
Update authors for release 3.0
mhegazy Jul 11, 2018
f66c7db
Add release-3.0 to supported branches
mhegazy Jul 11, 2018
3a67ea8
Update user baselines
typescript-bot Jul 11, 2018
990d445
In services, when overload resolution fails, create a union signature…
Jul 11, 2018
8a3090b
Improve test for 'symbol.exports' (#25523)
Jul 11, 2018
0de903e
rename function
ajafff Jul 11, 2018
626480d
accept baseline
ajafff Jul 11, 2018
2a96001
Merge branch 'master' of github.com:Microsoft/TypeScript into multipl…
ajafff Jul 11, 2018
19993a5
When `import("foo")` has module resolution error, error span should b…
Jul 11, 2018
97f10bc
Merge pull request #25576 from typescript-bot/user-update-20180603
mhegazy Jul 11, 2018
52486ae
Improve isPossiblyTypeArgumentPosition (#25043)
Jul 11, 2018
42a2d9e
Excess property understands conditional types (#25584)
sandersn Jul 11, 2018
2d0d655
Merge pull request #25561 from ajafff/multiple-prologue-directives
mhegazy Jul 11, 2018
5f4a03c
Ensure TypeChecker#getTypeAtLocation returns a defined result (#25583)
Jul 11, 2018
66e9aaa
Issue 19220 function parameter arity (#24031)
rFlorian Jul 12, 2018
87ad612
Additional arity check following instantiation of generic rest parameter
ahejlsberg Jul 12, 2018
55180f7
Add tests
ahejlsberg Jul 12, 2018
e88f632
Accept new baselines
ahejlsberg Jul 12, 2018
08d7b8f
When running with -w, do an initial compilation
RyanCavanaugh Jul 12, 2018
bd7b97c
Get return type from `@type` tag (#25580)
sandersn Jul 12, 2018
5822a8c
Merge branch 'master' into genericRestArityCheck
ahejlsberg Jul 12, 2018
f9764d1
fixUnusedIdentifier: Support deleting @template tag (#25597)
Jul 12, 2018
ec6e37e
Update version
mhegazy Jul 12, 2018
cf18361
Accept baselines
mhegazy Jul 12, 2018
abbaf0d
Update issue template
mhegazy Jul 12, 2018
af412e3
mapTextChangesToCodeEditsUsingScriptInfo: Handle tsconfig.json text …
Jul 12, 2018
0f8b6fc
Merge pull request #25608 from Microsoft/genericRestArityCheck
ahejlsberg Jul 12, 2018
6a2ffec
Merge pull request #25610 from RyanCavanaugh/buildOnWatchStartup
RyanCavanaugh Jul 12, 2018
f500289
Stricter test that JSDoc @type tag matches function signature (#25615)
Jul 12, 2018
32e60a9
Explicitly typed special assignments are context sensitive (#25619)
sandersn Jul 12, 2018
1fb050b
Don't report unused diagnostics when the unused node has a parse erro…
Jul 13, 2018
ca08380
Fix incorrect handling of preserveWatchOutput flag is in config file
sheetalkamat Jul 13, 2018
88c6ced
indentMultilineCommentOrJsxText: Fix bug when 'parts' is empty (#25645)
Jul 13, 2018
27da9ea
fixUnreachableCode: Don't delete whole block when non-first line is u…
Jul 13, 2018
3f4412b
getContainingList: Handle TypeAliasDeclaration (#25614)
Jul 13, 2018
47e513e
Merge pull request #25627 from Microsoft/preserveOutputInConfig
sheetalkamat Jul 13, 2018
49ac60f
Support resolveJsonModule option when files contain the json file
sheetalkamat Jul 13, 2018
4f411a8
Change jsDocTagNames to lower case.
j-oliveras Jul 13, 2018
7ad4fcf
Merge pull request #25649 from Microsoft/jsonFilesOnCommandLine
sheetalkamat Jul 13, 2018
e25a23b
Fix Buffer.from uses to handle node 5.4.1 bug (#25659)
Jul 14, 2018
60986ad
Merge pull request #25507 from ajafff/leftmost-expr-tagged-template
DanielRosenwasser Jul 14, 2018
bf567b8
Change getModifiedTime type
a-tarasyuk Jul 16, 2018
5b21cbc
Explicitly typed prototype assignments are context sensitive (#25688)
sandersn Jul 16, 2018
8ef146e
Merge pull request #25656 from j-oliveras/Fix_25653
mhegazy Jul 16, 2018
afdd47c
Simplify rules for `isControlFlowEndingStatement` (#25693)
Jul 16, 2018
93ab352
Merge pull request #25565 from Microsoft/popFirst
DanielRosenwasser Jul 16, 2018
ff8c30d
Revert "Explicitly typed prototype assignments are context sensitive …
sandersn Jul 16, 2018
1038c76
navigationBar: Don't merge unrelated grandchildren
Jul 16, 2018
16676f2
Revert "Explicitly typed special assignments are context sensitive (#…
sandersn Jul 16, 2018
d690835
Merge pull request #25698 from Microsoft/navigationBarUnrelatedGrandc…
mhegazy Jul 16, 2018
75930f8
Merge pull request #25699 from Microsoft/revert-explicitly-typed-spec…
mhegazy Jul 16, 2018
204ce17
Merge pull request #25612 from Microsoft/updateVersionTo3.1
mhegazy Jul 16, 2018
d9ed917
Update user baselines (#25718)
Jul 17, 2018
1edc975
Revert the revert of explicitly typed special assignments (#25727)
sandersn Jul 17, 2018
bd84179
Check for optional type parameters before issuing a "wrong number of
mattmccutchen Jul 17, 2018
7880a07
Fixes 25657. Jakefile: make concatenateFiles third parameter optional.
j-oliveras Jul 17, 2018
57a72f5
Merge pull request #25733 from mattmccutchen/issue-25683
mhegazy Jul 17, 2018
a87ed53
Merge pull request #25735 from j-oliveras/Fix_25657
mhegazy Jul 17, 2018
89f2af1
Avoid using old node in import fix to use namespace import (#25729)
Jul 17, 2018
d28fb65
Fix type of TypeParameterDeclaration#parent (#25737)
Jul 17, 2018
6d8a5f6
Fix invalid cast: JSDocSignature is not a SignatureDeclaration (#25734)
Jul 17, 2018
854462d
Fix formatting at trailing comma (#25706)
Jul 17, 2018
d92c26d
Add test that getEditsForFileRename respects UserPreferences (#25745)
Jul 18, 2018
bda32ae
Added test.
DanielRosenwasser Jul 18, 2018
36e26c1
Accepted baselines.
DanielRosenwasser Jul 18, 2018
649f294
Elaborate on the first non-array type when object literals are compar…
DanielRosenwasser Jul 18, 2018
806a538
Accepted baselines.
DanielRosenwasser Jul 18, 2018
db888b8
Retain synthetic comments on exported variables.
mprobst Jul 12, 2018
6f114a2
Fix comments for import and export declarations.
mprobst Jul 12, 2018
1bd79af
Reduce duplication of addSyntheticComment.
mprobst Jul 12, 2018
2529b86
Retain synthetic comments on classes and their properties.
mprobst Jul 12, 2018
a7224ec
Do not emit comments if container had a comment suppression.
mprobst Jul 18, 2018
c50a6f7
Fix comment emit for namespaces & enums.
mprobst Jul 18, 2018
751f20e
Don't bother trying to get the name of a default export (#25773)
Jul 18, 2018
2701f78
Consistently use ScriptInfo for converting positions to Locations (#2…
Jul 18, 2018
ed8b764
add grammar check for labeled declaration (#25317)
Kingwl Jul 18, 2018
8a1ff48
LEGO: check in for master to temporary branch.
csigs Jul 18, 2018
ac3f5b6
LEGO: Merge pull request 25780
csigs Jul 18, 2018
37277e8
Merge pull request #25752 from Microsoft/objectsAgainstArrays
DanielRosenwasser Jul 18, 2018
46827f4
Handle completions at name of namespace declaration (#25661)
Jul 19, 2018
1cedab1
Fix parsing of parenthesized JSDoc parameters (#25799)
sandersn Jul 19, 2018
d5b3a28
API: expose CompilerOptions.stripInternal
ajafff Jul 19, 2018
7031c43
correctly detect if strictNullChecks is enabled
ajafff Jul 19, 2018
99d123a
add correct test
ajafff Jul 19, 2018
555ead6
Merge pull request #25806 from ajafff/expose-stripInternal
mhegazy Jul 19, 2018
feca91c
Merge pull request #25809 from ajafff/verify-strict-options
mhegazy Jul 19, 2018
5f2efc2
Properly handle all generic kinds of types in rest positions
ahejlsberg Jul 20, 2018
b489104
Add regression test
ahejlsberg Jul 20, 2018
949f8d2
Accept new baselines
ahejlsberg Jul 20, 2018
2c6f265
LEGO: check in for master to temporary branch.
csigs Jul 20, 2018
9891569
LEGO: Merge pull request 25818
csigs Jul 20, 2018
37add88
Update tests baselines
a-tarasyuk Jul 16, 2018
8ae163a
Merge branch 'master' of https://github.com/Microsoft/TypeScript into…
a-tarasyuk Jul 20, 2018
fedcd3a
improve completions keyword for function like body (#25824)
Kingwl Jul 20, 2018
31d599a
Check module.exports (#25732)
sandersn Jul 20, 2018
b21c1fd
`errorCodes` in `CodeFixRequestArgs` is non-optional (#25815)
Jul 20, 2018
bcd5652
Remove bad import completions tests (#25816)
Jul 20, 2018
8c7a1fa
use missingFileModifiedTime instead check on undefined
a-tarasyuk Jul 20, 2018
e103692
Don't report quickInfo inside a comment in a PropertyAccessExpression…
Jul 20, 2018
7c512fb
Merge pull request #25817 from Microsoft/fixGenericRestTypes
ahejlsberg Jul 20, 2018
00a6417
Merge pull request #25680 from a-tarasyuk/bug/25667-getmodifiedtime-h…
mhegazy Jul 20, 2018
3d672d9
Ensure fixSpelling and importFixes still trigger on "Did you mean the…
Jul 20, 2018
93722c8
findAllReferences/rename: Search in all open projects (#25648)
Jul 20, 2018
f72193e
Report a semantic error for an arrow function with a "this" parameter.
mattmccutchen Jul 23, 2018
2146a91
Simplify getWidenedTypeFromJSSpecialPropertyDeclarations (#25868)
sandersn Jul 23, 2018
30c4149
moduleSpecifiers: Allow "*" as a path mapping (#25881)
Jul 24, 2018
4ab17f2
Add `.mailmap` and `Test-results.xml` to .npmignore
mhegazy Jul 24, 2018
3502471
Merge pull request #25901 from Microsoft/fix23339
mhegazy Jul 24, 2018
59854bb
Inspect all possible module paths when looking for the best one to cr…
weswigham Jul 24, 2018
797d8bd
Call toPath on sourceRoot to ensure it is always absolute (#25838)
weswigham Jul 24, 2018
870c55c
Merge pull request #25863 from mattmccutchen/issue-9744
mhegazy Jul 24, 2018
f6d3ac9
Fix #25820 - handle redirected files when comparing paths (#25902)
weswigham Jul 24, 2018
23eb591
Lookup files by resolved `Path` and not by `fileName` in sourcemapDec…
weswigham Jul 24, 2018
7d44014
Fix typos
weswigham Jul 24, 2018
fd2eb49
Merge pull request #25604 from mprobst/fix-exported-var-comments
mhegazy Jul 25, 2018
e4d4b0a
Handle PropertyAssignment in getCommentOwnerInfo (#25911)
Jul 25, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Please fill in the *entire* template below.
-->

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

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

**Code**

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

**Actual behavior:**

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

**Related Issues:** <!-- Did you find other bugs that looked similar? -->
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 <[email protected]>
Richard Knoll <[email protected]> Richard Knoll <[email protected]>
Richard Karmazín <[email protected]>
Rowan Wyborn <[email protected]>
Ryan Cavanaugh <[email protected]> Ryan Cavanaugh <[email protected]> Ryan Cavanaugh <[email protected]>
Ryan Cavanaugh <[email protected]> Ryan Cavanaugh <[email protected]> Ryan Cavanaugh <[email protected]> Ryan Cavanaugh <[email protected]>
Ryohei Ikegami <[email protected]>
Sarangan Rajamanickam <[email protected]>
Sébastien Arod <[email protected]>
Expand Down Expand Up @@ -340,4 +340,21 @@ EcoleKeine <[email protected]> # Ecole Keine
Khải <[email protected]>
rhysd <[email protected]> # @rhysd
Zen <[email protected]> Zzzen <[email protected]> # @Zzzen
bluelovers <[email protected]> # @bluelovers
bluelovers <[email protected]> # @bluelovers
Dan Freeman <[email protected]>
David Sherret <[email protected]>
David Staheli <[email protected]>
Elizabeth Dinella <[email protected]>
John Doe <[email protected]>
Kevin Gibbons <[email protected]>
Markus Johnsson <[email protected]>
Martin Probst <[email protected]>
Mateusz Burzyński <[email protected]>
Steven <[email protected]> # @styfle
Pi Lanningham <[email protected]>
Sam Bostock <[email protected]>
Vimal Raghubir <[email protected]>
Vyacheslav Pukhanov <[email protected]>
dangoo <[email protected]> # Daniel Gooss
krk <[email protected]> # Kerem Kat
micnic <[email protected]> # Nicu Micleușanu
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ Jakefile.js
.circleci
.vscode/
.parallelperf.json
.mailmap
test.config
package-lock.json
yarn.lock
.github/
CONTRIBUTING.md
TEST-results.xml
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