Commit graph

7411 commits

Author SHA1 Message Date
Anders Hejlsberg 6092ddd5bb Fix formatting glitches 2015-07-26 16:28:17 -07:00
Anders Hejlsberg dc816900f1 Update word2md tool to support hyperlinks 2015-07-26 16:26:58 -07:00
Anders Hejlsberg c079ee84f9 Updated language specification 2015-07-26 14:30:25 -07:00
pcan 6895237f9a Added tests for issue #3932 2015-07-25 10:01:39 +02:00
pcan bcf89e89e6 Invert null-check in emitSerializedTypeNode 2015-07-25 09:13:31 +02:00
Jason Freeman d510ba1b71 Merge branch 'master' of https://github.com/Microsoft/TypeScript into anyFunctionTypeDontAddCandidate 2015-07-24 15:23:22 -07:00
Jason Freeman 628d63cf75 Add tests 2015-07-24 14:59:59 -07:00
Jason Freeman f44bcbda3c Accept baselines and fix test comments 2015-07-24 14:59:55 -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 5bb2e2f584 Merge pull request #4020 from Microsoft/announceNightly
Add nightly info to README.md
2015-07-24 11:59:02 -07:00
Daniel Rosenwasser fa522e0796 Add nightly info to README.md 2015-07-24 11:28:08 -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
Daniel Rosenwasser c5c7e25c8f Added period. 2015-07-23 16:28:37 -07:00
Daniel Rosenwasser a9fa8edcaa Merge pull request #4009 from weswigham/patch-3
Add `jake lint` to README
2015-07-23 16:27:40 -07:00
Wesley Wigham 7cd7ae7c15 Update README.md 2015-07-23 16:07:30 -07:00
Wesley Wigham a16920b577 Update README.md 2015-07-23 16:06:46 -07:00
Wesley Wigham ab713827a5 Add jake lint to README 2015-07-23 15:57:58 -07:00
Daniel Rosenwasser 68f84afe64 Merge pull request #4005 from weswigham/fix-jake-lint
Fix jake lint with newest tslint
2015-07-23 15:15:46 -07:00
Wesley Wigham a759687a12 Adds space 2015-07-23 13:59:41 -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
Wesley Wigham f040386eff Fix jake lint with newest tslint 2015-07-23 13:42:25 -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
Daniel Rosenwasser b443cfecc9 Semicolons. 2015-07-23 12:53:41 -07:00
Wesley Wigham ef0a289c77 Remove exit test 2015-07-23 12:50:24 -07:00
Wesley Wigham 90bbb7fb3c More linting from PR 2015-07-23 12:33:34 -07:00
Daniel Rosenwasser d1fe21dda9 Publish to TypeScript itself, create a task to preview changes. 2015-07-23 12:32:17 -07:00
Wesley Wigham 5fb5b244fb Feedback from PR, lint fixes 2015-07-23 11:14:19 -07:00
Arthur Ozga c42b9f84fe fixed a typo 2015-07-23 10:53:57 -07:00
Mohamed Hegazy 84a6ee1fb9 Merge pull request #3913 from ShyykoSerhiy/fix-3859
Fixed "False error when using directive prologues inside constructor with initialized properties."
2015-07-23 00:09:05 -07:00
Wesley Wigham 5ef2b47f7a Update tslint.json for latest versions of tslint
Enforces spaces and double quotes again, and enforces no space before the colon for type definitions.
2015-07-23 00:05:53 -07:00
impinball ce2a054f6d Remove preferGlobal flag
Fixes #3987.
2015-07-23 02:00:13 -04:00
Mohamed Hegazy 98d7474151 Update AUTHORS.md for release 1.6 2015-07-22 17:19:42 -07:00
Mohamed Hegazy 55b2eca48e Add AUTHORS.md 2015-07-22 16:48:03 -07:00
Jason Freeman d6998da761 Add getBaseTypes on TypeObject in services 2015-07-22 15:27:25 -07:00
Yui T 3270e71fcf Address CR 2015-07-22 14:36:06 -07:00
Jason Freeman f42fd62968 Add comments 2015-07-22 14:03:53 -07:00
Jason Freeman 8529de64d7 Add tests 2015-07-22 13:58:43 -07:00
Jason Freeman ab51ccc7f3 Accept baseline 2015-07-22 13:58:36 -07:00
Jason Freeman 753f0f8d1c Don't add an inference candidate if it contains the anyFunctionType 2015-07-22 13:58:25 -07:00
Daniel Rosenwasser 0f828ca91b Accepted baselines. 2015-07-22 12:05:30 -07:00
Daniel Rosenwasser ae68352805 Merge remote-tracking branch 'origin/master' into disallowDefaultExportDeclMerging 2015-07-22 12:01:15 -07:00
Vladimir Matveev 500cadac5c add transpileModule function that can return emitted source map 2015-07-22 11:58:27 -07:00
Ryan Cavanaugh 8fcca92e4e Merge pull request #3955 from RyanCavanaugh/fix3928
Correctly identify identifiers inside JSX exprs as expression identifiers
2015-07-22 10:27:55 -07:00
Ryan Cavanaugh 09aa13f5ce Merge remote-tracking branch 'upstream/master' into fix3903
Conflicts:
	tests/baselines/reference/tsxElementResolution9.errors.txt
2015-07-22 10:01:08 -07:00
Ryan Cavanaugh e05a81cb3d Baseline update 2015-07-22 09:41:53 -07:00
Ryan Cavanaugh 06f766ce44 Remove check about ctors returning object types -- it isn't useful 2015-07-22 09:27:57 -07:00
Arthur Ozga 2f7a597dca Qualification 2015-07-21 18:27:01 -07:00