Daniel Rosenwasser
|
a6a6d77d4a
|
Added fourslash tests for 'this' keyword findOccs/findRefs.
|
2014-09-04 13:30:18 -07:00 |
|
Daniel Rosenwasser
|
492e1c5d72
|
Merge pull request #593 from Microsoft/getOccurrencesReturn
Get occurrences for return keywords.
|
2014-09-04 13:20:07 -07:00 |
|
Daniel Rosenwasser
|
294ad06b68
|
Merge branch 'getOccurrences' of https://github.com/Microsoft/TypeScript into getOccurrences
|
2014-09-04 12:01:24 -07:00 |
|
Sheetal Nandi
|
3cc4b73858
|
Merge pull request #570 from Microsoft/linemaps
Handles all the line breaks in calculation of line-character position
|
2014-09-04 09:53:06 -07:00 |
|
Sheetal Nandi
|
816b018ae2
|
Fix the tab and indent calculation when formatting comments in the emitted output
|
2014-08-29 20:49:47 -07:00 |
|
Sheetal Nandi
|
c2b78ead05
|
Handles all the line breaks in calculation of line-character position
lineFeed = 0x0A, // \n
carriageReturn = 0x0D, // \r
lineSeparator = 0x2028,
paragraphSeparator = 0x2029,
nextLine = 0x0085,
Fixes #131
|
2014-08-29 17:27:47 -07:00 |
|
Daniel Rosenwasser
|
7e5802192e
|
Added tests for getOccs on return keywords.
|
2014-08-29 16:11:02 -07:00 |
|
Mohamed Hegazy
|
dc0560ae59
|
Merge branch 'master' into getReferences
Conflicts:
tests/baselines/reference/aliasUsageInGenericFunction.types
tests/baselines/reference/aliasUsageInObjectLiteral.types
tests/baselines/reference/aliasUsageInOrExpression.types
tests/baselines/reference/extendingClassFromAliasAndUsageInIndexer.types
|
2014-08-29 15:56:36 -07:00 |
|
Sheetal Nandi
|
b514fa58a9
|
Merge pull request #514 from Microsoft/overloadSignatureDeclaration
Correct the declaration emit for overload implementation if there is single overload signature
|
2014-08-29 14:33:53 -07:00 |
|
Daniel Rosenwasser
|
0a5c12c7ab
|
Added test case for broken if-elses.
|
2014-08-29 13:44:54 -07:00 |
|
Daniel Rosenwasser
|
0632d0c38c
|
Addressed CR feedback, no longer highlighting elseifs with comments between.
|
2014-08-29 13:08:48 -07:00 |
|
Jason Freeman
|
ad27af1a33
|
Merge branch 'master' into typeBaselines
|
2014-08-28 17:24:45 -07:00 |
|
Daniel Rosenwasser
|
24f6e41de1
|
Added getOccs support for if/else keywords, and some tests.
|
2014-08-28 17:14:57 -07:00 |
|
Daniel Rosenwasser
|
41d8d6c4e1
|
Merge pull request #549 from Microsoft/getOccurrences_switchCaseDefault
Get occurrences for switch/case/default/break keywords.
|
2014-08-28 11:41:33 -07:00 |
|
Sheetal Nandi
|
852f2d935c
|
Merge pull request #516 from Microsoft/pinnedComments
Emit pinned or ///<reference> tag comments for signatures, ambient declaraitons and interfaces
|
2014-08-28 10:51:29 -07:00 |
|
Jason Freeman
|
3388f7bd48
|
Update baselines
|
2014-08-27 16:58:31 -07:00 |
|
Mohamed Hegazy
|
0f9c1adcd8
|
Merge branch 'master' into getReferences
|
2014-08-27 16:21:16 -07:00 |
|
Daniel Rosenwasser
|
3825c9b542
|
Handled function boundaries.
|
2014-08-27 12:12:45 -07:00 |
|
Jason Freeman
|
b13fb89d51
|
Merge branch 'master' into typeBaselines
|
2014-08-27 11:22:49 -07:00 |
|
Jason Freeman
|
aa0ae22b37
|
Update baselines
|
2014-08-27 10:06:16 -07:00 |
|
Daniel Rosenwasser
|
88f37e579c
|
Support for switch/case/default/break in getOccs
|
2014-08-26 17:24:11 -07:00 |
|
Daniel Rosenwasser
|
8ab4df0e25
|
Added tests.
|
2014-08-26 14:18:09 -07:00 |
|
Mohamed Hegazy
|
211008d015
|
Fix undefined symbol name in error message
|
2014-08-26 13:03:24 -07:00 |
|
Daniel Rosenwasser
|
558be4ea22
|
Implemented getOccsAtPos for try-catch-finally.
|
2014-08-26 11:48:31 -07:00 |
|
Mohamed Hegazy
|
3c972102ce
|
add new unit test for used and unused imports
|
2014-08-26 11:28:07 -07:00 |
|
Mohamed Hegazy
|
062823c3d5
|
add new unit test for getScriptLexicalStructure
|
2014-08-26 11:03:15 -07:00 |
|
Daniel Rosenwasser
|
f948f5d3f7
|
Re-added fourslash tests, corrected failures.
|
2014-08-25 17:35:18 -07:00 |
|
Daniel Rosenwasser
|
aef859f442
|
Merge branch 'master' into getReferences
Conflicts:
src/services/services.ts
|
2014-08-25 16:51:35 -07:00 |
|
Jason Freeman
|
f93f78d1c2
|
Adjust baselines after rebase
|
2014-08-25 11:25:39 -07:00 |
|
Jason Freeman
|
cc20bb19d0
|
Baseline and harness changes
|
2014-08-25 10:55:22 -07:00 |
|
Mohamed Hegazy
|
8fcc8b26ba
|
Ensure range for string literal references are within the quotes to ensure rename is successful
|
2014-08-22 22:07:45 -07:00 |
|
Mohamed Hegazy
|
c741e26031
|
Support external module names correctelly
|
2014-08-22 21:28:27 -07:00 |
|
Mohamed Hegazy
|
fefe2fb093
|
Implement getScope
|
2014-08-22 16:30:21 -07:00 |
|
Sheetal Nandi
|
c4fdccacb8
|
Emit pinned/tripleslash reference comments of elided module declaration
Fixes #501
|
2014-08-22 16:10:33 -07:00 |
|
Sheetal Nandi
|
5353128387
|
Emit pinned/tripleslash reference comments of ambient declarations
Fixes #501
|
2014-08-22 16:10:26 -07:00 |
|
Sheetal Nandi
|
393464eb18
|
Emit pinned/tripleslash reference comments of interfaces
Fixes #501
|
2014-08-22 16:10:19 -07:00 |
|
Sheetal Nandi
|
85b892fd6a
|
Emit pinned/tripleslash reference comments of signatures
Fixes #501
|
2014-08-22 16:10:11 -07:00 |
|
Sheetal Nandi
|
e6cd3e15b0
|
Merge pull request #509 from Microsoft/emitLeadingCommentsForCurly
Emit leading comments for '}' of function/constructor block
|
2014-08-22 16:01:49 -07:00 |
|
Cyrus Najmabadi
|
9aee22b943
|
Merge branch 'master' into newLanguageService
Conflicts:
src/compiler/diagnosticInformationMap.generated.ts
src/compiler/diagnosticMessages.json
src/harness/fourslash.ts
src/harness/harness.ts
src/harness/harnessLanguageService.ts
src/harness/rwcRunner.ts
src/services/services.ts
|
2014-08-22 14:23:14 -07:00 |
|
Sheetal Nandi
|
519ef5b383
|
Correct the declaration emit for overload implementation if there is single overload signature
Fixes #480
|
2014-08-22 13:24:57 -07:00 |
|
Sheetal Nandi
|
53d79a25d3
|
Emit leading comments for '}' of the constructor block
Fixes #503
|
2014-08-21 17:17:32 -07:00 |
|
Sheetal Nandi
|
45e76e2bd2
|
Emit leading comments for '}' of the function block
Fixes #503
|
2014-08-21 17:17:02 -07:00 |
|
Sheetal Nandi
|
d2ae999a48
|
Enable test case for declaration emit for multiple file emit scenario
|
2014-08-21 16:15:30 -07:00 |
|
Sheetal Nandi
|
3e2de14933
|
Emit new lines between source files emit so that the file contents always start on new line
Fixes #500
|
2014-08-21 13:44:26 -07:00 |
|
Mohamed Hegazy
|
6965a06b04
|
Support getReferences on rightside of export assignment and import statements
|
2014-08-21 13:03:46 -07:00 |
|
Mohamed Hegazy
|
bbeeb8df7f
|
update getSymbolInfo
|
2014-08-21 00:13:29 -07:00 |
|
Mohamed Hegazy
|
e0ffc47acc
|
Merge branch 'master' into getReferences
Conflicts:
src/compiler/checker.ts
|
2014-08-20 22:55:41 -07:00 |
|
Mohamed Hegazy
|
74518a9b7f
|
respond to code review comments
|
2014-08-20 22:46:47 -07:00 |
|
Sheetal Nandi
|
6e4d0ef1ef
|
Merge pull request #452 from Microsoft/emitComments
Emit comments in the .js and .d.ts files
|
2014-08-20 17:07:24 -07:00 |
|
Sheetal Nandi
|
8ad66bb6c6
|
Compiler test case for commit 0636a06
|
2014-08-20 16:18:40 -07:00 |
|