Tingan Ho
99edce09bc
Fixes CR feedback
2016-03-03 13:29:00 +08:00
Tingan Ho
fd2d28df02
Fixes new implementation
2016-02-22 12:38:14 +08:00
Tingan Ho
4d933f86ce
Fixes method and constructor top-level
2016-02-22 11:19:38 +08:00
Tingan Ho
1b5b146152
Fixes if statement
2016-02-22 05:42:32 +08:00
Tingan Ho
1a9dadbc03
Fixes typo
2016-02-22 05:39:19 +08:00
Tingan Ho
d6485c9c8f
Adds navigation bar items on methods and constructors
2016-02-22 05:37:07 +08:00
Mohamed Hegazy
9d6564239f
Merge pull request #7164 from Microsoft/wordCleanup
...
removing some culturally sensitive words
2016-02-20 12:19:49 -08:00
jramsay
6b05ad7627
Merge pull request #7107 from Microsoft/ScriptBlockSupport
...
Salsa: adding ScriptKind to ensure script blocks are processed as JS.
2016-02-19 14:40:18 -08:00
Jason Ramsay
11acf3a4a8
Applying getScriptKindFRomFileName to HostFileInformation before we set the ScriptKind.
...
If the host returns ScriptKind 'Unknown' or 'undefined' we attempt to get the correct ScriptKind based on the file name.
If this cannot be determined we return the default ScriptKind 'TS'
2016-02-18 16:33:01 -08:00
Mohamed Hegazy
22142d2ccb
removing some culturally senstive words
2016-02-18 16:25:16 -08:00
Kagami Sascha Rosylight
33970b8045
format jsx
2016-02-19 09:16:52 +09:00
Jason Ramsay
3e124ad35d
parser and services changes due to CR comments
...
- Adding assert to ensure script kinds are not modified for registered docs
- setting script kind in parseSourceFile and consuming it initialize state and getLanguageVariant
2016-02-18 12:19:34 -08:00
Jason Ramsay
81df1cbc0b
Addressing CR comments
...
- Adding ScriptKind to SourceFile
- Only update ScriptKind on creation, on update use the SourceFile's scriptKind
- If scriptKind is unknown, default to ScriptKind.Ts
- Replacing try-catch with in this.shimHost
2016-02-17 19:07:19 -08:00
Jason Ramsay
26e14dd76f
Removing trailing whitespace from services.ts
2016-02-17 07:42:27 -08:00
Jason Ramsay
2aa8f05e64
Fix to test harness and addressing CR comments
2016-02-16 22:44:43 -08:00
Jason Ramsay
a71fa457bd
Salsa: adding ScriptKind to ensure script blocks (.html, .aspx, .ascx, etc) are processed as JS
2016-02-16 17:37:24 -08:00
Daniel Rosenwasser
c5d5d13e61
Remove the 'module' option from 'tsconfig.json' files.
2016-02-12 17:28:10 -08:00
Bill Ticehurst
6a8ccd0b56
Dont default to CommonJS modules for ES6 target
...
(cherry picked from commit 4a67dc5e0823ca934eda4cd62b99bf4e7270a1dd)
2016-02-11 14:08:26 -08:00
Bill Ticehurst
3cf96529e7
Changed node_modules and module defaults
...
(cherry picked from commit b791fd89cdce0fd1eee7c9d1ee9c6767d2ca4ebe)
2016-02-11 14:05:24 -08:00
Josh Soref
95396cc2bc
spelling fixes for services.ts
...
* aliases
* analyze
* asterisks
* constructor
* diagnostic
* existing
* referring
* revisiting
* search
* source
* visible
2016-02-05 21:03:27 +00:00
Tingan Ho
43d2054eac
Fixes typo
2016-02-07 20:10:59 +08:00
Tingan Ho
3d8a472527
Updated comment
2016-02-07 20:09:14 +08:00
Tingan Ho
6b303271f0
Go to defininition should not go to named import
2016-02-07 19:54:38 +08:00
Ryan Cavanaugh
018429bd6e
❤️ linter
2016-02-02 13:39:02 -08:00
Ryan Cavanaugh
2c25bea0aa
Always show file tokens in JS completion lists
...
Fixes #6654
2016-02-02 13:10:30 -08:00
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