Commit Graph
1096 Commits
Author SHA1 Message Date
Vladimir Matveev ad890522f6 added tests for tsx formatting 2016-01-04 13:59:27 -08:00
Daniel Rosenwasser 99b771c016 Merge pull request #4398 from SaschaNaz/formatTsxAttr
Fixing JSX/TSX closing tag/attribute/expression formatting
2015-12-30 01:25:21 -05:00
Vladimir Matveev bb1e5ab5ea Merge pull request #6077 from Microsoft/superInObjectLiterals
allow usage of 'super' in object literal expressions
2015-12-17 21:53:58 -08:00
Yui T 73911a327d Merge branch 'master' into fix4686_fixrename 2015-12-17 18:35:08 -08:00
Yui T 7499c7c279 Address feedback 2015-12-17 18:34:21 -08:00
Yui T 5a53c613e4 Add assertion to check that ranges-array is not empty so it doesn't silently fail 2015-12-17 15:51:00 -08:00
Yui T ddbf1030ff Fix fourslash range annotation 2015-12-16 16:06:55 -08:00
Vladimir Matveev db7f955a5f Merge remote-tracking branch 'origin/master' into superInObjectLiterals 2015-12-16 13:20:06 -08:00
Vladimir Matveev a3cce3868b addressed PR feedback 2015-12-16 13:19:57 -08:00
Ryan Cavanaugh 2f447ee005 Merge pull request #5876 from RyanCavanaugh/javaScriptPrototypes
JavaScript prototype class inference
2015-12-14 11:42:18 -08:00
Yui T 7e71686b1a Fix broken tests 2015-12-14 10:14:35 -08:00
Yui T 99722e442c Add tests for binding pattern in parameter property declaration 2015-12-12 16:38:11 -08:00
Yui T d4ea6a0289 Merge branch 'master' into fix4686_fixrename 2015-12-12 15:53:16 -08:00
Yui T b00fa42dea Update tests 2015-12-12 15:52:55 -08:00
Yui T af65e86aaa Add tests 2015-12-11 19:28:21 -08:00
Wesley Wigham f3b55b8198 whitespace 2015-12-11 16:14:47 -08:00
Wesley Wigham 14374e6253 split tests by completions/quick info 2015-12-10 20:00:52 -08:00
Wesley Wigham 591f96321c Add language service tests for this predicates 2015-12-10 13:25:26 -08:00
SaschaNaz e387f69fac merge conflicts 2015-12-09 23:28:51 +09:00
SaschaNaz 595f134e8b space around arrow 2015-12-09 00:02:10 +09:00
yaoyao e95ae4f100 Improve 'Cannot compile modules unless the '--module' flag is provided.' message 2015-12-08 08:56:41 +08:00
Daniel Rosenwasser b4f4dadeb6 Merge pull request #5979 from DanCorder/5058
Fix for #5058 - Exclude implemented interface functions from autocompletion suggestions.
2015-12-07 15:06:53 -08:00
Dan Corder c6feaa016a Remove unnecessary I2 from test case 2015-12-07 22:43:44 +00:00
Ryan Cavanaugh c97dffff3b Support 'this' in inferred method bodies 2015-12-07 11:55:30 -08:00
Dan Corder ff4147af01 Fix for #5058 - Exclude implemented interface functions from autocompletion suggestions. 2015-12-07 19:47:56 +00:00
Dan Corder 57c595a49d Fix for issue #5947 2015-12-07 16:26:53 +00:00
Ryan Cavanaugh fcd00a59d2 Simplified JS prototype class inference 2015-12-04 14:58:32 -08:00
Ryan Cavanaugh 6bb62d6daf Merge remote-tracking branch 'upstream/master' into javaScriptPrototypes 2015-12-04 14:12:01 -08:00
Martin Všetička f15fe5b335 Improved error messages for property declarations 2015-12-04 09:20:49 +01:00
Sheetal Nandi 0ab538f5d0 Merge pull request #5839 from Microsoft/jsBinderErrors
Report binder diagnostics, program diagnostics as well as file pre processing diagnostics in javascript file
2015-12-03 15:45:06 -08:00
Yui T f83817a488 remove line and unused code 2015-12-02 13:47:19 -08:00
Yui T 135e091c2a Add more tests 2015-12-02 13:45:52 -08:00
Sheetal Nandi 086d3945eb Merge branch 'master' into jsBinderErrors 2015-12-02 11:36:11 -08:00
Yui T ace383d342 add tests 2015-12-01 18:39:02 -08:00
Ryan Cavanaugh c3b59d156f Merge branch 'master' into javaScriptPrototypes
# Conflicts:
#	src/compiler/binder.ts
#	src/compiler/checker.ts
#	src/harness/fourslash.ts
2015-12-01 14:34:15 -08:00
Sheetal Nandi a87169829c Merge branch 'master' into sourceMapAndBreakpointDecorators 2015-11-30 14:14:06 -08:00
Sheetal Nandi 6b42712eb2 Report bind diagnostics, program diagnostics and file pre processing diagnostics in javascript file
Handles #5785
2015-11-30 13:26:00 -08:00
Yui T 81fdc4384f Add fourslash tests 2015-11-24 17:50:00 -08:00
Ryan Cavanaugh fb83ee0a30 WIP 2015-11-20 10:59:13 -08:00
Sheetal Nandi c84a9f154b Test cases for breakpoints with decorators 2015-11-19 16:48:33 -08:00
Sheetal Nandi a19307d533 Merge branch 'master' into jsFileCompilation 2015-11-18 11:26:58 -08:00
Sheetal Nandi 13bc120fe2 Merge pull request #5698 from Microsoft/paramPropertyDocComment
Fix for doc comment for parameter-property not shown correctly when invoking constructor
2015-11-16 17:16:57 -08:00
Sheetal Nandi a275dabe44 When constructing signature, include parameter symbol instead of property symbol of parameter-property declaration
Fixes #4566
2015-11-16 16:48:57 -08:00
Vladimir Matveev 076d65e1cf addressed PR feedback 2015-11-16 16:23:18 -08:00
Sheetal Nandi 073b69aaf5 Merge branch 'master' into jsFileCompilation 2015-11-16 12:04:42 -08:00
Vladimir Matveev 31bce223d9 switch fourslash to use local test state 2015-11-16 11:50:42 -08:00
Sheetal Nandi fc07763499 Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
Zhengbo Li bd39847d6c Merge pull request #5593 from zhengbli/i5530
Add file content as a parameter for the tsserver open command
2015-11-13 11:30:11 -08:00
zhengbli fe9d73eb5b Remove debugger statement from test 2015-11-12 11:42:21 -08:00
zhengbli 278b35b354 Adding test and comments. Override file content even if already opened. 2015-11-12 11:16:11 -08:00