Commit Graph
28784 Commits
Author SHA1 Message Date
Anders Hejlsberg f0bf72fe34 Fix linting issue 2019-09-24 08:57:01 -07:00
Anders Hejlsberg 5962a5c08e Merge branch 'master' into recursiveTypeReferences
# Conflicts:
#	src/compiler/checker.ts
#	src/compiler/types.ts
2019-09-24 07:29:05 -07:00
Anders Hejlsberg 3aa3326f4f Accept new baselines 2019-09-24 06:55:47 -07:00
Anders Hejlsberg e3d23cc40e Add tests 2019-09-24 06:55:38 -07:00
Anders HejlsbergandGitHub bf992a57f6 Merge pull request #32695 from microsoft/assertionsInControlFlow
Assertions in control flow analysis
2019-09-23 16:57:56 -07:00
Wesley WighamandGitHub 00a43d7b49 Cache propagating variance flags in the relationship cache (#32225)
* Cache propagating variance flags in the relationship cache

* Convert base fields in relation comparison result to flags
2019-09-23 16:55:19 -07:00
Wesley WighamandGitHub 367b82055c Hoist and distribute type parameter constraints over type parameters … (#33453)
* Hoist and distribute type parameter constraints over type parameters when comparing against union targets when fetching union constraints

* Fix PR nits
2019-09-23 16:52:03 -07:00
Wesley WighamandGitHub 26caa3793e Introduce flattened error reporting for properties, call signatures, and construct signatures (#33473)
* Introduce flattened error reporting for properties, call signatures, and construct signatures

* Update message, specialize output for argument-less signatures

* Skip leading signature incompatability flattening

* Add return type specialized message
2019-09-23 16:08:44 -07:00
Wesley WighamandGitHub 6c2ae12559 Relax the constraints of isValidBaseType to allow base types to be constructor types (#33146)
* Relax the constraints of isValidBaseType to allow base types to be constructor types

* Fix nit

* Reduce confusion between isConstructorType and isValidBaseType

* Update comment
2019-09-23 15:58:03 -07:00
Daniel RosenwasserandGitHub 4f25774785 Merge pull request #33477 from Nathan-Fenner/error-on-extra-jsx-prop
report error on extraneous JSX prop instead of element name
2019-09-23 15:26:57 -07:00
OrtaandGitHub ff10599ed5 Merge pull request #33563 from orta/remove_gulpfile_errors
Remove errors from the gulpfile
2019-09-23 17:54:41 -04:00
TypeScript BotandWesley Wigham f9ca8ba6f8 Update user baselines (#33557) 2019-09-23 14:09:51 -07:00
Nathan Fenner 86c7d84457 update missing baselines 2019-09-23 12:02:13 -07:00
Orta Therox 0da541528e Remove errors from the gulpfile 2019-09-23 14:16:30 -04:00
Anders Hejlsberg bf08d3bfc7 Fix linting issues 2019-09-23 06:14:52 -07:00
Anders Hejlsberg 8604d4e428 Include type operators in aliased type checks 2019-09-21 09:07:49 -07:00
Anders Hejlsberg db7c03d868 Merge branch 'master' into recursiveTypeReferences
# Conflicts:
#	src/compiler/checker.ts
#	src/compiler/types.ts
#	tests/baselines/reference/api/tsserverlibrary.d.ts
#	tests/baselines/reference/api/typescript.d.ts
2019-09-21 08:52:14 -07:00
Anders HejlsbergandGitHub 5d09688c1e Merge pull request #33228 from microsoft/fix32976
Less aggressive contextual signature instantiation
2019-09-21 07:31:24 -07:00
OrtaandGitHub 5b9a56fc4d Merge pull request #33057 from jablko/patch-2
Allow readonly arguments to Promise.all(), etc.
2019-09-21 08:02:14 -04:00
Anders Hejlsberg bcdf33d8de Fix forEachChild 2019-09-20 17:44:19 -07:00
Anders Hejlsberg c3dcc37c79 Merge branch 'master' into assertionsInControlFlow
# Conflicts:
#	src/compiler/checker.ts
2019-09-20 17:23:27 -07:00
Anders Hejlsberg 97d69d442d Accept new baselines 2019-09-20 17:18:08 -07:00
Anders Hejlsberg 21b5418cef Add tests 2019-09-20 17:17:39 -07:00
Anders HejlsbergandGitHub 10e3f11c0d Merge pull request #33510 from microsoft/controlFlowLoopCaching
Enable caching for control flow paths that precede loops
2019-09-20 14:09:47 -07:00
OrtaandGitHub ee6f00dcd5 Merge pull request #33536 from orta/ping_for_playgrounds
When a packed version of TypeScript is requested, request a build of Monaco
2019-09-20 17:03:12 -04:00
Nathan Fenner 1cad8edfa7 check for SyntaxKind.JSXAttribute instead of located-ness of name prop 2019-09-20 14:00:11 -07:00
Nuno ArrudaandRyan Cavanaugh cc3ee3013d Fix grammar issues on CONTRIBUTING.md (#33535) 2019-09-20 13:11:22 -07:00
Orta Therox 26c816f932 When a packed version of TypeScript ios requested, also send a request to create a build of monaco for the playground 2019-09-20 15:20:10 -04:00
Anders Hejlsberg 007b4b1e31 Minor simplification 2019-09-20 10:24:02 -07:00
TypeScript BotandWesley Wigham 7573a6d0f8 Update user baselines (#33534) 2019-09-20 09:17:19 -07:00
Anders Hejlsberg d4ad0d53dc Cheaper caching scheme 2019-09-20 06:47:42 -07:00
Sheetal NandiandGitHub 7f004ad8df Merge pull request #33380 from microsoft/isolatedModules
With --isolatedModules, --declaration emit is now allowed and builder handles it for incremental compilation
2019-09-19 16:20:21 -07:00
TypeScript BotandWesley Wigham e60d28e6f7 Update user baselines (#33508) 2019-09-19 14:09:54 -07:00
Andrew BranchandGitHub 816e3f32ea Fix ESLint extension config (#33501)
* Fix ESLint extension config

* Delete workingDirectories
2019-09-19 11:35:19 -07:00
Jack Bates 78057a64ac Allow readonly arguments to Promise.all(), etc. 2019-09-19 11:11:59 -07:00
Sheetal NandiandGitHub 73233d72f7 Merge pull request #33503 from microsoft/moreApisForBuild
Add output file names api for supporting ts-loader
2019-09-19 09:18:27 -07:00
Anders Hejlsberg 7b77b49781 Enable caching for control flow paths that precede loops 2019-09-19 08:26:52 -07:00
Nathan Fenner dbc17229f7 report extraneous jsx attribute error on attribute name instead of entire attribute assignment 2019-09-18 16:31:44 -07:00
Nathan Fenner 940231785e report error on extra jsx prop instead of component name 2019-09-18 16:31:44 -07:00
Anders Hejlsberg cafec556f3 Properly handle try-finally statements in isReachableFlowNode 2019-09-18 15:20:20 -07:00
Sheetal Nandi e430f2a81c Add output file names api for supporting ts-loader 2019-09-18 14:13:49 -07:00
Wesley WighamandGitHub 5e06bea481 getConstraintDeclaration gets the first declaration with a constraint… (#33426)
* getConstraintDeclaration gets the first declaration with a constraint, rather than just the first declaration

* Add type annotation

* Update comment
2019-09-18 13:56:24 -07:00
Wesley WighamandGitHub 683e281040 Reintroduce cloneInferredPartOfContext to fix overloaded inferences with returnMappers (#33478) 2019-09-18 13:14:39 -07:00
Jack WilliamsandRyan Cavanaugh 1c20aa0b1a Narrow unknown under inequality when assumed false (#33488) 2019-09-18 10:54:42 -07:00
Anders Hejlsberg ba30fdc4ae Attach flow nodes only when allowUnreachableCode !== true 2019-09-18 06:36:51 -07:00
Ron BucktonandGitHub 344dba8809 Fix incorrect parameter types for AsyncIterator next/return (#33354) 2019-09-17 21:02:12 -07:00
Wesley WighamandGitHub 56e2cb31ad Reverse mapped types should have inferable indexes if their source had an inferable index (#33450) 2019-09-17 15:36:00 -07:00
Daniel RosenwasserandGitHub a58b86bcdf Handle parentless nodes in isParameterPropertyDeclaration (#33472)
Handle parentless nodes in isParameterPropertyDeclaration
2019-09-17 13:56:22 -07:00
Martin ProbstandDaniel Rosenwasser 6bb7e5c086 Handle parentless nodes in isParameterPropertyDeclaration
Fixes #33295.

This follows a similar pattern as in #20314 by requiring an explicit
`parent` parameter. Where possible, it uses the appopriate variable at
the call sites.

In several locations there is no context available though (e.g.
inspecting `valueDeclarations`) and we access `.parent` as the code
previously did. From a cursory inspection this seems correct, these
callpaths originate in phases where there must be a `parent` (i.e. in
checker, binder, etc).

Change-Id: I28e4726777b57237bec776e4001e9e69ac591b11
2019-09-17 13:22:30 -07:00
Andrew CaseyandGitHub 2f8832cccc Merge pull request #33469 from amcasey/gh33332
Make extractSymbol explicitly drop JSDoc nodes
2019-09-17 11:42:26 -07:00