Commit Graph
12444 Commits
Author SHA1 Message Date
Ryan Cavanaugh da39a8be10 Don't forget about spread attributes 2015-07-28 15:31:39 -07:00
Jason Freeman bbadd702e7 Merge pull request #4022 from Microsoft/defaultInitializer
Default initializers on required parameters
2015-07-28 15:27:04 -07:00
Yui T 3edecbfa47 Merge branch 'master' into disambiguating 2015-07-28 15:26:31 -07:00
Yui T a07d911f63 Address code review 2015-07-28 15:25:27 -07:00
Jason Freeman ef80ff2229 Merge branch 'master' of https://github.com/Microsoft/TypeScript into anyFunctionTypeDontAddCandidate
Conflicts:
	src/compiler/types.ts
2015-07-28 14:52:10 -07:00
Jason Freeman 71a7c19cea Fix naming and update comment 2015-07-28 14:49:28 -07:00
Jason Freeman 3e5711fa01 Merge branch 'master' of https://github.com/Microsoft/TypeScript into defaultInitializer 2015-07-28 14:42:21 -07:00
Jason Freeman 4673d618a7 Make declaration emitter call resolver.isOptionalParameter 2015-07-28 14:42:08 -07:00
Ryan Cavanaugh fc9b10eeb6 Correctly identify JSX expressions as identifier parents 2015-07-28 13:49:39 -07:00
unknown 90e31adea8 Raise error if mixing tsconfig.json and directives. 2015-07-27 21:02:58 -07:00
Vladimir Matveev cb14a9ec13 merge with master 2015-07-27 17:58:20 -07:00
Vladimir Matveev e1708e7e2f Merge branch 'master' into forwardRefsInEnumInitializers 2015-07-27 17:51:20 -07:00
unknown 53e449c901 Allow tsconfig.json to be added to fourslash test. 2015-07-27 17:45:15 -07:00
Yui T 5e6078133c Merge branch 'master' into errorForUseSuperInNullExtension
Conflicts:
	src/compiler/checker.ts
2015-07-27 15:37:02 -07:00
Jason Freeman 40d6c7f740 Merge branch 'master' of https://github.com/Microsoft/TypeScript into defaultInitializer 2015-07-27 15:34:29 -07:00
Jason Freeman 06f63b2e04 Merge branch 'master' of https://github.com/Microsoft/TypeScript into anyFunctionTypeDontAddCandidate 2015-07-27 15:33:11 -07:00
Arthur Ozga 7c024aba56 cleanup 2015-07-27 13:19:14 -07:00
Arthur Ozga a95f608f1d Merge branch 'master' into removeForLoop 2015-07-27 13:17:18 -07:00
Ryan Cavanaugh 0da9b7a850 Merge pull request #3942 from RyanCavanaugh/fix3903
Fix crash when the element instance type was undefined
2015-07-27 12:41:14 -07:00
Ryan Cavanaugh 4e3751c07c Use Debug.assert instead of Debug.fail; preserve 'any' variants 2015-07-27 12:31:53 -07:00
Daniel Rosenwasser 4f507a6b7e Merge pull request #3973 from Microsoft/disallowDefaultExportDeclMerging
Disallow merging for default export declarations
2015-07-27 15:03:40 -04:00
Daniel Rosenwasser 157235f5da Fixed test message. 2015-07-27 11:45:22 -07:00
Ryan Cavanaugh 079047c60b Simplify code a bit. 2015-07-27 11:21:27 -07:00
Daniel Rosenwasser a8f0491d62 space -> spaces 2015-07-27 11:17:23 -07:00
Daniel Rosenwasser bad5919fa8 Addressed CR feedback. 2015-07-27 11:14:13 -07:00
Tingan Ho 5daf3f1101 Defaults to no files property 2015-07-27 20:18:21 +08:00
Tingan Ho 38f4c2dc8d Adds project init 2015-07-27 19:52:57 +08:00
Basarat Ali Syed 1251b46eb6 SourceFile.fileWatcher should be optional 2015-07-27 17:42:49 +10:00
Yui T 7296cc7a4e Merge branch 'master' into errorForUseSuperInNullExtension 2015-07-26 20:46:51 -07:00
Yui T 442855f7e1 Address CR 2015-07-26 20:46:03 -07:00
pcan bcf89e89e6 Invert null-check in emitSerializedTypeNode 2015-07-25 09:13:31 +02:00
Arthur Ozga 92b42ee42d added an annotation 2015-07-24 17:56:53 -07:00
Arthur Ozga 98d2bcbf88 add newline if we directly precede the declaration 2015-07-24 16:25:32 -07:00
Arthur Ozga e6809c30f1 Simplfied Return Values 2015-07-24 15:27:28 -07:00
Jason Freeman d510ba1b71 Merge branch 'master' of https://github.com/Microsoft/TypeScript into anyFunctionTypeDontAddCandidate 2015-07-24 15:23:22 -07:00
zhengbli d80fb9d0fb Merge branch 'master' of https://github.com/Microsoft/TypeScript into addTsConfigWatcher 2015-07-24 15:01:08 -07:00
zhengbli 9b080fbfe4 Add file watcher for tsconfig.json 2015-07-24 15:00:30 -07:00
Jason Freeman a47e02aeac Adjust notion of minArgumentCount to account for required parameters with default initializers 2015-07-24 14:59:52 -07:00
Jason Freeman aac34519d4 Remove error for parameter with default initializer before a required parameter 2015-07-24 14:59:48 -07:00
Daniel Rosenwasser dda058b85e Use 'process.stdout.write' to ensure colors get displayed correctly on Windows. 2015-07-24 12:18:18 -07:00
Vladimir Matveev e1fa3c5515 Merge pull request #3982 from Microsoft/sourceMapsInTranspile
add transpileModule function that can return emitted source map
2015-07-23 17:25:30 -07:00
Arthur Ozga 355db2351e Merge branch 'master' into JSDocCommentScaffolding 2015-07-23 14:04:49 -07:00
Arthur Ozga 24b29f1fb7 Check if inside the declaration 2015-07-23 14:03:52 -07:00
Daniel Rosenwasser 3805500e84 Merge pull request #3967 from weswigham/issues/3813
Tests for the Session API
2015-07-23 13:58:07 -07:00
Daniel Rosenwasser b47cd0e9a4 Merge pull request #3875 from Microsoft/nightly
Create a 'publish-nightly' task in our Jakefile
2015-07-23 13:41:09 -07:00
Arthur Ozga 20306551ec Merge pull request #3974 from Microsoft/addReferencesForFourslashInTestDir
Add references for fourslash in test dir
2015-07-23 13:40:41 -07:00
Jason Freeman d3d3333da6 Merge pull request #3990 from Microsoft/getBaseTypes
Add getBaseTypes on TypeObject in services
2015-07-23 13:06:19 -07:00
Arthur Ozga acb9401345 Fixed spelling error 2015-07-23 11:20:16 -07:00
Arthur Ozga 831c025890 Merged fourslash fix 2015-07-23 11:12:58 -07:00
Arthur Ozga 5e0f1a6cfa Merge branch 'master' into JSDocCommentScaffolding 2015-07-23 10:59:53 -07:00