TypeScript/src
Nathan Shively-Sanders 004b3ae018
Simplify arity errors, rewording spread errors (#43855)
* Scribbles + tests

The second test actually requires node types

* Basically working

The two simple fixes, in arity error reporting, are in, and the
simplification of arity error reporting is half-done. I haven't started
on any improvements to call assignability.

* trim out too-real test case

* Finish cleanup

And reword error a little.

* Simplify and reword spread errors

* handle spreads first

* update baselines

* Address PR comments
2021-04-29 14:38:50 -07:00
..
cancellationToken
compiler Simplify arity errors, rewording spread errors (#43855) 2021-04-29 14:38:50 -07:00
debug
deprecatedCompat @link support, second try (#43312) 2021-03-22 16:39:35 -07:00
executeCommandLine Cache resolved project references and watch wild card directories from them to update them (#42929) 2021-03-26 13:23:03 -07:00
harness Allow override as parameter property (#43831) 2021-04-28 16:41:09 -07:00
instrumenter
jsTyping Add way to exclude files and directories to watch (#39243) 2020-11-04 13:30:06 -08:00
lib Fix typo (#43404) 2021-03-29 12:14:44 +01:00
loc/lcl LEGO: check in for master to temporary branch. 2020-12-10 00:10:58 +00:00
server Added skipDestructiveCodeActions argument to organize imports server command (#43184) 2021-04-20 09:04:17 -07:00
services Complete constructor keyword after property declaration (#43654) 2021-04-29 11:16:51 -07:00
shims Fix definition of ts.Iterator 2020-11-11 18:42:12 -08:00
testRunner Module Resolution and Type Reference directive cache updates and its API changes (#43700) 2021-04-21 21:30:18 -07:00
tsc
tsserver Don't build type catalog during server tracing (#43354) 2021-03-25 15:52:04 -07:00
tsserverlibrary Rename 'compat' to 'deprecatedCompat'. (#41000) 2020-11-02 14:25:12 -08:00
typescriptServices Rename 'compat' to 'deprecatedCompat'. (#41000) 2020-11-02 14:25:12 -08:00
typingsInstaller
typingsInstallerCore Add way to exclude files and directories to watch (#39243) 2020-11-04 13:30:06 -08:00
watchGuard
webServer Adds experimental support for running TS Server in a web worker (#39656) 2020-12-08 16:09:43 -08:00
.eslintrc.json
tsconfig-base.json Replaces the default module index resolver with '/index' instead of '' when handling internal routing for dts bundles (#39277) 2020-09-11 08:12:07 -04:00
tsconfig-library-base.json Produce source maps for local typescriptServices build (#41589) 2020-11-30 14:28:13 -08:00
tsconfig-noncomposite-base.json
tsconfig.json