Commit Graph

28739 Commits

Author SHA1 Message Date
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 Hejlsberg
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
Orta
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
Nuno Arruda
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 Bot
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 Nandi
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 Bot
e60d28e6f7 Update user baselines (#33508) 2019-09-19 14:09:54 -07:00
Andrew Branch
816e3f32ea Fix ESLint extension config (#33501)
* Fix ESLint extension config

* Delete workingDirectories
2019-09-19 11:35:19 -07:00
Sheetal Nandi
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
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 Wigham
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 Wigham
683e281040 Reintroduce cloneInferredPartOfContext to fix overloaded inferences with returnMappers (#33478) 2019-09-18 13:14:39 -07:00
Jack Williams
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 Buckton
344dba8809 Fix incorrect parameter types for AsyncIterator next/return (#33354) 2019-09-17 21:02:12 -07:00
Wesley Wigham
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 Rosenwasser
a58b86bcdf Handle parentless nodes in isParameterPropertyDeclaration (#33472)
Handle parentless nodes in isParameterPropertyDeclaration
2019-09-17 13:56:22 -07:00
Martin Probst
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 Casey
2f8832cccc Merge pull request #33469 from amcasey/gh33332
Make extractSymbol explicitly drop JSDoc nodes
2019-09-17 11:42:26 -07:00
TypeScript Bot
800eaedbfa 🤖 User test baselines have changed 2019-09-17 11:36:09 -07:00
Andrew Casey
f10e38fea7 Make extractSymbol explicitly drop JSDoc nodes
Fixes #33332
2019-09-17 10:35:11 -07:00
Anders Hejlsberg
9466025996 Accept new baselines 2019-09-17 07:41:36 -07:00
Anders Hejlsberg
8cbf69489c Cache last isReachableFlowNode result + switch statement CFA fix 2019-09-17 07:01:07 -07:00
Orta
bf46ded8fd Merge pull request #33157 from fuafa/convert-const-to-let
Add convert const to let
2019-09-17 07:49:12 -04:00
xiaofa
67aa2b22ac fix conflicts 2019-09-17 19:02:44 +08:00
xiaofa
58e0469252 fix typo 2019-09-17 18:56:19 +08:00
Nathan Shively-Sanders
ed152b7b06 Merge pull request #33447 from typescript-bot/user-update-Microsoft-20190801
🤖 User test baselines have changed
2019-09-16 15:59:21 -07:00
Anders Hejlsberg
282a7aff6e Accept new API baselines 2019-09-16 15:58:42 -07:00
Anders Hejlsberg
d9c9129720 Ignore references in with statements in getTypeOfDottedName 2019-09-16 15:56:55 -07:00
Anders Hejlsberg
6d6c620cc2 Report grammatic and type-based unreachable code errors in the same way 2019-09-16 15:30:45 -07:00
Anders Hejlsberg
def5e37e6a Revert "More efficient scheme for caching flow node reachability"
This reverts commit e97ebb7f1c.
2019-09-16 14:20:53 -07:00
Anders Hejlsberg
e97ebb7f1c More efficient scheme for caching flow node reachability 2019-09-16 13:04:22 -07:00
typescript-bot
f06f32d945 Update user baselines 2019-09-16 14:10:30 +00:00
Orta
09d6cbc152 Merge pull request #33418 from Kingwl/duplicate_async
fix duplicate async modifier codefix
2019-09-16 09:42:13 -04:00
Anders Hejlsberg
05d1e68e62 Fix linting issues 2019-09-15 18:13:49 -07:00
Anders Hejlsberg
d26afd7273 for-in or for-of expression is evaluated before loop back edge 2019-09-15 11:07:51 -07:00
Anders Hejlsberg
945babbaac Fix inference circularity error triggered by exhaustive switch analysis 2019-09-15 09:49:57 -07:00
Anders Hejlsberg
59b76cee89 Fix call to Debug.fail in compiler 2019-09-15 08:38:17 -07:00
Anders Hejlsberg
51dcce2124 Accept new baselines 2019-09-15 08:28:17 -07:00
Anders Hejlsberg
0060964fba Further CFA handling of exhaustive switch statements 2019-09-15 08:25:07 -07:00
Anders Hejlsberg
cc6e4938ae Treat exhaustive switch statements like non-returning functions in CFA 2019-09-14 15:30:09 -07:00
Wesley Wigham
038d95144d Remove all submodules - just force clone and reset on run instead (#33425) 2019-09-13 16:14:33 -07:00