TypeScript/src
Nathan Shively-Sanders a772c26a71
Error when property is specified more than once via a spread (#36727)
* add tests but not baselines or fixes

* Update original change

Still probably wrong; probably doesn't even compile beacuse I'm just
typing on my laptop.

* fix error code ok

* notes to self

* Error: property is specified more than once via spread

* make jsx tests stricter

* update semicolon error message

* use ?. because it is great

* use maybeTypeOfKind in new code

* restore jsx error

* add tests
2020-02-11 10:23:15 -08:00
..
cancellationToken Use fs.existsSync to check for cancellation (#36190) 2020-01-15 12:53:40 -08:00
compiler Error when property is specified more than once via a spread (#36727) 2020-02-11 10:23:15 -08:00
debug Rename debug.ts so its name differs from its namespace (#35596) 2019-12-09 16:35:01 -08:00
executeCommandLine fix(36385): return failed exit code if tsconfig doesn't exist and there are no input files. (#36474) 2020-01-28 16:11:19 -08:00
harness Enable @typescript-eslint/space-before-function-paren, @typescript-eslint/no-unused-expressions (#36569) 2020-02-04 14:43:25 -08:00
instrumenter
jsTyping Add watchOptions to tsconfig and allow supplying them on command line as well (#35615) 2019-12-11 13:26:44 -08:00
lib Subtypes of ErrorConstructor extend it (#35549) 2020-01-29 13:26:00 -08:00
loc/lcl LEGO: check in for master to temporary branch. 2020-01-17 04:10:10 +00:00
server Handle walkThroughSnippet:/ and untitled:/ as dynamic files (#36722) 2020-02-10 13:55:43 -08:00
services Throw syntax error for } and > in JSX text (#36636) 2020-02-11 11:44:17 -05:00
shims Move most harness globals into namespaces (#35530) 2019-12-06 15:20:49 -08:00
testRunner Handle walkThroughSnippet:/ and untitled:/ as dynamic files (#36722) 2020-02-10 13:55:43 -08:00
tsc Move executeCommandLine ambient code into tsc (#35788) 2019-12-19 15:55:42 -08:00
tsserver Fixes to handle file names in module resolution watching and createGetCanonicalFileName (#36106) 2020-01-31 10:40:57 -08:00
tsserverlibrary Add external mapShim/debug modules (#33712) 2019-10-07 13:31:07 -07:00
typescriptServices Add external mapShim/debug modules (#33712) 2019-10-07 13:31:07 -07:00
typingsInstaller @typescript-eslint/semi 2019-06-14 09:46:02 +03:00
typingsInstallerCore Add watchOptions to tsconfig and allow supplying them on command line as well (#35615) 2019-12-11 13:26:44 -08:00
watchGuard add .eslintrc for src and scripts. update typescript-eslint 2019-08-14 12:34:16 +03:00
.eslintrc.json Remove distinction between CI lint and local lint (#36430) 2020-01-24 16:23:14 -08:00
tsconfig-base.json Improve type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
tsconfig-library-base.json Update gulp to build using this branch 2019-03-01 13:44:14 -08:00
tsconfig-noncomposite-base.json Update gulp to build using this branch 2019-03-01 13:44:14 -08:00
tsconfig.json Add external mapShim/debug modules (#33712) 2019-10-07 13:31:07 -07:00