Vladimir Matveev
c6b0cf1a03
Merge pull request #6213 from Microsoft/moduleAugmentations
...
initial revision of external module augmentations
2016-01-15 21:28:13 -08:00
Daniel Rosenwasser
4673b57163
Merge pull request #6507 from JKillian/fix-prop-bug
...
Fix issue #6478 (bug in the language services)
2016-01-15 18:50:14 -08:00
Mohamed Hegazy
319faabe8b
Merge branch 'master' into addUndefinedCheckToCollectLinkedAliases
2016-01-15 14:40:04 -08:00
Jason Killian
b75ce4fdea
Add failing test
2016-01-15 15:41:57 -05:00
Vladimir Matveev
0a0c3e0cbd
do not crash if initializer in For-statement is missing
2016-01-14 23:20:21 -08:00
Mohamed Hegazy
2eb73a0d27
Fix for https://github.com/Microsoft/TypeScript/issues/6428
2016-01-14 17:36:08 -08:00
Daniel Rosenwasser
32454d0a84
Added tests.
2016-01-14 16:28:07 -08:00
Daniel Rosenwasser
403a93d21f
Merge pull request #6330 from weswigham/restorative-narrowing
...
Fix #6277
2016-01-14 16:07:59 -08:00
Vladimir Matveev
36c489c8db
address PR feedback
2016-01-14 16:07:26 -08:00
Vladimir Matveev
a69dcd16fa
Merge remote-tracking branch 'origin/master' into moduleAugmentations
2016-01-14 11:13:48 -08:00
Vladimir Matveev
3aa92f5611
addressed PR feedback
2016-01-14 10:56:49 -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
Vladimir Matveev
1e11a55781
address PR feedback
2016-01-13 13:39:12 -08:00
Nathan Shively-Sanders
911d07a81b
Merge pull request #5992 from Microsoft/allow-type-predicates-as-return-types-only
...
Allow type predicates as return types only
2016-01-13 09:55:40 -08:00
Ryan Cavanaugh
5f024a3c9f
Merge pull request #6358 from RyanCavanaugh/fix6349
...
Change logic in identifying JSX React SFCs
2016-01-12 15:40:52 -08:00
vladima
7cef1efb4e
merge with origin/master
2016-01-11 22:12:03 -08:00
Vladimir Matveev
33bfd92f48
Merge pull request #6444 from Microsoft/errorOnReexportingGlobals
...
report errors when re-exporting globals
2016-01-11 15:47:17 -08:00
Vladimir Matveev
b811b9f94b
report errors when re-exporting globals
2016-01-11 14:48:57 -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
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
Mohamed Hegazy
26d0fd0bdb
Merge branch 'rwyborn-react-factory-option'
2016-01-07 15:01:31 -08:00
Mohamed Hegazy
8f273dca62
Fix whitespaces
2016-01-07 15:01:00 -08:00
Mohamed Hegazy
ec70105c9d
Add check for reactNamespace value
2016-01-07 15:00:50 -08:00
Mohamed Hegazy
1e433bfb4f
Add tests
2016-01-07 14:33:47 -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
9b01783e2d
Add test for renaming accorss modules using export=
2016-01-07 13:31:14 -08:00
Anders Hejlsberg
537fb4a7c5
Merge branch 'master' into forInChecking
2016-01-06 17:42:14 -08:00
Anders Hejlsberg
1798024f4f
Updating tests
2016-01-06 16:13:02 -08:00
Vladimir Matveev
36af815bba
add optional 'directoryExists' method to hosts to reduce amount of disk probings that are known to fail
2016-01-06 12:37:52 -08:00
Anders Hejlsberg
dbb4544d61
Adding new tests
2016-01-06 10:52:54 -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
ba0f7f52ab
Merge pull request #6362 from Microsoft/Revert6098
...
Revert "Merge pull request #6098 from guybedford/master"
2016-01-05 10:56:24 -08:00
Vladimir Matveev
dbe8489087
Revert "Merge pull request #6098 from guybedford/master"
...
This reverts commit 996f16940e , reversing
changes made to 51fd41b0c7 .
2016-01-05 10:40:24 -08:00
Ryan Cavanaugh
aed73bd139
Merge pull request #6291 from RyanCavanaugh/fix6280
...
Issue correct errors for missing JSX closing tags
2016-01-05 10:23:49 -08:00
Daniel Rosenwasser
3fd5fd6c59
Updated a test and added a new test for assignability betewen typed arrays.
2016-01-05 11:40:45 -05:00
Ryan Cavanaugh
53106cb5ed
Change logic in identifying SFCs
...
Our logic for detecting SFC vs Element Class had a few issues:
* Object Type flag is not actually useful
* Parameter arity isn't actually relevant
* The check for Element Class should take priority
Fixes #6349 and #6353
2016-01-04 23:00:22 -08:00
Daniel Rosenwasser
5323fa6783
Added tests for LHS expressions.
2016-01-04 23:00:45 -05:00
Daniel Rosenwasser
06bff434cc
Added 'noImplicitAny' to tests.
2016-01-04 22:48:53 -05:00