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
|
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
|
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
|
5dc017b023
|
Merge pull request #502 from DickvdBrink/unused-var-parser
Remove some unused variables
|
2014-08-21 12:55:53 -07:00 |
|
Dick van den Brink
|
c9e526ffe9
|
Remove some unused variables
|
2014-08-21 21:24:33 +02:00 |
|
Dick van den Brink
|
3cbb57fd51
|
Fix shouldAssert function
this.currentAssertionLevel was always undefined
|
2014-08-21 21:04:35 +02: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
|
8050959c10
|
Some minor changes as per code review feedback
|
2014-08-20 16:50:28 -07:00 |
|
Jason Freeman
|
e2071a344c
|
Merge pull request #482 from Microsoft/typeWriter
Support resolution of any part of the RHS of an import
|
2014-08-20 13:22:28 -04:00 |
|
Sheetal Nandi
|
21020a71d1
|
Use local source file text to record source map span start
|
2014-08-19 20:33:36 -07:00 |
|
Sheetal Nandi
|
0636a067fc
|
Fix the new sourceMapRecording correctly if the multiple files output to single js file and the file ends with interface definition
|
2014-08-19 20:21:54 -07:00 |
|
Jason Freeman
|
bfa2e940c0
|
Support resolution of any part of the RHS of an import
|
2014-08-19 15:04:30 -07:00 |
|
Sheetal Nandi
|
b5bd1bf505
|
Emit detached comments for constructor body
|
2014-08-19 12:38:56 -07:00 |
|
Sheetal Nandi
|
ebd00bd1bc
|
Emit detached comments for function body
|
2014-08-19 12:06:52 -07:00 |
|
Sheetal Nandi
|
a11ad539c4
|
Emit copyright headers before anything else in the sourceFile
|
2014-08-19 10:43:13 -07:00 |
|
Sheetal Nandi
|
ce89da227d
|
Include previous token trailing comments for parameters and type parameters as part of leading comments of them
|
2014-08-19 10:00:38 -07:00 |
|
Jason Freeman
|
f949c5014a
|
Merge branch 'master' into typeWriter
Conflicts:
src/compiler/types.ts
|
2014-08-18 19:57:35 -07:00 |
|
Jason Freeman
|
a8c2f82f3c
|
Temporary fix for import case in getTypeOfNode
|
2014-08-18 19:56:03 -07:00 |
|
Jason Freeman
|
a08aa14a74
|
Address PR feedback
|
2014-08-18 18:51:18 -07:00 |
|
Daniel Rosenwasser
|
8baee8a785
|
Merge branch 'master' into diagnosticsCleanup
|
2014-08-18 15:42:58 -07:00 |
|
Daniel Rosenwasser
|
a366984bc9
|
Reassigned diagnostic codes.
|
2014-08-18 15:42:27 -07:00 |
|
Jason Freeman
|
d02d9bfa7e
|
Merge branch 'master' into typeWriter
Conflicts:
src/compiler/checker.ts
|
2014-08-18 14:37:21 -07:00 |
|
Mohamed Hegazy
|
54d8722189
|
Merge branch 'master' into classifier
|
2014-08-18 14:33:30 -07:00 |
|
Sheetal Nandi
|
7a5512cdd0
|
Merge pull request #466 from sparecycles/fix/checker-declaration
fix --declaration typechecking (complex case)
|
2014-08-18 13:32:50 -07:00 |
|
Sheetal Nandi
|
e0faa65d4b
|
Merge pull request #455 from Microsoft/formatComment
Align the multiline comments in the generated outputs by retaining its position relative to the first line in the comment
|
2014-08-18 13:26:18 -07:00 |
|
Adam Freidin
|
06e858ff40
|
fix --declaration typechecking (complex case)
This fixes generation of typescriptServices.d.ts,
although this is not a current requirement
( https://github.com/Microsoft/TypeScript/issues/465 ).
|
2014-08-15 20:16:05 -07:00 |
|
Daniel Rosenwasser
|
5c59360ef7
|
Merge branch 'master' into diagnosticsCleanup
|
2014-08-15 17:17:27 -07:00 |
|
Daniel Rosenwasser
|
6287efc24d
|
Merge branch 'master' of https://github.com/Microsoft/TypeScript
|
2014-08-15 17:13:46 -07:00 |
|
Daniel Rosenwasser
|
00b438bad6
|
Normalized path for localized diagnostics message map.
|
2014-08-15 17:13:25 -07:00 |
|
Sheetal Nandi
|
6ad8fa6377
|
Simplify comment alignment logic
|
2014-08-15 16:58:38 -07:00 |
|
Cyrus Najmabadi
|
87ebb6b2da
|
add rename localization messages.
|
2014-08-15 16:22:58 -07:00 |
|
Sheetal Nandi
|
94e0d953c5
|
Makes sure leading comments are emitting only once
|
2014-08-15 15:52:30 -07:00 |
|
Vladimir Matveev
|
804bbac61f
|
Merge pull request #462 from Microsoft/missing_checker
create instance of the checker prior to making any types
|
2014-08-15 15:50:37 -07:00 |
|
Sheetal Nandi
|
c4b22d338f
|
Emit comments for expression statements
|
2014-08-15 15:49:09 -07:00 |
|
Sheetal Nandi
|
0a75cc2926
|
Emit comments for if statement
|
2014-08-15 15:32:43 -07:00 |
|
Sheetal Nandi
|
6036c92784
|
Emit leading/trailing comments of ifStatement
|
2014-08-15 15:24:44 -07:00 |
|
Sheetal Nandi
|
1b5023bad3
|
Emit leading/trailing comments for return statement
Note the detachedComments and copyright headers comment emitting is not part of this change
|
2014-08-15 15:16:17 -07:00 |
|
Sheetal Nandi
|
09b20d5357
|
Fixed according to code review feedback
|
2014-08-15 14:43:22 -07:00 |
|
Jason Freeman
|
91c1a81563
|
Fix isTypeNode to not consider namespace accesses types
|
2014-08-15 14:37:41 -07:00 |
|
Jason Freeman
|
834a6f71c1
|
Add logic in checker for getting type of export assignments and imports
|
2014-08-15 14:37:32 -07:00 |
|
Jason Freeman
|
5574b58d64
|
Adjust TypeChecker to have separate method for getApparentType
|
2014-08-15 14:37:29 -07:00 |
|
Jason Freeman
|
537d8785f3
|
Change getTypeOfNode to take an apparentType flag
|
2014-08-15 14:36:49 -07:00 |
|
Jason Freeman
|
6b778f103c
|
Handle type declaration nodes
|
2014-08-15 14:36:02 -07:00 |
|
Jason Freeman
|
12a0909fdd
|
Add getTypeOfNode function to checker API
|
2014-08-15 14:36:00 -07:00 |
|
Sheetal Nandi
|
6ab3adfd43
|
Modified the emitComment logic to handle emitting leading or trailing spaces depending on flags
Leading comments have trailing separator while trailing comments have leading space
This removes the extra trailing space in the trailing comments
|
2014-08-15 14:32:08 -07:00 |
|