Commit Graph

1174 Commits

Author SHA1 Message Date
Bill Ticehurst
ed1eb2b274 Fixed up paths in fourslash tests 2016-02-10 22:28:52 -08:00
Ryan Cavanaugh
8d0267c854 Recognize = as equivalent to ? in JSDoc signatures
Fixes #6811

(cherry picked from commit f7eac73a6f)
2016-02-05 10:47:28 -08:00
Ryan Cavanaugh
78237739ba Add more complex test scenarios
(cherry picked from commit e347c3711c)

# Conflicts:
#	tests/cases/fourslash/jsDocGenerics1.ts
2016-02-05 10:46:15 -08:00
Ryan Cavanaugh
37441e1698 Recognize object literal method JSDoc comments
Fixes #6825

(cherry picked from commit 8aad976c69)
2016-02-05 10:43:09 -08:00
Ryan Cavanaugh
909e0b1903 Always show file tokens in JS completion lists
Fixes #6654
2016-02-05 10:42:00 -08:00
Bill Ticehurst
b761096dff Merge pull request #6905 from Microsoft/portJsDocFixes
Port Salsa fixes
2016-02-04 12:40:49 -08:00
Ryan Cavanaugh
73a8ace843 Fixes bug #6673
#6673

(cherry picked from commit f89ebb8fd8)
2016-02-04 11:30:34 -08:00
Ryan Cavanaugh
54bc98b22a Add malformed parameter test
(cherry picked from commit b15ff81384)
2016-02-04 11:30:04 -08:00
Ryan Cavanaugh
f0e70cbf0f Don't crash when return type jsdoc tag is malformed
Fixes #6662

(cherry picked from commit 5a845bf0fc)
2016-02-04 11:30:03 -08:00
Ryan Cavanaugh
f84bbcdf59 Don't show the currently-completing thing at the cursor in JS files
Fixes #6693

(cherry picked from commit 124bd517e7)
2016-02-04 11:28:29 -08:00
Ryan Cavanaugh
96ec9be665 Recognize the RHS of assignments as the JSDoc target expression
Fixes #6552

(cherry picked from commit 364b08854b)
2016-02-04 11:28:07 -08:00
Ryan Cavanaugh
176baf904a Add some tests
(cherry picked from commit 3dfd378b7e)
2016-02-04 11:27:43 -08:00
Ryan Cavanaugh
eb27166b09 Parse JSDoc comments for ES6 class constructors and methods
Fixes #6646

(cherry picked from commit 1b282cda1d)
2016-02-04 11:27:31 -08:00
Ryan Cavanaugh
de2ef72d4f Use union types in the return type of functions in the error case
Fixes #6663

(cherry picked from commit da6e82f639)
2016-02-04 11:26:45 -08:00
Ryan Cavanaugh
671d83e81a Treat multiple prototype property assignments as union property declarations
(cherry picked from commit a4c6f66686)
2016-02-04 11:26:02 -08:00
Ryan Cavanaugh
5de87e30c6 Allow multiple 'this' property assignments in Salsa
Fixes issue #6645

