Vladimir Matveev
|
222e1d8365
|
outlining support for switch blocks\array literals
|
2014-09-28 22:33:00 -07:00 |
|
Daniel Rosenwasser
|
4ed6a80c9c
|
Limited identifying identifiers after dots to keywords.
|
2014-09-26 09:46:14 -07:00 |
|
Daniel Rosenwasser
|
a3b59f88c1
|
Fix issue where trivia is incorrectly identified as an identifier following a dot.
Fixes #753
|
2014-09-25 22:28:02 -07:00 |
|
Yui T
|
f5b3409058
|
Merge branch 'master' into notShowModuleNames
|
2014-09-24 15:08:54 -07:00 |
|
Yui T
|
684de53143
|
Address code review : add test case for inside ambient module declaration and single quote
|
2014-09-24 14:51: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 |
|
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 |
|
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 |
|
Yui T
|
835d0ac551
|
Address code review
|
2014-09-23 17:58:53 -07:00 |
|
Yui T
|
b37e8fce41
|
Remove debugger flag
|
2014-09-23 17:05:37 -07:00 |
|
Yui T
|
8f4ee917b2
|
remove external module from showing up on completion list
|
2014-09-23 16:43:07 -07:00 |
|
Daniel Rosenwasser
|
25170ef5dd
|
Changed wording for unit tests.
|
2014-09-23 14:14:27 -07:00 |
|
Daniel Rosenwasser
|
c719100f69
|
Added test cases for multiline comments in line classification.
|
2014-09-23 14:13:43 -07:00 |
|
Daniel Rosenwasser
|
4493aa60eb
|
Added unit test for property access colorization.
|
2014-09-23 13:59:55 -07:00 |
|
Mohamed Hegazy
|
60b29e924a
|
Merge pull request #730 from Microsoft/protectedConformanceTests
Added protected conformance tests
|
2014-09-23 13:44:52 -07:00 |
|
Mohamed Hegazy
|
12572576c8
|
fix comment text
|
2014-09-23 13:44:39 -07:00 |
|
Daniel Rosenwasser
|
b2372c9e7b
|
Fixed up colorization tests.
|
2014-09-23 12:23:33 -07:00 |
|
Mohamed Hegazy
|
a6fdad1e97
|
Added protected conformance tests
|
2014-09-23 11:22:38 -07:00 |
|
Daniel Rosenwasser
|
4c87375078
|
Merge branch 'master' into braceYourselves
|
2014-09-23 08:25:28 -07:00 |
|
Daniel Rosenwasser
|
1842dd0568
|
Added test case for adjacent braces.
|
2014-09-23 08:23:59 -07:00 |
|
Jason Freeman
|
bfde7ece13
|
Add test for nested calls
|
2014-09-22 15:05:33 -07:00 |
|
Jason Freeman
|
cfee41e31c
|
Enable parameter help tests
|
2014-09-22 15:05:27 -07:00 |
|
Jason Freeman
|
f4ed98f8bd
|
Disable failing tests for generics and overloads
|
2014-09-22 15:05:14 -07:00 |
|
Jason Freeman
|
61d6663b32
|
Fill out more of the SignatureHelpItem and SignatureHelpParameter structures
|
2014-09-22 15:05:08 -07:00 |
|
Jason Freeman
|
5e1bd0c5bf
|
Add applicableSpan to SignatureHelpItems
|
2014-09-22 15:04:59 -07:00 |
|
Jason Freeman
|
d42c5ba86c
|
Begin packaging of signature help items
|
2014-09-22 15:04:53 -07:00 |
|
Jason Freeman
|
67516a1f61
|
Extract findListItem from smart indenter
|
2014-09-22 15:04:51 -07:00 |
|
Jason Freeman
|
49ae281059
|
Start testing signature counts and adjust some syntactic computations
|
2014-09-22 15:04:47 -07:00 |
|
Jason Freeman
|
49fdb98081
|
Signature help present with completed signatures
|
2014-09-22 15:03:42 -07:00 |
|
Jason Freeman
|
927bab6565
|
Enable fourslash signature help tests
|
2014-09-22 15:03:40 -07:00 |
|
Mohamed Hegazy
|
95394220b4
|
Merge branch 'release-1.1'
Conflicts:
Jakefile
src/compiler/tsc.ts
|
2014-09-22 14:55:28 -07:00 |
|
Daniel Rosenwasser
|
384d77197e
|
Moved old fourslash test for brace matching over from fourslash_old.
|
2014-09-22 11:12:56 -07:00 |
|
Cyrus Najmabadi
|
e426c83017
|
Merge branch 'master' into fidelityParser
|
2014-09-19 17:53:07 -07:00 |
|
Anders Hejlsberg
|
7cc6bbb4d1
|
Merge pull request #688 from Microsoft/protectedMembers
Support for protected members in classes
|
2014-09-19 14:43:53 -07:00 |
|
Anders Hejlsberg
|
b5b0777ad5
|
More tests for protected members
|
2014-09-19 14:01:07 -07:00 |
|
Mohamed Hegazy
|
68687395b8
|
handle cases where we have a node with width 0 when reporting grammar errors
|
2014-09-19 09:44:47 -07:00 |
|
Cyrus Najmabadi
|
0e9134788a
|
Port fidelity changes to github.
|
2014-09-18 15:37:16 -07:00 |
|
Yui T
|
3721382933
|
Merge branch 'master' into reportDeclarationEmitErrors
|
2014-09-18 14:08:26 -07:00 |
|
Yui T
|
360d332bd4
|
Address code-review comments
|
2014-09-18 13:50:38 -07:00 |
|
Yui T
|
b08cd8c9a9
|
Add fourslash testcases
|
2014-09-18 12:42:44 -07:00 |
|
Mohamed Hegazy
|
beb2725f11
|
Merge pull request #676 from Microsoft/completionFixes
Completion fixes
|
2014-09-17 17:31:30 -07:00 |
|
Mohamed Hegazy
|
9e00693163
|
respond to code review comments
|
2014-09-17 17:28:03 -07:00 |
|
Anders Hejlsberg
|
08188b0142
|
Merge branch 'master' into protectedMembers
|
2014-09-17 17:05:45 -07:00 |
|
Cyrus Najmabadi
|
2eb14aa7ca
|
Merge branch 'master' into getRenameInfo
Conflicts:
src/services/services.ts
|
2014-09-17 15:36:26 -07:00 |
|
Cyrus Najmabadi
|
7320a189f1
|
Adding rename tests.
|
2014-09-17 15:19:20 -07:00 |
|
Mohamed Hegazy
|
deaa58b1a0
|
Merge branch 'master' into completionFixes
Conflicts:
tests/baselines/reference/enumConflictsWithGlobalIdentifier.errors.txt
tests/baselines/reference/enumMemberResolution.errors.txt
|
2014-09-17 14:44:17 -07:00 |
|