Nathan Shively-Sanders
bfa1744586
Merge pull request #37894 from microsoft/always-error-on-property-override-accessor
...
Always error on property override accessor
2020-05-26 10:37:07 -07:00
csigs
6ac6a04109
LEGO: Merge pull request 38781
...
LEGO: Merge pull request 38781
2020-05-26 09:11:24 -07:00
csigs
a095dde901
LEGO: check in for master to temporary branch.
2020-05-26 16:10:41 +00:00
Nathan Shively-Sanders
324d292e3d
Merge pull request #38415 from Kingwl/navTree-fix
...
Fix trancked es5 classes after new scope
2020-05-26 09:05:17 -07:00
csigs
ff36bf00e4
LEGO: Merge pull request 38777
...
LEGO: Merge pull request 38777
2020-05-26 03:11:16 -07:00
csigs
a0d9e75fc6
LEGO: check in for master to temporary branch.
2020-05-26 10:10:35 +00:00
csigs
6ccc048f45
LEGO: Merge pull request 38775
...
LEGO: Merge pull request 38775
2020-05-25 21:11:22 -07:00
csigs
4245428405
LEGO: check in for master to temporary branch.
2020-05-26 04:10:40 +00:00
csigs
847e71fc29
LEGO: Merge pull request 38774
...
LEGO: Merge pull request 38774
2020-05-25 15:11:29 -07:00
csigs
509aba0fad
LEGO: check in for master to temporary branch.
2020-05-25 22:10:47 +00:00
Anders Hejlsberg
c5b8f4fcd4
Fix relation between generic mapped types and types with index signatures ( #38761 )
...
* Fix relation between generic mapped type and type with index signature(s)
* Add tests
2020-05-25 09:55:41 -07:00
csigs
ba357e4a64
LEGO: Merge pull request 38769
...
LEGO: Merge pull request 38769
2020-05-25 09:11:19 -07:00
csigs
cd6549fe50
LEGO: check in for master to temporary branch.
2020-05-25 16:10:37 +00:00
csigs
92506a8c88
LEGO: Merge pull request 38765
...
LEGO: Merge pull request 38765
2020-05-25 03:11:24 -07:00
csigs
8c74a5d204
LEGO: check in for master to temporary branch.
2020-05-25 10:10:42 +00:00
csigs
3e0d58f4d2
LEGO: Merge pull request 38741
...
LEGO: Merge pull request 38741
2020-05-22 21:11:21 -07:00
csigs
076c3e01d1
LEGO: check in for master to temporary branch.
2020-05-23 04:10:37 +00:00
Nathan Shively-Sanders
e466bb94c1
Fix multi-file usage
...
1. Follow aliases with getSupers.
2. Make fix in file with superclass, not with the error.
2020-05-22 09:06:05 -07:00
Nathan Shively-Sanders
82d9576d9b
Merge branch 'master' into always-error-on-property-override-accessor
2020-05-22 07:41:28 -07:00
Nathan Shively-Sanders
3eaa7c65f6
Merge pull request #38719 from microsoft/revert-32011
...
Revert "Wrap classes with decorators or static properties in an IIFE,…
2020-05-21 16:45:05 -07:00
Nathan Shively-Sanders
79f1ec32bd
Revert "Wrap classes with decorators or static properties in an IIFE, even for ES2015+ ( #32011 )"
...
This reverts commit 7cc4a8df94 .
2020-05-21 16:23:04 -07:00
Nathan Shively-Sanders
802e87b1eb
Merge branch 'master' into always-error-on-property-override-accessor
2020-05-21 16:08:09 -07:00
Wesley Wigham
0018b8f988
Preserve module marker in es2015+ module emit for tool compatability ( #38712 )
2020-05-21 14:44:23 -07:00
Daniel Rosenwasser
62675a58d6
Merge pull request #38481 from a-tarasyuk/bug/38463
...
fix(38463): No indexed access completions after Record<...>
2020-05-21 13:44:44 -07:00
Wesley Wigham
59d0ceef5e
Fix recently added test so it is cross-plat
2020-05-21 11:45:23 -07:00
Alexander T
c00aeb5486
fix(33286): add outlining for arrow function with one parameter ( #38631 )
2020-05-21 08:07:47 -07:00
Alexander T
e40a2bca57
Merge branch 'master' of https://github.com/microsoft/TypeScript into bug/38463
2020-05-21 16:33:35 +03:00
Nathan Shively-Sanders
45cf20ca70
Merge pull request #37800 from jtbandes/diagnose-accidental-accessor-call
...
Better error message for accidental calls to get-accessors
2020-05-20 17:17:12 -07:00
Nathan Shively-Sanders
0b531720d4
Make new error an error, not message
2020-05-20 16:53:17 -07:00
Nathan Shively-Sanders
fc83d10388
Merge branch 'master' into diagnose-accidental-accessor-call
2020-05-20 16:46:34 -07:00
Nathan Shively-Sanders
3340142dda
Merge pull request #38607 from a-tarasyuk/bug/38295
...
fix(38295): Duplicated object key in const not detected when the key is a number preceded by `-` or `+`
2020-05-20 14:52:09 -07:00
Alexander T
4e945fbc98
fix(38299): use string literals as keys to creating rest result ( #38600 )
2020-05-20 13:52:52 -07:00
Nathan Shively-Sanders
68f8f22032
Merge pull request #38425 from dsherret/fixJSDocTagFactoryFuncReturnTypes
...
Fix some JSDoc factory function return types
2020-05-20 13:22:21 -07:00
Nathan Shively-Sanders
c526b425ef
Merge pull request #38498 from ShuiRuTian/make-atomics.notify-type-correct
...
make Atomics.notify last parameter optional
2020-05-20 11:55:01 -07:00
Anders Hejlsberg
a56960303d
Intersection check for empty object type shouldn't cause circularities ( #38673 )
...
* isEmptyAnonymousObjectType shouldn't require full member resolution
* Add regression test
2020-05-20 10:56:14 -07:00
Alexander T
bbf56b044b
Merge branch 'master' of https://github.com/microsoft/TypeScript into bug/38295
2020-05-20 20:13:50 +03:00
Alexander T
a7364bf534
Merge branch 'master' of https://github.com/microsoft/TypeScript into bug/38463
2020-05-20 19:42:55 +03:00
Alexander T
2cea9d9d95
fix(38682): use stable typescript version ( #38683 )
2020-05-20 09:32:51 -07:00
Dmitry Makhnev
dbaeed5ad8
Add d.ts for Intl.RelativeTimeFormat ( #36084 )
...
* feat(lib/es2020.intl): Add `Intl.RelativeTimeFormat` (part of #29129 );
* fix(lib/es2020.intl): fix for tests and linters `Intl.RelativeTimeFormat` (part of #29129 );
* feat(lib/es2020.intl): Add TSDoc for `Intl.RelativeTimeFormat` by review request https://github.com/microsoft/TypeScript/pull/36084#issuecomment-584769420 ;
* fix(lib/es2020.intl): Fix for tests;
Co-authored-by: Dmitry Makhnev <dmitriy.makhnev@jugru.org >
2020-05-20 11:06:28 -04:00
Alexander T
e04ab6938a
fix(38295): handle duplicate object literal keys which contain '+' and '-' tokens
2020-05-20 14:32:41 +03:00
Alexander T
528d82afd1
Merge branch 'master' of https://github.com/microsoft/TypeScript into bug/38463
2020-05-20 11:04:55 +03:00
Alexander T
1c72da6e49
fix(38463): show completions for index access properties
2020-05-20 10:17:20 +03:00
Wesley Wigham
5f597e69b2
Support naming tuple members ( #38234 )
...
* Initial draft of named tuple members
* Show tuple labels and documentation in completions
* Swap allowed syntax to parameter-like
* Add quickfix for labeled tuple syntax mistakes
* Add refactoring to convert list of signatures to single overload
* Fix small bug in visitor verification
* Signature help for rest parameters which are unions of tuples are displayed as seperate entries now
* Expand sanity check test cases in conformance suite
* Add tests and code for preserving tuple names through spreads where possible
* More refactoring tests, some comment preservation and some fixed formatting of multiline tuples
* Handle missing parameter named in isValidDeclarationForTupleLabel
* Minor text fixes
2020-05-19 15:54:02 -07:00
csigs
24f53b06d2
LEGO: Merge pull request 38670
...
LEGO: Merge pull request 38670
2020-05-19 15:12:05 -07:00
csigs
0e4f1cb407
LEGO: check in for master to temporary branch.
2020-05-19 22:11:18 +00:00
Jack Works
7ec467e270
fix: extract const in jsx ( #37912 )
...
* fix: extract const in jsx
* Update src/services/refactors/extractSymbol.ts
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com >
* Update src/services/refactors/extractSymbol.ts
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com >
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com >
2020-05-19 14:29:49 -07:00
Daniel Rosenwasser
46f100f8ac
Merge pull request #38500 from a-tarasyuk/bug/38485
...
regression(38485): Unable to specify `rawText` when programmatically creating tagged template literals
2020-05-19 14:24:25 -07:00
Nathan Shively-Sanders
415b2e7969
Merge pull request #38656 from a-tarasyuk/bug/33233
...
fix(33233): Code Folding on es5 object functions does not work (getOutliningSpans)
2020-05-19 14:18:42 -07:00
Nathan Shively-Sanders
c5cca0ec18
Merge pull request #38659 from TimvdLippe/patch-3
...
Remove mentions of runtests-browser in CONTRIBUTING.md
2020-05-19 14:07:25 -07:00
Anders Hejlsberg
7ba0a6592d
No contextual types from circular mapped type properties ( #38653 )
...
* No contextual types from circular mapped type properties
* Add regression test
2020-05-19 13:42:30 -07:00