Commit Graph

2086 Commits

Author SHA1 Message Date
Vladimir Matveev
a17dbd5c2b Merge pull request #6798 from Microsoft/dottedNamesInJsx
properly classify dotted tag names in jsx
2016-02-01 16:49:59 -08:00
Vladimir Matveev
e6c6d3090a properly classify dotted tag names in jsx 2016-02-01 13:35:57 -08:00
Vladimir Matveev
b0b0712c73 suppress validation of output paths in transpile scenarios 2016-02-01 10:36:47 -08:00
Ryan Cavanaugh
202c1e6e4b Merge pull request #6707 from RyanCavanaugh/fix6693
Don't show the currently-completing thing at the cursor in JS files
2016-02-01 10:03:22 -08:00
Anders Hejlsberg
f0abb86158 Removing MultiLine, Synthetic, DeclarationFile, and OctalLiteral flags 2016-01-31 08:08:19 -08:00
Ryan Cavanaugh
1231c9e145 Fix case when position === 0 2016-01-28 16:05:03 -08:00
Ryan Cavanaugh
124bd517e7 Don't show the currently-completing thing at the cursor in JS files
Fixes #6693
2016-01-28 15:18:50 -08:00
Vladimir Matveev
f23c35f04d Merge pull request #5728 from Microsoft/pathMappingModuleResolution
Path mapping module resolution
2016-01-27 11:38:33 -08:00
Mohamed Hegazy
add91052bb Update version 2016-01-25 17:08:15 -08:00
Vladimir Matveev
8a8ed0a871 update implementation based on the results of design meeting 2016-01-25 11:49:26 -08:00
Vladimir Matveev
2b2b150dc7 Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution 2016-01-25 11:28:02 -08:00
Vladimir Matveev
cb3e93f75b Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution 2016-01-24 19:57:13 -08:00
Paul van Brenk
700af6a2ce Fix up todo in jsdoccomment template code. 2016-01-24 16:08:45 -08:00
Zhengbo Li
ea94a05feb Add support for jsconfig in shims 2016-01-21 10:43:07 -08:00
Vladimir Matveev
9d828e3916 Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution 2016-01-20 15:32:19 -08:00
Daniel Rosenwasser
26fdf891e9 Fix lint errors. 2016-01-16 14:05:46 -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
047c62c240 Fix issue #6478 (bug in the language services) 2016-01-15 15:48:22 -05:00
Vladimir Matveev
e90db461ce merge with origin/master 2016-01-14 13:58:48 -08:00
Zhengbo Li
d5d7a2a2dc Merge pull request #6026 from zhengbli/i6016
Fix too many watcher instances issue
2016-01-14 11:28:44 -08:00
Vladimir Matveev
a69dcd16fa Merge remote-tracking branch 'origin/master' into moduleAugmentations 2016-01-14 11:13:48 -08:00
Zhengbo Li
dbfe862dbd not casting relative filenames in 'tsc watch' to Path 2016-01-14 00:34:43 -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
Yui T
d4a04a11d2 Address PR 2016-01-13 16:48:48 -08:00
Mohamed Hegazy
31d85155b9 Merge branch 'master' into fixFindReferencesOnExports 2016-01-13 15:35:03 -08:00
Yui T
3391abf51a Address PR 2016-01-13 15:10:29 -08:00
vladima
39ad0774ae merge with origin/master 2016-01-11 22:49:19 -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
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
Vladimir Matveev
946cf63a38 classify jsx text and jsx attribute values 2016-01-08 17:18:02 -08:00
Vladimir Matveev
c5131e6730 recognize Jsx attribute in syntactic classifier 2016-01-08 14:44:07 -08:00
Daniel Rosenwasser
36b39379d8 Merge pull request #6391 from Microsoft/lintShims
Lint 'shims.ts' and bump the tools version to 1.8
2016-01-08 12:06:38 -05:00
Kanchalai Tanglertsampan
68f6d0c1ad Address PR feedback 2016-01-08 03:34:57 -08:00
Kagami Sascha Rosylight
5dde2b964f do not add space between comma and close bracket 2016-01-08 17:56:37 +09:00
Daniel Rosenwasser
19efab7a0b Bump version to '1.8'. 2016-01-07 23:14:17 -05:00
Daniel Rosenwasser
1bdf7edee2 Enable linting on 'shims.ts'. 2016-01-07 23:13:41 -05:00
Mohamed Hegazy
a444be84c4 Merge pull request #5983 from SaschaNaz/formatWhitespaces
Trim empty line whitespaces
2016-01-07 16:43:21 -08:00
Mohamed Hegazy
26d0fd0bdb Merge branch 'rwyborn-react-factory-option' 2016-01-07 15:01:31 -08:00
Mohamed Hegazy
9b92697a61 Add new helper to check for valid identifiers 2016-01-07 14:56:05 -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
cefb741d9d Merge branch 'master' into fixFindReferencesOnExports 2016-01-07 13:31:22 -08:00
Mohamed Hegazy
cdc33f51d2 Code review comments 2016-01-07 13:30:54 -08:00
Kagami Sascha Rosylight
4ef8e0bb73 remove unneeded comment 2016-01-08 02:25:29 +09:00
Kagami Sascha Rosylight
5cafd962e9 thinner arrows 2016-01-08 02:24:32 +09:00
Kagami Sascha Rosylight
5144603b3b const everywhere 2016-01-08 02:16:14 +09:00
Kagami Sascha Rosylight
f0a4d6fd0b enclose entryName 2016-01-08 02:00:20 +09:00