Jason Freeman
|
f744113edf
|
Scan octal literals
|
2014-08-06 18:10:11 -07:00 |
|
Sheetal Nandi
|
4cd2d3f8dd
|
Report privacy errors on return types
|
2014-08-06 17:58:03 -07:00 |
|
Sheetal Nandi
|
41150776d1
|
Report privacy errors on parameter types
|
2014-08-06 17:06:59 -07:00 |
|
Daniel Rosenwasser
|
893940cedf
|
Merge pull request #367 from Microsoft/theDisintegrationOfThePersistenceOfMemory
Fixed memory leak when using '--watch' flag.
|
2014-08-06 16:28:27 -07:00 |
|
Sheetal Nandi
|
4b12353a78
|
Test case for the privacy check of variables and properties during declaration emit
|
2014-08-06 15:17:44 -07:00 |
|
Sheetal Nandi
|
5810bfed6d
|
Ambient module declarations (exception import declaration) are visible
|
2014-08-06 15:13:06 -07:00 |
|
Mohamed Hegazy
|
3295cdaa19
|
rename test
|
2014-08-06 14:33:06 -07:00 |
|
Daniel Rosenwasser
|
eaa28feefd
|
Style and comments.
|
2014-08-06 14:29:43 -07:00 |
|
Mohamed Hegazy
|
9222711ace
|
change name of the flag to emitBOM
|
2014-08-06 14:24:47 -07:00 |
|
Vladimir Matveev
|
236e24b468
|
do not reorder signatures from derived and base types
|
2014-08-06 13:39:09 -07:00 |
|
Daniel Rosenwasser
|
bd06e77b18
|
Addressed code review feedback.
|
2014-08-06 13:22:18 -07:00 |
|
Sheetal Nandi
|
5d21db9ccf
|
Test baselines after asynchronous alias declaration writing
|
2014-08-06 13:16:41 -07:00 |
|
Sheetal Nandi
|
875d0c0c75
|
Emit unexported aliases that need to be emitted to .d.ts to make correct result
|
2014-08-06 13:12:49 -07:00 |
|
Sheetal Nandi
|
0b227d5196
|
Test baselines because of change
|
2014-08-06 13:12:34 -07:00 |
|
Mohamed Hegazy
|
f125ee20bb
|
Merge branch 'master' into bom
Conflicts:
src/compiler/commandLineParser.ts
src/compiler/emitter.ts
|
2014-08-06 12:55:57 -07:00 |
|
Mohamed Hegazy
|
891d379aac
|
Merge pull request #373 from DickvdBrink/filename-casing
Rename lib.scripthost.d.ts to lib.scriptHost.d.ts
|
2014-08-06 12:43:42 -07:00 |
|
Mohamed Hegazy
|
a4a773a352
|
make the BOM visible in the test output
|
2014-08-06 12:36:39 -07:00 |
|
Mohamed Hegazy
|
35c1577ff5
|
Add tests for generateBOM switch
|
2014-08-06 12:05:01 -07:00 |
|
Daniel Rosenwasser
|
3ad6e31aa5
|
Merge pull request #351 from Microsoft/wontYouPleasePleaseHelpMe
Support the '--help' compiler flag.
|
2014-08-06 11:59:18 -07:00 |
|
Sheetal Nandi
|
00b4c2e96d
|
Report errors on properties and variable type visibility
Fixes #69
|
2014-08-06 11:53:54 -07:00 |
|
Sheetal Nandi
|
5c4009a163
|
Merge pull request #161 from Microsoft/privacyErrors
Report errors for usage of private types when generating declaration file
|
2014-08-06 11:51:55 -07:00 |
|
Mohamed Hegazy
|
b1335e1795
|
add generateBOM switch
|
2014-08-06 11:37:59 -07:00 |
|
Sheetal Nandi
|
e31aa9e12a
|
Added more comments and todos as per code review feedback
|
2014-08-06 11:26:34 -07:00 |
|
Mohamed Hegazy
|
63b835a7a9
|
Remove ByteOrderMark
|
2014-08-06 11:13:49 -07:00 |
|
Dick van den Brink
|
7bf5a95105
|
Rename lib.scripthost.d.ts to lib.scriptHost.d.ts
|
2014-08-06 19:08:55 +02:00 |
|
Daniel Rosenwasser
|
6f563b7af9
|
Fixed memory leak from '--watch' flag.
As I initially feared, we were actually nesting closure environments with each new `getSourceFile`.
Fixes #366.
|
2014-08-05 18:28:48 -07:00 |
|
Daniel Rosenwasser
|
a24b175586
|
Perform an explicit return just in case sys.exit fails.
|
2014-08-05 16:40:04 -07:00 |
|
Anders Hejlsberg
|
afeabe8100
|
Merge pull request #365 from Microsoft/extensionlessReferences
Support extensionless <reference> comments.
|
2014-08-05 15:02:03 -07:00 |
|
Anders Hejlsberg
|
a2a6b8a410
|
Support extensionless <reference> comments.
Fixes #344.
|
2014-08-05 14:32:53 -07:00 |
|
Daniel Rosenwasser
|
81c4b0b900
|
Merge branch 'master' into wontYouPleasePleaseHelpMe
Conflicts:
src/compiler/commandLineParser.ts
src/compiler/diagnosticInformationMap.generated.ts
src/compiler/diagnosticMessages.json
|
2014-08-05 12:50:16 -07:00 |
|
Mohamed Hegazy
|
97987b1c3e
|
Merge pull request #359 from Microsoft/cleanup
Wire cleanupSemanticCache
|
2014-08-04 19:06:18 -07:00 |
|
Daniel Rosenwasser
|
078e49dd8b
|
Explicitly supply generic argument for 'compareValues'.
|
2014-08-04 18:29:58 -07:00 |
|
Daniel Rosenwasser
|
a1a1ea3f96
|
Fixed up duplicate diagnostic.
|
2014-08-04 18:23:59 -07:00 |
|
Daniel Rosenwasser
|
348d0fca21
|
Addressed code review feedback.
|
2014-08-04 17:52:58 -07:00 |
|
Mohamed Hegazy
|
0c9510e6f1
|
Wire cleanupSemanticCache
|
2014-08-04 17:23:09 -07:00 |
|
Mohamed Hegazy
|
3a0d40a212
|
Merge pull request #358 from Microsoft/uptodatecheck
Add uptodate checks for program
|
2014-08-04 16:57:21 -07:00 |
|
Mohamed Hegazy
|
93a48a314e
|
respond to code review comments
|
2014-08-04 16:56:58 -07:00 |
|
Mohamed Hegazy
|
acfcf40735
|
Add uptodate checks for program object to avoid recomputation if not needed
|
2014-08-04 16:09:25 -07:00 |
|
Daniel Rosenwasser
|
40f6ed0b65
|
Merge pull request #262 from Microsoft/trylessCatchesFinallyParseNicely
Improved errors for 'catch'/'finally' blocks missing 'try' statements
|
2014-08-04 15:56:20 -07:00 |
|
Mohamed Hegazy
|
21fb3bc675
|
Update check for syntax tree existance
|
2014-08-04 15:36:26 -07:00 |
|
Mohamed Hegazy
|
ab05b75297
|
Merge pull request #326 from Microsoft/getDefinition
Wire getDefinitionAtPosition using the new compiler implementation
|
2014-08-04 15:11:58 -07:00 |
|
Vladimir Matveev
|
017a76bd85
|
Merge pull request #357 from Microsoft/specialized_signatures
fixed check for call\construct signatures in interfaces
|
2014-08-04 15:11:44 -07:00 |
|
Mohamed Hegazy
|
2ae1432644
|
Merge branch 'master' into getDefinition
|
2014-08-04 15:08:26 -07:00 |
|
Mohamed Hegazy
|
a48ec090ae
|
add missing semicolons
|
2014-08-04 15:07:42 -07:00 |
|
Vladimir Matveev
|
3fc10ed809
|
fix misplaced brackets
|
2014-08-04 15:05:15 -07:00 |
|
Vladimir Matveev
|
059b57f417
|
fixed check for call\construct signatures in interfaces
|
2014-08-04 14:37:24 -07:00 |
|
Anders Hejlsberg
|
7fc1b8c4ec
|
Merge pull request #355 from Microsoft/pullContextualTypes3
Consistently record contextual types in function expressions.
|
2014-08-04 14:36:43 -07:00 |
|
Mohamed Hegazy
|
3c0fd5324c
|
Merge branch 'master' into getDefinition
|
2014-08-04 13:43:14 -07:00 |
|
Mohamed Hegazy
|
28f73121d6
|
Merge pull request #356 from DickvdBrink/missing-semicolon
Code style: Missing semicolons
|
2014-08-04 13:38:26 -07:00 |
|
Mohamed Hegazy
|
f8228e1544
|
Change variabel names:
* documentsByName to sourceFilesByName
* getSymbolOfIdentifierLikeNode to getSymbolInfo
|
2014-08-04 13:37:17 -07:00 |
|