Commit graph

16636 commits

Author SHA1 Message Date
Andy Hanson aac3d80fc4 Merge branch 'master' into refactor_findallrefs 2017-03-01 08:45:41 -08:00
Mohamed Hegazy 97965574ed Merge pull request #14373 from DLehenbauer/fixSpreadUsage
Fix TypeError when JSDoc.tags is undefined
2017-02-28 16:37:04 -08:00
Yui c404666b1f Merge pull request #14365 from Microsoft/master-fix14259
[Master] Fix 14259 : remove assertion
2017-02-28 10:51:43 -08:00
Kanchalai Tanglertsampan 4aac67b4e6 Remove assertion 2017-02-28 09:59:17 -08:00
Andy fc9bcc1d8f Merge pull request #14343 from Microsoft/undefined_declarations
Add check for undefined declarations
2017-02-28 08:44:41 -08:00
Andy Hanson 7afee8c3ab Fix formatting 2017-02-28 07:55:25 -08:00
DLehenbauer 2a3800965b Fix TypeError when JSDoc.tags is undefined (see #14362) 2017-02-28 07:31:01 -08:00
Ron Buckton 4f1d7a56b9 Merge pull request #14338 from Microsoft/fix14334
Fix emit for downlevel generated catch variable
2017-02-27 16:04:34 -08:00
Andy Hanson cc4a3a830f Add check for undefined declarations 2017-02-27 14:18:46 -08:00
Ron Buckton 8c2bcaedee Fix emit for downlevel generated catch variable 2017-02-27 11:46:56 -08:00
Mohamed Hegazy 36eb1ced1d Merge pull request #14324 from mihailik/master
Special-case (0,eval) for side-effect-free 0 left of comma
2017-02-27 11:32:11 -08:00
Mohamed Hegazy 90ad8dc529 Merge pull request #14330 from mihailik/patch-1
Promise is a duplicate here - fails to build
2017-02-27 11:11:26 -08:00
Andy 14b0c77f24 Merge pull request #14327 from Microsoft/getTypeParameters
Add more specific return type for `getTypeParameters()`
2017-02-27 10:46:03 -08:00
mihailik d7461c874b Promise is a duplicate here - fails to build 2017-02-27 08:39:01 +00:00
andy-ms c2f4b202a4 Add more specific return type for getTypeParameters() 2017-02-26 17:48:27 -08:00
Oleg Mihailik baef2aa2c1 Baseline accept 2017-02-27 01:05:56 +00:00
Oleg Mihailik 6a88cf0edf Better check for right.text, more comments in test 2017-02-26 23:13:50 +00:00
Mohamed Hegazy 87d804e471 Merge pull request #14313 from Microsoft/updateJakeFile
Make server target depend on services inputs
2017-02-25 19:08:19 -08:00
Oleg Mihailik 27675fc96e Avoid failing TS2695 for eval. 2017-02-25 23:35:24 +00:00
Mohamed Hegazy efcca8ce46 Make server target depend on services inputs 2017-02-25 13:02:56 -08:00
Nathan Shively-Sanders 5b23dbc999 Merge pull request #14302 from Microsoft/make-special-property-assignment-apply-only-to-lhs
Provide special property assignment symbol only for left-hand side of assignment
2017-02-24 15:14:30 -08:00
Nathan Shively-Sanders 44e1140cf6 Rename tests 2017-02-24 14:53:35 -08:00
Mohamed Hegazy 1a579d1d4d Merge pull request #14284 from Microsoft/jsDocUpperCasePrimitiveTypes
Allow primitive types in JSDoc to start wtih uppercase letters
2017-02-24 14:31:30 -08:00
Nathan Shively-Sanders 82b5655e66 Special prop assignment symbol applies only to lhs
In a Javascript file, the binder assigns a SpecialPropertyAssignment
marker to the BinaryExpression node of several kinds of special
assignments. Then it binds a special symbol whose declaration is that
BinaryExpression node. But the symbol only applies to the left-hand side
of the assignment. The right-hand side is an independent expression that
should have its own symbols.

Previously, symbol lookup in the checker didn't check whether a
Javascript node that was part of a special property assignment came from
the lhs or the rhs. So the right-hand side would also incorrectly get
the special symbol intended for the left-hand side.

`getSpecialPropertyAssignmentSymbolFromEntityName` in the checker now
checks that its argument is the left-hand side of an assignment before
returning a special property assignment symbol.
2017-02-24 14:22:55 -08:00
Zhengbo Li 2d4b4c9c80 Merge pull request #14014 from zhengbli/12233
Fix jsdoc typedef symbol scope + avoid bind twice if the type has a namespace prefix
2017-02-23 21:26:32 -08:00
Mohamed Hegazy fd8040978b Allow primitive types in JSDoc to start wtih uppercase letters 2017-02-23 21:25:30 -08:00
Arthur Ozga 65da012527 Merge pull request #14158 from aozgaa/QuickFixPeriods
Add periods to diagnostic messages
2017-02-22 16:15:34 -08:00
Vladimir Matveev eb34f0ca03 a few fixed in printer/factory (#14239) 2017-02-22 15:24:29 -08:00
Nathan Shively-Sanders 746c45ccd9 Merge pull request #14250 from Microsoft/fix-crash-in-isConstructorType
isConstructorType checks base constraint for undefined
2017-02-22 14:31:33 -08:00
Nathan Shively-Sanders dbaf1f6756 isConstructorType checks base constraint for undefined
Previously, it assumed there was always a base constraint, which is true
for correct code. For incorrect code, the base constraint may be
missing, which caused a crash because the base constraint was undefined.
2017-02-22 14:16:20 -08:00
Yui 31c4ad193f Merge pull request #14216 from Microsoft/master-fix13526
[Master] Fix13526 allow JSX attributes to be union type
2017-02-22 11:01:08 -08:00
Kanchalai Tanglertsampan cabaeae4c7 Add tests and update baaselines 2017-02-21 14:29:22 -08:00
Kanchalai Tanglertsampan 994ddacae2 Allow JSX attributes to be union types 2017-02-21 14:28:46 -08:00
Vladimir Matveev 359823b4be ignore request for codefixes with no error codes (#14215) 2017-02-21 13:59:33 -08:00
Arthur Ozga b0d916bd99 manually accept baselines 2017-02-21 12:13:15 -08:00
Vladimir Matveev dca368b719 handle the case when conversion of tsconfig.json failed (#14160) 2017-02-21 10:27:50 -08:00
Daniel Rosenwasser b4d2b1db0d Merge pull request #14181 from staxmanade/patch-2
Fix spelling
2017-02-20 10:03:54 -08:00
Jason Jarrett e2222b2680 Update protocol.ts 2017-02-19 22:14:39 -08:00
Ron Buckton 2d62245607 Merge pull request #14163 from Microsoft/fix14151
Fix for-await-of emit in async function
2017-02-17 18:26:56 -08:00
Ron Buckton 7d77c2bc18 Fix for-await-of emit in async function 2017-02-17 18:01:13 -08:00
Mohamed Hegazy 2804154778 Merge pull request #14162 from Microsoft/Fix14136
Fix #14136: Make `Object.create` return `any` all the time
2017-02-17 17:14:15 -08:00
Mohamed Hegazy a89c62a268 Fix #14136: Make Object.create return any all the time 2017-02-17 16:47:51 -08:00
Arthur Ozga 7b58be779b update baselines 2017-02-17 14:21:35 -08:00
Arthur Ozga 5af5358f3a update unit tests 2017-02-17 14:21:15 -08:00
Arthur Ozga f3b80b75a5 add periods 2017-02-17 14:20:51 -08:00
Ron Buckton ef25b25c1f Merge pull request #13940 from Microsoft/publicTransformers
Expose public API for transformation.
2017-02-16 18:07:51 -08:00
Ron Buckton 4db86f78b0 Merge branch 'master' into publicTransformers 2017-02-16 17:52:57 -08:00
Ron Buckton 67a004195a Minor factory cleanup 2017-02-16 17:42:58 -08:00
Ron Buckton 03b9066b7d Merge pull request #12346 from Microsoft/asyncGenerators
Async Iteration and down-level Generators
2017-02-16 17:40:39 -08:00
Ron Buckton 11f58ea2f0 Minor fixes after merging from master 2017-02-16 17:31:26 -08:00