Cyrus Najmabadi
|
a14e46a5e7
|
Update compiler localized messages with those provided by the language service.
|
2014-10-02 17:58:05 -07:00 |
|
Cyrus Najmabadi
|
183bed1bb8
|
Specify which outlining spans should auto-collapse if the user choose "collapse to definitions".
|
2014-10-02 17:35:48 -07:00 |
|
Daniel Rosenwasser
|
ffef437320
|
Merge pull request #799 from Microsoft/stopBlindlyColoring
Values sharing names with interfaces no longer classified as interfaces
|
2014-10-01 17:42:15 -07:00 |
|
Mohamed Hegazy
|
060a8b68c2
|
Merge pull request #801 from Microsoft/absolutePathRef
Handle /// references with absolute path
|
2014-10-01 17:03:48 -07:00 |
|
Mohamed Hegazy
|
0434635b94
|
handle absolute path in /// references
|
2014-10-01 16:12:16 -07:00 |
|
Yui T
|
5926a03363
|
Merge branch 'master' into flagAllDuplication
|
2014-10-01 14:27:41 -07:00 |
|
Yui T
|
1a3db28ef4
|
Merge branch 'master' of https://github.com/Microsoft/TypeScript
|
2014-10-01 14:27:10 -07:00 |
|
Yui T
|
8e54c62f9e
|
Fix spelling
|
2014-10-01 14:16:55 -07:00 |
|
Mohamed Hegazy
|
1a7862c316
|
Merge pull request #786 from Microsoft/aliasCompletion
Show aliases in completion list
|
2014-10-01 13:54:40 -07:00 |
|
Mohamed Hegazy
|
a37106d4da
|
Merge pull request #748 from chrisbubernak/selfReferencingFileError
Fix issue #568 (no error for file self reference)
|
2014-10-01 13:44:47 -07:00 |
|
Daniel Rosenwasser
|
a6e991a3db
|
Fixed bug where value-space identifiers got classified as interfaces when sharing the same name as an interface.
|
2014-10-01 12:44:17 -07:00 |
|
Yui T
|
fe80647a7a
|
Fix error reporting position
|
2014-10-01 11:06:18 -07:00 |
|
Yui T
|
c2d86711e8
|
Update baselines
|
2014-09-30 18:09:55 -07:00 |
|
Yui T
|
a723411207
|
Fix reporting duplication errors to report at all declarations
|
2014-09-30 18:08:07 -07:00 |
|
Jason Freeman
|
23843ffa92
|
Parse OmittedExpression for missing arguments followed by commas
|
2014-09-30 17:13:55 -07:00 |
|
Jason Freeman
|
a79a1d2248
|
Record trailing comma even for incorrectly terminated lists
|
2014-09-30 17:13:49 -07:00 |
|
Jason Freeman
|
ab3326f7b7
|
Fix arity checking for partial overload resolution
|
2014-09-30 17:13:47 -07:00 |
|
Mohamed Hegazy
|
55621aae49
|
Get exported symbols off aliases in getCompletions
|
2014-09-30 14:56:46 -07:00 |
|
Mohamed Hegazy
|
e49ff08922
|
Merge pull request #763 from Microsoft/protectedCompletion
Protected completion
|
2014-09-30 13:32:46 -07:00 |
|
Yui T
|
21e195146f
|
Merge branch 'master' of https://github.com/Microsoft/TypeScript
|
2014-09-29 16:53:58 -07:00 |
|
ChrisBubernak
|
3751b25dd2
|
Fixed indentation
|
2014-09-29 10:23:01 -07:00 |
|
ChrisBubernak
|
ba61c63a1a
|
Moved logic to another location where host was in scope so we could call
getCanonicalFileName
|
2014-09-29 10:20:31 -07:00 |
|
Yui T
|
d498274b65
|
Merge branch 'noResolve' of https://github.com/Microsoft/TypeScript
|
2014-09-26 16:17:29 -07:00 |
|
Mohamed Hegazy
|
8089673066
|
Filter protected members from the completion list
|
2014-09-26 14:37:17 -07:00 |
|
ChrisBubernak
|
36b46291f2
|
still trying to get the indenting correct
|
2014-09-26 09:54:32 -07:00 |
|
Daniel Rosenwasser
|
4ed6a80c9c
|
Limited identifying identifiers after dots to keywords.
|
2014-09-26 09:46:14 -07:00 |
|
ChrisBubernak
|
93db897778
|
Fixed some of the baselines, made file comparisons handle different
casing, put diagnostic message in correct order
|
2014-09-26 07:47:44 -07:00 |
|
Cyrus Najmabadi
|
b91dfc2cfc
|
Provide helpers for creating symbol display parts.
|
2014-09-25 14:57:29 -07:00 |
|
Cyrus Najmabadi
|
236b70b40b
|
Merge branch 'master' into classifiedSigHelp
Conflicts:
src/services/services.ts
src/services/signatureHelp.ts
|
2014-09-25 14:27:42 -07:00 |
|
Yui T
|
dc8a5f8b15
|
Address code review
|
2014-09-25 13:58:01 -07:00 |
|
ChrisBubernak
|
a12c35b69b
|
fixing formatting again...
|
2014-09-25 13:07:14 -07:00 |
|
ChrisBubernak
|
e11ee0f6cf
|
Fixed a few of the code review suggestions
|
2014-09-25 13:02:37 -07:00 |
|
Yui T
|
71a54fbbb6
|
Remove default setting of noResolve flag
|
2014-09-25 11:47:41 -07:00 |
|
ChrisBubernak
|
16a8b3c59f
|
Merge branch 'selfReferencingFileError' of https://github.com/chrisbubernak/TypeScript into selfReferencingFileError
Conflicts:
src/compiler/parser.ts
|
2014-09-25 09:49:20 -07:00 |
|
ChrisBubernak
|
ae17c35728
|
Added error checking for references that reference the same file along
with 3 tests,
|
2014-09-25 09:12:31 -07:00 |
|
Chris Bubernak
|
75e04f21e8
|
fixed some tabbing issues
|
2014-09-25 08:59:58 -07:00 |
|
unknown
|
cafa481843
|
Added error checking for references that reference the same file along
with 3 tests,
|
2014-09-25 08:44:46 -07:00 |
|
Mohamed Hegazy
|
e20bec560a
|
Do not use 'foo' in tsc help message
|
2014-09-24 13:58:25 -07:00 |
|
Adam Freidin
|
22dc3574c1
|
spelling: Collistion -> Collision
|
2014-09-24 13:07:23 -07:00 |
|
Vladimir Matveev
|
dae98be062
|
Merge pull request #737 from Microsoft/instanceof_cascading_errors
do not report cascading errors in instanceof operator
|
2014-09-24 11:09:21 -07:00 |
|
Jason Freeman
|
7bd7d4605e
|
Merge pull request #726 from Microsoft/sigHelp
Signature help in the new compiler
|
2014-09-24 10:58:50 -07:00 |
|
Vladimir Matveev
|
9f23f74fc3
|
Merge pull request #736 from Microsoft/unary_operators_strict_mode
use operator token when checking unary expressions in strict mode
|
2014-09-24 10:56:10 -07:00 |
|
Vladimir Matveev
|
d52a93d58d
|
Fix typo in comments
|
2014-09-24 10:53:55 -07:00 |
|
Jason Freeman
|
22e989795d
|
Merge branch 'master' into sigHelp
Conflicts:
src/compiler/checker.ts
src/compiler/types.ts
src/services/services.ts
|
2014-09-24 10:47:41 -07:00 |
|
Daniel Rosenwasser
|
dc9c3e168b
|
Merge pull request #731 from Microsoft/acknowledgeTrivia
Use the 'skipTrivia' scanner flag for lexical classification
|
2014-09-24 13:39:50 -04:00 |
|
Jason Freeman
|
3dc686028a
|
Address PR feedback for trailing commas
|
2014-09-24 10:36:44 -07:00 |
|
Vladimir Matveev
|
649f5c01a4
|
do not report cascading errors in instanceof operator
|
2014-09-24 09:10:40 -07:00 |
|
Vladimir Matveev
|
ef6a87cdfb
|
use operator token when checking unary expressions in strict mode
|
2014-09-24 08:52:02 -07:00 |
|
Jason Freeman
|
de2ac51924
|
Change NodeArray to have a hasTrailingComma property instead of an OmittedExpression
|
2014-09-23 19:40:25 -07:00 |
|
Cyrus Najmabadi
|
d6fc3fc2da
|
Code review feedback.
|
2014-09-23 15:41:04 -07:00 |
|