Commit Graph

  • ef765e56df Filter out would-be-duplicate names from JSX attribute completion Ryan Cavanaugh 2015-07-01 16:04:29 -07:00
  • 60db55bfd7 Merge pull request #3677 from RyanCavanaugh/updateSublimeTask Ryan Cavanaugh 2015-07-01 15:42:04 -07:00
  • f3b1321f56 Appeasing Jason lite Arthur Ozga 2015-07-01 15:39:06 -07:00
  • 07142a4ec2 Revert "Appeasing Jason" Arthur Ozga 2015-07-01 15:37:42 -07:00
  • a0bd465a7d Appeasing Jason Arthur Ozga 2015-07-01 15:31:14 -07:00
  • f465d99492 Fix attribute completion following JSX exprs Ryan Cavanaugh 2015-07-01 15:00:06 -07:00
  • 2e0c3908ea Address code review Yui T 2015-07-01 14:59:07 -07:00
  • 27ebd5c749 removed a prototype Arthur Ozga 2015-07-01 14:47:56 -07:00
  • 139d0f46bc updated baselines Arthur Ozga 2015-07-01 14:46:30 -07:00
  • c93bde693b added tests Arthur Ozga 2015-07-01 14:46:18 -07:00
  • 1efff2857f fixed union-type determination, moved abstract implementation test, and reformatted a line Arthur Ozga 2015-07-01 14:45:53 -07:00
  • 30796073b4 Update verification function to be able to test that the only symbol with certain kind, document, and text is the completion list Yui T 2015-07-01 14:42:27 -07:00
  • c0faaeecbe Added more test cases for object binding patterns. Daniel Rosenwasser 2015-07-01 14:26:05 -07:00
  • 7747ad4aa5 Clean up stripQuote and add comments Yui T 2015-07-01 14:25:43 -07:00
  • 605ab0b1fc Fix rename for class expression Yui T 2015-07-01 13:55:02 -07:00
  • 1608845f33 merged with master Arthur Ozga 2015-07-01 13:51:27 -07:00
  • 4dd369fe12 moved initialization and changed a comment Arthur Ozga 2015-07-01 13:37:41 -07:00
  • 422a405c01 Documentative and conservative checking. Daniel Rosenwasser 2015-07-01 13:34:59 -07:00
  • 4a2e67205f Don't show a builder in object binding pattern completions. Daniel Rosenwasser 2015-07-01 13:27:50 -07:00
  • 4082a540e2 Added checks for new identifier location in tests. Daniel Rosenwasser 2015-07-01 13:25:51 -07:00
  • 514d054cac Address CR: Use getDeclaredName and getDeclarationOfKind Yui T 2015-07-01 13:17:46 -07:00
  • 744f640f42 Add comment to clarify why we don't use copySymbol Yui T 2015-07-01 13:16:29 -07:00
  • 379ca11a8b Merge pull request #3697 from Microsoft/testObjectBindingCompletionWithUnionTypes Daniel Rosenwasser 2015-07-01 13:10:50 -07:00
  • f7ba7188f3 Add test case for completion when destructuring from a union type. Daniel Rosenwasser 2015-07-01 13:02:59 -07:00
  • a1877ef336 fexed comment and initialization Arthur Ozga 2015-07-01 10:46:10 -07:00
  • b2a871dcfb Merge pull request #3078 from Microsoft/asyncFunctions Ron Buckton 2015-07-01 09:50:12 -07:00
  • cc6b04c7a6 Bring back 'reportDiagnostics'. Daniel Rosenwasser 2015-07-01 12:49:46 -04:00
  • d8e462d6e7 Make output reliant on whether stdout redirects to a terminal; use forEach. Daniel Rosenwasser 2015-07-01 12:40:01 -04:00
  • 4b4a96b9dc Merge branch 'master' into asyncFunctions Ron Buckton 2015-07-01 09:27:45 -07:00
  • fdbea8b682 Give the new reporter a more reasonable name. Daniel Rosenwasser 2015-07-01 12:23:10 -04:00
  • 17f443ac3b Just squiggle the entire line for middle lines (sans trailing space). Daniel Rosenwasser 2015-07-01 03:49:58 -04:00
  • f660bd3652 Got "prettier" error printing working. Daniel Rosenwasser 2015-06-30 22:35:17 -04:00
  • ba7fadeb12 Add support to tell whether output directs to a terminal emulator. Daniel Rosenwasser 2015-06-30 20:40:06 -04:00
  • 739f5f25cf Adds additional logic to determine how to emit a type reference for decorator metadata Ron Buckton 2015-06-30 20:19:25 -07:00
  • 30d15a8d7c Addressing CR feedback Anders Hejlsberg 2015-06-30 19:46:59 -07:00
  • 9eab88570f Moves type serialization to the emitter. Ron Buckton 2015-06-19 10:32:10 -07:00
  • feb7e1d10e Fixed generic abstract class inheritance and some comments Arthur Ozga 2015-06-30 16:13:09 -07:00
  • 994b73f9cb fixed an erroneous assertion Arthur Ozga 2015-06-30 15:19:51 -07:00
  • 5864a66fbc updated baselines on classAbstract tests Arthur Ozga 2015-06-30 14:44:13 -07:00
  • 5208bded90 Merge pull request #3675 from RyanCavanaugh/fix3674 Ryan Cavanaugh 2015-06-30 14:38:06 -07:00
  • 18d6e73aa0 Revert isRelatedFlags changes Arthur Ozga 2015-06-30 14:33:13 -07:00
  • fb1bf420b4 Adding test for inference with intersection type as target Anders Hejlsberg 2015-06-30 12:41:03 -07:00
  • 6ae775b4ff Support intersection types as target in type inference Anders Hejlsberg 2015-06-30 12:23:21 -07:00
  • c517a6341e Accepting new baselines Anders Hejlsberg 2015-06-30 12:02:23 -07:00
  • a13b64246a Merge branch 'master' into intersectionTypes Anders Hejlsberg 2015-06-30 11:57:49 -07:00
  • ddb60fc8ce Node System host write - need to loop since writeSync might not write all bytes Dirk Baeumer 2015-06-30 10:49:15 +02:00
  • 5fc3099e25 Rule changes Dan Quirk 2015-06-29 17:47:24 -07:00
  • fe4612273c Merge pull request #3641 from Microsoft/exportSepcifierInDeclarations Mohamed Hegazy 2015-06-29 17:28:55 -07:00
  • 12383af225 Responding to Jason Arthur Ozga 2015-06-29 17:20:10 -07:00
  • 389e446742 Merge branch 'master' into completionListWithLocalName Yui T 2015-06-29 16:07:01 -07:00
  • 553085f701 Merge branch 'master' into completionListWithLocalName Yui T 2015-06-29 16:04:45 -07:00
  • b445f90eb9 Merge branch 'contextSensitiveIsRelatedTo' into abstract-classes2 Arthur Ozga 2015-06-29 15:09:14 -07:00
  • e47e5bcbcd fixed a comment Arthur Ozga 2015-06-29 15:08:22 -07:00
  • d932618351 merged with contextSensitiveRelatedTo Arthur Ozga 2015-06-29 14:52:20 -07:00
  • ded24410e6 fixed a conflict Arthur Ozga 2015-06-29 14:39:09 -07:00
  • d8fe237edf merged in master Arthur Ozga 2015-06-29 14:34:12 -07:00
  • 342ae9614e Fix tabbing Ryan Cavanaugh 2015-06-29 14:30:11 -07:00
  • 2a9ea48680 Merge branch 'master' into contextSensitiveIsRelatedTo Arthur Ozga 2015-06-29 14:06:57 -07:00
  • a183ba9020 added flag as argument to checkTypeRelatedTo Arthur Ozga 2015-06-29 14:02:01 -07:00
  • 7b80001968 Delete some files Ryan Cavanaugh 2015-06-29 12:03:13 -07:00
  • 40d1719eb7 Add module setting + test files Ryan Cavanaugh 2015-06-29 11:41:40 -07:00
  • 8da353e169 Add spaces between if and ( Ryan Cavanaugh 2015-06-29 11:39:10 -07:00
  • 430c2c8721 Correct flag JSX elements as being used for the purposes of module imports Ryan Cavanaugh 2015-06-29 11:25:49 -07:00
  • e1c9d28cb0 Merge pull request #3564 from RyanCavanaugh/jsxAndAs Ryan Cavanaugh 2015-06-29 10:54:28 -07:00
  • 3402f3556c Missed a file in merge; use Tristate.True in arrow fn check Ryan Cavanaugh 2015-06-29 10:39:52 -07:00
  • 80fc545e59 Merge branch 'master' into semanticBindingPropNames Daniel Rosenwasser 2015-06-29 12:39:01 -04:00
  • 1d09c6e9c1 Don't use ES5 array APIs Ryan Cavanaugh 2015-06-29 09:37:40 -07:00
  • 591a0db45d Merge pull request #3367 from Microsoft/fixDeFaultOfFindAllRefsToMaster Daniel Rosenwasser 2015-06-29 12:27:02 -04:00
  • 634d35a7d0 Merge remote-tracking branch 'upstream/master' into jsxAndAs Ryan Cavanaugh 2015-06-29 09:23:44 -07:00
  • 042f1fc4a8 Update for style 🎩 Ryan Cavanaugh 2015-06-29 09:07:12 -07:00
  • cdc8c3b5fb Use full display name in tests. Daniel Rosenwasser 2015-06-29 11:09:40 -04:00
  • 4143d1df7f Addressed CR feedback. Daniel Rosenwasser 2015-06-29 10:29:23 -04:00
  • 8316369786 Added tests. Daniel Rosenwasser 2015-06-29 09:46:41 -04:00
  • d9ca99dfad Merge pull request #3637 from RyanCavanaugh/errorCheck Ryan Cavanaugh 2015-06-26 14:23:45 -07:00
  • ce6f39edca Move token scan to inside if Ryan Cavanaugh 2015-06-26 14:21:29 -07:00
  • 306de4d681 CR feedback Ryan Cavanaugh 2015-06-26 14:18:51 -07:00
  • e9d590f634 PR feedback vvakame 2015-06-25 02:45:46 +09:00
  • c20ea3ebf4 Merge branch 'master' of https://github.com/Microsoft/TypeScript Mohamed Hegazy 2015-06-26 10:38:05 -07:00
  • 45182b88b0 Add todo comment to use getDeclaredName Yui T 2015-06-26 10:36:39 -07:00
  • 01e1b14457 Merge pull request #3644 from Microsoft/refactoring Yui 2015-06-26 10:30:09 -07:00
  • 86a121c5ea Merge branch 'mihailik-patch-1' Mohamed Hegazy 2015-06-26 10:26:25 -07:00
  • 72050073bc use double quotes Mohamed Hegazy 2015-06-26 10:25:58 -07:00
  • 90ffdf77c9 Adding test Anders Hejlsberg 2015-06-26 09:48:36 -07:00
  • 18588104db Preserve order in intersection types Anders Hejlsberg 2015-06-26 09:47:58 -07:00
  • b1a05b8d3c Improve commandline help for --jsx Ryan Cavanaugh 2015-06-26 09:38:21 -07:00
  • eeec05d5a9 Merge branch 'master' into fixDeFaultOfFindAllRefsToMaster Daniel Rosenwasser 2015-06-26 12:23:06 -04:00
  • e7e020e958 PR feedback - comments and whitespace adjustments mihailik 2015-06-26 14:38:25 +01:00
  • 133a86a377 Conflict with Object.prototype.watch in FireFox/Gecko mihailik 2015-06-26 09:22:55 +01:00
  • c623e6cc64 Adding a few more tests Anders Hejlsberg 2015-06-25 18:45:03 -07:00
  • 529fcfd4c9 Assignment compatibility fix / contextual intersection types Anders Hejlsberg 2015-06-25 18:44:30 -07:00
  • c3af662e32 Change var -> let and use destructuring Yui T 2015-06-25 18:39:29 -07:00
  • 5467e1dfbd Support completion in named class expression and named function expression Yui T 2015-06-25 18:35:01 -07:00
  • cd48d8181a Fix build errors due to naive var->let replacement Dan Quirk 2015-06-25 18:23:28 -07:00
  • 34489fa0e0 Add test for completion in class expression Yui T 2015-06-25 18:22:33 -07:00
  • 9c9e29877d Add test for completion in function expression Yui T 2015-06-25 18:21:52 -07:00
  • aab210096b Add name of function expression into completion list Yui T 2015-06-24 14:10:02 -07:00
  • f9de30c728 Fix assert with declaration emit for export specifier for a global Mohamed Hegazy 2015-06-25 17:38:11 -07:00
  • d4403df35e var -> let Dan Quirk 2015-06-25 17:36:19 -07:00
  • ed1ff3d57d Fixing up whitespace and semicolons Dan Quirk 2015-06-25 16:24:41 -07:00
  • 82ecd5db9d Basic tslint rules, non-final list Dan Quirk 2015-06-25 16:24:02 -07:00