(cherry picked from commit 7259b9fd4a)
2016-02-04 11:26:02 -08:00
zhengbli
85bb1e8610 Add more tests and comments
(cherry picked from commit bf897c2939)
2016-02-04 10:45:50 -08:00
zhengbli
98149f6f0b add tests
(cherry picked from commit 9a6815f3c7)
2016-02-04 10:44:46 -08:00
Vladimir Matveev
b14685d340 Merge pull request #6798 from Microsoft/dottedNamesInJsx
properly classify dotted tag names in jsx
2016-02-01 17:02:26 -08:00
Ryan Cavanaugh
6febe3b503 Merge pull request #6562 from RyanCavanaugh/jsIsJsx
Treat .js as JSX
2016-01-25 16:15:52 -08:00
Ryan Cavanaugh
bfd6ca04af baseline-accept 2016-01-25 13:25:22 -08:00
Ryan Cavanaugh
d54f3cb7e7 Remove obsoleted test 2016-01-22 15:16:27 -08:00
Ryan Cavanaugh
64c2d66ccb Merge branch 'master' into jsDocFinal 2016-01-22 15:10:02 -08:00
Vladimir Matveev
c6b0cf1a03 Merge pull request #6213 from Microsoft/moduleAugmentations
initial revision of external module augmentations
2016-01-15 21:28:13 -08:00
Jason Killian
b75ce4fdea Add failing test 2016-01-15 15:41:57 -05:00
Vladimir Matveev
a69dcd16fa Merge remote-tracking branch 'origin/master' into moduleAugmentations 2016-01-14 11:13:48 -08:00
Yui
9df1ed4dd3 Merge pull request #6227 from Microsoft/fix4581_inheritedPropertiesCrash
Fix crash in language service when using on inherited properties of self-extend
2016-01-13 19:39:40 -08:00
Mohamed Hegazy
31d85155b9 Merge branch 'master' into fixFindReferencesOnExports 2016-01-13 15:35:03 -08:00
vladima
7cef1efb4e merge with origin/master 2016-01-11 22:12:03 -08:00
Mohamed Hegazy
869b81162f Merge pull request #6019 from Microsoft/sourceMapDestructuring
Fixes for source map of destructuring downlevel syntax
2016-01-11 14:36:28 -08:00
Ryan Cavanaugh
3c715dd094 Merge remote-tracking branch 'upstream/master' into jsDoc2 2016-01-11 11:39:20 -08:00
Vladimir Matveev
d267d645d2 Merge pull request #6411 from Microsoft/classifyJsx2
add support for classifying jsx text and string literals in jsx attributes
2016-01-11 10:54:35 -08:00
Yui T
81f760c406 Merge branch 'master' into fix5953_crashJSX 2016-01-10 05:46:54 -08:00
Vladimir Matveev
c1b031aa73 fix linter issues 2016-01-08 22:43:21 -08:00
Vladimir Matveev
5c0d1a8afa added jsx classification support to fourslash and tests 2016-01-08 22:30:26 -08:00
Anders Hejlsberg
0bfc83bbbc Merge pull request #6379 from Microsoft/forInChecking
Improved checking of for-in statements
2016-01-08 13:45:26 -08:00
Kanchalai Tanglertsampan
6dfe29ec31 Add tests 2016-01-08 03:34:43 -08:00
Kagami Sascha Rosylight
5431e09f92 add more spaces on test 2016-01-08 18:01:02 +09:00
Kagami Sascha Rosylight
5dde2b964f do not add space between comma and close bracket 2016-01-08 17:56:37 +09:00
Mohamed Hegazy
a444be84c4 Merge pull request #5983 from SaschaNaz/formatWhitespaces
Trim empty line whitespaces
2016-01-07 16:43:21 -08:00
Ryan Cavanaugh
8e3daa4b07 Merge remote-tracking branch 'upstream/master' into jsDoc2 2016-01-07 15:57:30 -08:00
Mohamed Hegazy
54aedf035d Merge pull request #6202 from SaschaNaz/formatTemplateOptional
Optionally insert spaces between template string braces
2016-01-07 13:45:29 -08:00
Mohamed Hegazy
9b01783e2d Add test for renaming accorss modules using export= 2016-01-07 13:31:14 -08:00
Ryan Cavanaugh
e223b2e53c Clean up unrelated changes 2016-01-06 12:47:26 -08:00
Anders Hejlsberg
75b4c50cec Updating existing tests 2016-01-06 10:52:43 -08:00
Mohamed Hegazy
f09628900a Add new test for import..require 2016-01-06 10:48:24 -08:00
Mohamed Hegazy
7d31b5c8a3 Fix find all refs in shorthand properties for imports and exports 2016-01-06 10:27:31 -08:00
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
7f2ebf928a use 'declare global' to define augmentations for the global scope 2015-12-28 12:03:54 -08:00