Daniel Rosenwasser
6a1af7cf5f
Add DanielRosenwasser to PR owners. ( #47006 )
2021-12-03 12:32:16 -08:00
Oleksandr T
4b794fe1dd
fix(46345): omit temp variable for computed property name in ambient context ( #46446 )
2021-12-02 16:04:11 -08:00
LowR
bedc8d4124
fix(46195): handle numeric separators and larger integers correctly in codefix for large integers ( #46389 )
...
* fix(46195): handle numeric separators and larger integers correctly
* Use `indexOf()` instead of `includes()`
2021-12-02 16:01:43 -08:00
Jake Bailey
5113ba284b
Add jakebailey to pr_owners.txt ( #46996 )
2021-12-02 14:09:10 -08:00
Ron Buckton
c792a66065
Pin chalk to ^4.1 ( #46985 )
...
* Pin chalk to ^4.1
* Revert #46931
2021-12-02 11:05:17 -08:00
Jack Bates
670ad45bda
Describe defaults of more options ( #46498 )
...
* Describe defaults of more options
* Use enum members/values vs. strings
* Update Baselines and/or Applied Lint Fixes
Co-authored-by: TypeScript Bot <typescriptbot@microsoft.com>
2021-12-01 07:45:00 -08:00
Andrew Casey
b8ec791ca1
Don't call afterEach within beforeEach ( #46963 )
...
Otherwise, a new afterEach handler is added for each test case and the
number of handlers run grows quadratically.
2021-11-30 15:08:42 -08:00
Jake Bailey
cdf12f91c7
Fix parsing of parenthesized functions in conditional expressions ( #46960 )
2021-11-30 12:57:37 -08:00
TypeScript Bot
0f3d0e0470
Update package-lock.json
2021-11-30 06:06:28 +00:00
Oleksandr T
d3d088fac5
fix(44639): Transpilation of optional chaining combined with type casting results in function call losing its context ( #44666 )
...
* fix(44639): Fix emit for optional chain with type assertions
* Move ASI-blocking parens out of ts transform
* Add missing comments from PartiallyEmittedExpression+minor cleanup
* Avoid comment duplication on copied receiver
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
2021-11-29 13:22:53 -08:00
Andrew Branch
68bf5a519a
Fix formatting the end of a selection ( #46875 )
...
* Fix formatting edits at end of range
* Adjust test
* Revert API baseline changes
2021-11-29 09:27:21 -08:00
uhyo
04f831d795
Import chalk with import() syntax ( #46931 )
...
This makes code compatible with chalk v5.0.0.
2021-11-29 13:32:29 +00:00
Daniel Rosenwasser
2e706758af
Add function names for code fixes. ( #46728 )
...
* Add function names for code fixes.
* Remove double space.
* Undo CRLF -> LF change.
2021-11-27 12:15:07 -08:00
TypeScript Bot
912c01a2a6
Update package-lock.json
2021-11-27 06:06:06 +00:00
TypeScript Bot
90600e1b17
Update package-lock.json
2021-11-24 06:07:09 +00:00
Daniel Rosenwasser
a90389a22d
Switch deferredNodes from a Map to a Set. ( #46751 )
2021-11-23 17:46:33 -08:00
TypeScript Bot
0163a624b7
Update package-lock.json
2021-11-20 06:06:42 +00:00
TypeScript Bot
9766757ee6
Update package-lock.json
2021-11-19 06:06:13 +00:00
Nathan Shively-Sanders
868c275fdf
Plain JS binder errors ( #46816 )
...
* Plain JS binder errors
Issue select errors from the binder in JS files that do not have checkJS
explicitly turned on or off. These errors mirror runtime checks done by
Javascript.
* Rest of plain JS binder errors
* address PR comments
* Only issue binder errors in plain JS.
Checker errors require requesting diagnostics, which stll needs to be
peformance tested.
This commit removes one cross-file duplicate declaration error in the tests.
* fix const lint
2021-11-18 17:13:06 -08:00
Oleksandr T
6143237376
fix(46366): handle enum string access as enumMemberName ( #46431 )
2021-11-18 15:50:32 -08:00
Andrew Casey
1ade73df2b
Stop calling our own @deprecrated APIs ( #46831 )
...
* Clean up createMap
* Delete dead createMapFromTemplate
* Clean up assertDefined
* Delete dead assertEachDefined
* Delete dead createUnderscoreEscapedMap
* Delete dead hasEntries
* Delete dead ReadonlyNodeSet, NodeSet, ReadonlyNodeMap, NodeMap
* Use updated SyntaxKind names
* Update API baselines
2021-11-18 10:37:55 -08:00
Zzzen
de4ba0f208
enable go-to-type-definition on type nodes ( #46714 )
...
* enable go-to-type-definition on type nodes
* only go when symbol has no value meaning
* Update formatting of src/services/goToDefinition.ts
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2021-11-18 08:55:54 -08:00
Oleksandr T
a75f26e68b
fix(42238): emit this parameter in function declaration ( #46511 )
2021-11-17 15:43:27 -08:00
Andrew Branch
f11f14baba
Fix broken module resolution after large/rapid edits in nodenext ( #46818 )
...
* Fix broken module resolution after edits in nodenext
* Move field copying to a better place I guess
2021-11-17 13:04:43 -08:00
Andrew Branch
009dd487a6
Update symlink cache from AutoImportProvider resolution even if host project already contains the file via its realpath ( #46830 )
2021-11-16 16:39:10 -08:00
Wesley Wigham
0bf97296d6
Allow nightly-only flags in -insiders builds ( #46829 )
2021-11-16 12:53:37 -08:00
Kevin Tan
fcdbc932bf
implement code fix for override of js files ( #45780 )
...
* feat: code fix for override in js files
Co-Authored-By: Wenlu Wang <kingwenlu@gmail.com>
* fix comments
Co-Authored-By: Wenlu Wang <kingwenlu@gmail.com>
* remove tryMergeJsdocTags
* fix: bring the two methods back as functions
* revert emitter changes
* fix comments
* fix: test failures
Co-authored-by: Wenlu Wang <kingwenlu@gmail.com>
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2021-11-16 08:01:43 -08:00
TypeScript Bot
7615547d42
Update package-lock.json
2021-11-15 06:06:28 +00:00
Oleksandr T
719ab0b477
fix(43359): emit default exports with named exports that have the same names with types ( #44718 )
2021-11-12 11:25:52 -08:00
Mohammad Aziz
fe3e117cb2
fix(46712): Add "exceptZero" for "signDisplay" option of Intl.NumberFormat() ( #46740 )
2021-11-12 11:12:21 +00:00
Andrew Branch
1298f498f4
Revert changes to matchFiles/readDirectory made since 4.3 ( #46787 )
...
* Revert "Fix RWC missing file detection (#46673 )"
This reverts commit 4a065f524c1f843df297f6ee01313c6bc31d4f65.
* Revert "Pass absolute path to directoryExists (#46086 )"
This reverts commit 55b4928e820c0a16698eff41ba08bfe550a75604.
* Revert "Reduce exceptions (#44710 )"
This reverts commit c0d5c29080e242f85a55e52e42f61065042d1730.
* Add back system watcher limit
2021-11-11 15:24:20 -08:00
Armando Aguirre
7b86a65f22
Removed replacement from jsx completions ( #46767 )
...
* Removed replacement from jsx completions
* Fixed tests
2021-11-10 18:18:15 -08:00
Oleksandr T
b12d5c5dc5
fix(46605): show completions in object literal parameters ( #46743 )
2021-11-09 14:50:26 -08:00
Daniel Rosenwasser
416571ca90
Remove unnecessary annotations/casts/aliases ( #46727 )
...
* Remove unnecessary annotation.
* Remove more unnecessary stuff.
* Remove unnecessary assertion.
2021-11-09 12:17:54 -08:00
Gabriela Araujo Britto
e5a6ae397d
Fix extra newline in class member snippet completions ( #46737 )
...
* fix extra newline
* fix test
2021-11-09 12:03:07 -08:00
Wesley Wigham
4a065f524c
Fix RWC missing file detection ( #46673 )
2021-11-09 10:41:18 -08:00
TypeScript Bot
e040e8516f
Update package-lock.json
2021-11-09 06:06:42 +00:00
Oleksandr T
a05d851dc3
fix(45907): don't use static member name to inherit JSDocs from instance members ( #46274 )
2021-11-08 15:05:08 -08:00
Nathan Shively-Sanders
9713cc1a75
Big[U]Int64Array.at returns bigint, not number ( #46733 )
...
bigint is needed to represent all 64-bit ints that these arrays could
contain.
2021-11-08 09:50:02 -08:00
Oleksandr T
3ef3cdddb3
fix(45692): merge non-primitive in spread-union ( #45729 )
2021-11-05 15:41:06 -07:00
Oleksandr T
0a628ff0c9
fix(44059): omit duplicate types ( #45739 )
2021-11-05 15:36:08 -07:00
Oleksandr T
2d4b243195
fix(33325): allow extract refactoring on selected statement without trailing semicolon ( #45765 )
2021-11-05 10:00:31 -07:00
Oleksandr T
4fca1e1fcd
fix(46666): add outlining spans for comments preceding call expressions ( #46682 )
2021-11-04 12:43:01 -07:00
Kagami Sascha Rosylight
ae582a22ee
Add target: "es2022" ( #46291 )
...
* Add `target: "es2022"`
* Add Object.hasOwn
* formatToParts is es2018
* ref update
* optional parameter
* Revert "optional parameter"
This reverts commit e67d6e5f6062d72b830893e9988840779cb7fa8c.
* undefined
* error cause
* Lint fix
Co-authored-by: Orta <git@orta.io>
2021-11-04 10:55:11 -07:00
Oleksandr T
ff75b8a180
fix(46615): remove useless assertion. change error suggestion for rest params ( #46628 )
2021-11-03 14:11:39 -07:00
Wesley Wigham
d53630fac3
Make specifier generation from export map information conditional on module resolution mode ( #46670 )
2021-11-03 13:10:44 -07:00
Oleksandr T
7264cf7db5
fix(46589): omit ? in method signature completion for optional methods ( #46594 )
2021-11-03 12:56:17 -07:00
Andrew Casey
e2f47a2db1
Duplicate GDPR fragment from VS Code repo ( #46625 )
...
* Duplicate GDPR fragment from VS Code repo
...because the tool doesn't handle cross-repro references.
* Explain functionality in more detail
2021-11-03 10:37:31 -07:00
Anders Hejlsberg
831b770b95
Control flow analysis for destructured discriminated unions ( #46266 )
...
* CFA for dependent variables destructured from discriminated union
* Accept new baselines
* Add tests
* Limit calls to isSymbolAssigned
* Fix wrong operator
2021-11-02 15:48:13 -07:00
Wesley Wigham
de23842e45
Allow import assertions on esm imports under module: nodenext ( #46630 )
...
* Allow import assertions on esm imports under module: nodenext
* Changes to copy
Co-authored-by: Andrew Branch <andrew@wheream.io>
2021-11-02 15:34:37 -07:00