Mohamed Hegazy
|
cc3cae34e9
|
respond to code review remarks and reverted tryResolveScriptReference to resolveScriptReference
|
2014-09-05 13:06:10 -07:00 |
|
Mohamed Hegazy
|
acf557dd3c
|
Do not emit references in generated declaration files if the --noresolve flag was set. This fixes a crash in the compiler when generating declarations with /// reference and noResolve
|
2014-09-04 13:16:22 -07:00 |
|
Anders Hejlsberg
|
5b1789b2b8
|
Merge pull request #597 from Microsoft/cacheFileLookups
Cache unsuccessful file lookups for improved performance.
|
2014-09-04 10:48:52 -07:00 |
|
Anders Hejlsberg
|
f62bbc238d
|
Cache unsuccessful file lookups for improved performance.
|
2014-09-04 10:17:39 -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 |
|
Anders Hejlsberg
|
be08411a6c
|
Merge branch 'master' into deferredTypeLiterals
|
2014-09-03 10:53:21 -07:00 |
|
Sheetal Nandi
|
7181184e32
|
Fixed the parenthesis around the expression around line indent calculation
|
2014-09-02 21:13:11 -07:00 |
|
Sheetal Nandi
|
223aaca674
|
Corrected linepos assignment
|
2014-09-02 21:11:21 -07:00 |
|
Anders Hejlsberg
|
2105404931
|
Merge branch 'master' into deferredTypeLiterals
|
2014-08-30 16:14:11 -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 |
|
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 |
|
Mohamed Hegazy
|
ee0c0f6cea
|
Merge branch 'master' into restrictUseOfSys
|
2014-08-29 14:46:17 -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 |
|
Mohamed Hegazy
|
49d8157d28
|
ensure that sys is not used outside tsc.ts
|
2014-08-28 23:10:05 -07:00 |
|
Jason Freeman
|
ad27af1a33
|
Merge branch 'master' into typeBaselines
|
2014-08-28 17:24:45 -07:00 |
|
Jason Freeman
|
088ca88bfd
|
Revert condition inside shouldWriteTypeOfFunctionSymbol
|
2014-08-28 13:18:59 -07:00 |
|
Jason Freeman
|
6a7d912fe4
|
Print pure namespaces as unknown
|
2014-08-28 12:40:58 -07:00 |
|
Jason Freeman
|
4e1bb26ad1
|
Print type of super
|
2014-08-28 12:31:37 -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 |
|
Mohamed Hegazy
|
0f9c1adcd8
|
Merge branch 'master' into getReferences
|
2014-08-27 16:21:16 -07:00 |
|
Anders Hejlsberg
|
deaf8e4a78
|
Addressing CR feedback.
|
2014-08-27 13:54:23 -07:00 |
|
Jason Freeman
|
b13fb89d51
|
Merge branch 'master' into typeBaselines
|
2014-08-27 11:22:49 -07:00 |
|
Anders Hejlsberg
|
f4d3c1c6e0
|
Deferred resolution of object literal members to support recursive types.
|
2014-08-26 20:45:31 -07:00 |
|
Mohamed Hegazy
|
211008d015
|
Fix undefined symbol name in error message
|
2014-08-26 13:03:24 -07:00 |
|
Daniel Rosenwasser
|
1f77198c4c
|
Made getOccs more resilient.
|
2014-08-26 12:27:54 -07:00 |
|
Daniel Rosenwasser
|
f948f5d3f7
|
Re-added fourslash tests, corrected failures.
|
2014-08-25 17:35:18 -07:00 |
|
Daniel Rosenwasser
|
144eb8dc0d
|
Added trivial syntax case.
|
2014-08-25 17:03:42 -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
|
828a1cd065
|
More type baseline changes
|
2014-08-25 11:04:30 -07:00 |
|
Mohamed Hegazy
|
892baf0d6c
|
use Identifiers list from the parser to filter getReferences instead of bloomFilters
|
2014-08-22 22:27:05 -07:00 |
|
Mohamed Hegazy
|
c741e26031
|
Support external module names correctelly
|
2014-08-22 21:28:27 -07:00 |
|
Daniel Rosenwasser
|
b73558d208
|
Merge pull request #508 from Microsoft/printDiagnosticCodes
Emit error codes when reporting diagnostics.
|
2014-08-22 16:21:44 -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 |
|
Daniel Rosenwasser
|
48c6bdb2aa
|
Merge branch 'master' into printDiagnosticCodes
|
2014-08-22 15:52:04 -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 |
|
Daniel Rosenwasser
|
d05a4c40b5
|
Made diagnostic lowercase.
|
2014-08-22 12:57:18 -07:00 |
|
Daniel Rosenwasser
|
c3590aa233
|
Turned redeclaration into a string append.
|
2014-08-21 17:33:55 -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 |
|
Daniel Rosenwasser
|
07d56898ee
|
Emit error codes when reporting diagnostics.
Addresses part of issue #506.
|
2014-08-21 17:08:58 -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
|
dbf9e47832
|
use isDeclarationOrFunctionExpressionOrCatchVariableName instead of isDeclarationIdentifier in the language service and remove unused functions
|
2014-08-21 13:34:50 -07:00 |
|
Mohamed Hegazy
|
6965a06b04
|
Support getReferences on rightside of export assignment and import statements
|
2014-08-21 13:03:46 -07:00 |
|