Sheetal Nandi
|
94a647b72b
|
Do not emit declarations for javascript files
|
2015-10-30 11:36:39 -07:00 |
|
Sheetal Nandi
|
b217b8b620
|
Merge branch 'master' into jsFileCompilation
|
2015-10-30 09:34:32 -07:00 |
|
Sheetal Nandi
|
38ebb1d835
|
Tests update after declaration file emit revert
|
2015-10-28 16:59:52 -07:00 |
|
Sheetal Nandi
|
0c3c7f1a1b
|
Treat the .jsx and .tsx files as jsx when parsing and .js files are parsed in standard mode
|
2015-10-28 16:39:22 -07:00 |
|
Sheetal Nandi
|
2d3a345fd3
|
Since there arent any user given extensions, have extensions start with "." like before
|
2015-10-28 16:24:53 -07:00 |
|
Sheetal Nandi
|
45b995d030
|
Remove extensions doesnt need to depend on compiler options any more
|
2015-10-28 15:45:00 -07:00 |
|
Sheetal Nandi
|
382b86bd2c
|
Test update for using allowJs instead of --jsExtensions
|
2015-10-28 14:03:18 -07:00 |
|
Sheetal Nandi
|
57362f6017
|
Some tests to cover transpilation of different syntax
|
2015-10-28 13:08:35 -07:00 |
|
Sheetal Nandi
|
8f03d00dc0
|
Test cases to verify that declaration file is not emitted if any of the declaration file in program has error
|
2015-10-28 13:08:20 -07:00 |
|
Sheetal Nandi
|
bf05ea3b2f
|
Some test cases to verify that declaration file overwrite is reported correctly
|
2015-10-28 13:08:06 -07:00 |
|
Sheetal Nandi
|
ff933be5ff
|
Populate if emit was skipped correctly as part of emit result
|
2015-10-28 13:07:50 -07:00 |
|
Sheetal Nandi
|
93cc1e530b
|
Check source map files are being overwritten
|
2015-10-28 13:07:35 -07:00 |
|
Sheetal Nandi
|
d14934e4da
|
Tests update for emitting declarations if no errors
|
2015-10-28 13:07:08 -07:00 |
|
Martin Všetička
|
1e2108854b
|
Add warning message empty THEN clause
|
2015-10-28 08:25:41 +01:00 |
|
Vladimir Matveev
|
e811fecda6
|
Merge pull request #5275 from Microsoft/fixCasingAndPathFormat
use absolute path as key to store files, correctly handle scenarios w…
|
2015-10-27 14:02:35 -07:00 |
|
Vladimir Matveev
|
f5d4aa7d9c
|
addressed PR feedback (change command line flag description), added tests
|
2015-10-27 13:27:51 -07:00 |
|
Vladimir Matveev
|
ea054f7cbb
|
Merge pull request #5412 from Microsoft/classesInLoop
treat local classes as block scoped variables
|
2015-10-27 10:23:16 -07:00 |
|
Mohamed Hegazy
|
33d7a1fc13
|
Merge pull request #5397 from seanchas116/fix-nested-parameter-destructuring
Fix nested parameter destructuring
|
2015-10-27 09:46:23 -07:00 |
|
Vladimir Matveev
|
654befa781
|
treat local classes as block scoped variables
|
2015-10-26 22:18:04 -07:00 |
|
Ryohei Ikegami
|
a3f09c343b
|
Add compiler test
|
2015-10-27 11:50:43 +09:00 |
|
Vladimir Matveev
|
4dbd04cdeb
|
Merge pull request #5208 from Microsoft/capturedBlockScopedVars
support block scoped vars captured in closures inside loops
|
2015-10-26 16:58:15 -07:00 |
|
Mohamed Hegazy
|
ed5dc5536d
|
Merge pull request #5390 from maybejulian/declareOnTypeAliasInDts
Allow type aliases to omit 'declare' keyword in '.d.ts' files
|
2015-10-25 23:26:18 -07:00 |
|
Ryohei Ikegami
|
f7f9bd1d24
|
Add tests for nested destructuring
|
2015-10-25 13:13:38 +09:00 |
|
Nathan Shively-Sanders
|
c4e54685c6
|
Merge pull request #5384 from Microsoft/fix-union-of-variadic-functions
Fix union of variadic functions
|
2015-10-23 14:54:13 -07:00 |
|
Nathan Shively-Sanders
|
d26a4c8a87
|
Merge pull request #5359 from Microsoft/merge-inherits-interface-members
Merge inherits interface members
|
2015-10-23 14:51:13 -07:00 |
|
Nathan Shively-Sanders
|
7a1004371b
|
Add tests and accept baselines
|
2015-10-23 13:33:55 -07:00 |
|
Julian Williams
|
fc2dca2344
|
Added test.
|
2015-10-22 18:18:57 -04:00 |
|
Nathan Shively-Sanders
|
1651f1809c
|
Improve mergedInheritedClassInterface test case
Covers the case when the merged interface extends an interface, but the
merged class does not extend a class, then trying to extend that class.
|
2015-10-22 11:32:26 -07:00 |
|
Nathan Shively-Sanders
|
4d05189d8d
|
Improve naming of test members
|
2015-10-21 16:23:59 -07:00 |
|
Nathan Shively-Sanders
|
36ddd022a1
|
Tests for interfaces merged w/classes
Both interfaces and classes have base classes/interfaces; all members are
available on an instance of the merged child.
|
2015-10-21 16:10:46 -07:00 |
|
Vladimir Matveev
|
912e49b668
|
do not indent token if its start line matches end line of previous token\trivia
|
2015-10-21 12:49:14 -07:00 |
|
Ryan Cavanaugh
|
853e9a2462
|
Merge pull request #5295 from RyanCavanaugh/detectAdjacentJsxElements
Better error recovery for adjacent JSX elements in expression positions
|
2015-10-20 13:16:02 -07:00 |
|
Anders Hejlsberg
|
a8fa81b187
|
Merge pull request #5344 from Microsoft/excessPropertiesWithUnion
Fix excess property check in union and intersection types
|
2015-10-20 13:05:51 -07:00 |
|
Ron Buckton
|
c3f36e145d
|
Merge pull request #5343 from Microsoft/fixES6LetInModule
Fixes emitExpressionIdentifier when combining --target ES6 with --module.
|
2015-10-20 12:51:13 -07:00 |
|
Anders Hejlsberg
|
a22f9b87bd
|
Adding test
|
2015-10-20 12:40:39 -07:00 |
|
Ron Buckton
|
c627802a43
|
Tests
|
2015-10-20 12:32:49 -07:00 |
|
Nathan Shively-Sanders
|
f9c40d11a9
|
Merge pull request #5267 from Microsoft/disallow-primitive-assignability-to-index-of-any
Disallow primitive assignability to indexer of type any
|
2015-10-19 15:48:04 -07:00 |
|
Vladimir Matveev
|
96a4b237ac
|
Merge branch 'master' into capturedBlockScopedVars
|
2015-10-19 14:22:25 -07:00 |
|
Vladimir Matveev
|
c13c8bf316
|
addressed PR feedback
|
2015-10-19 14:10:27 -07:00 |
|
Sheetal Nandi
|
0496bfe278
|
Merge branch 'master' into tscJsFiles
|
2015-10-19 12:32:51 -07:00 |
|
John Vilk
|
f10c7cc154
|
Change ArrayBuffer.isView declaration to type guard for ArrayBufferView.
Also adds a test that checks that `ArrayBuffer.isView` appropriately narrows its argument to `ArrayBufferView`.
Fixes #5308.
|
2015-10-18 20:05:30 -04:00 |
|
Mohamed Hegazy
|
e98a76fb62
|
Merge pull request #5257 from Microsoft/module-merge-with-constructors
Module merge with constructors
|
2015-10-16 16:55:57 -07:00 |
|
Mohamed Hegazy
|
bb369f1423
|
Merge pull request #5290 from Microsoft/interfaceClassMergingFix
Do not report errors for classes and interfaces merging
|
2015-10-16 16:45:31 -07:00 |
|
Mohamed Hegazy
|
8b8d33d8b8
|
Fix comments
|
2015-10-16 16:29:11 -07:00 |
|
Nathan Shively-Sanders
|
a8aa48e73f
|
Merge pull request #5230 from Microsoft/ambient-class-merges-overloads-with-interface
Ambient class merges overloads with interface
|
2015-10-16 15:08:59 -07:00 |
|
Ryan Cavanaugh
|
6ccb2a5ef2
|
Better error recovery for adjacent JSX elements in expression positions
Fixes #5286
|
2015-10-16 13:47:57 -07:00 |
|
Mohamed Hegazy
|
35a303ac01
|
Do not report errors for classes and interfaces merging
|
2015-10-16 10:54:35 -07:00 |
|
Vladimir Matveev
|
b8a3564d28
|
use absolute path as key to store files, correctly handle scenarios when file names differ only in casing
|
2015-10-15 14:43:51 -07:00 |
|
Sheetal Nandi
|
acf7de7d34
|
Merge branch 'master' into tscJsFiles
|
2015-10-15 12:30:55 -07:00 |
|
Nathan Shively-Sanders
|
53188d9cb8
|
Add ES2015 as a synonym to ES6
In ModuleKind, ScriptTarget and associated command line arguments.
|
2015-10-15 11:35:52 -07:00 |
|