Commit Graph

  • 635c703872 Fix issue in the parsing of tsConfig file, this was fixed in master before, but never ported. Paul van Brenk 2015-05-19 18:07:21 -07:00
  • 3853489628 Update version to 1.5.3 for the VS 2015 release Paul van Brenk 2015-05-19 16:25:12 -07:00
  • d080f47003 Fix for #2971, adds missing logic in checkFunctionExpressionBodies Ron Buckton 2015-05-19 16:17:12 -07:00
  • 0d5653e21a Merge pull request #3139 from basarat/patch-1 Mohamed Hegazy 2015-05-19 15:22:31 -07:00
  • 6037780159 Merge branch 'master' of https://github.com/Microsoft/TypeScript into generators Jason Freeman 2015-05-19 15:08:41 -07:00
  • 5ea2cea95d Merge pull request #3208 from Microsoft/updateSingleCompilationFlagName Mohamed Hegazy 2015-05-19 13:54:49 -07:00
  • ccd330e588 Merge pull request #3212 from pgilad/patch-1 Mohamed Hegazy 2015-05-19 13:54:24 -07:00
  • a2c50732e8 Some cleanup and additional comments following PR feedback Ron Buckton 2015-05-19 12:49:47 -07:00
  • 91f69d7a02 Merge pull request #3226 from Microsoft/port-3183 Vladimir Matveev 2015-05-19 11:53:16 -07:00
  • b5c4d3f2c6 Merge pull request #3225 from Microsoft/port-3131 Vladimir Matveev 2015-05-19 11:42:48 -07:00
  • 492a352cee Merge pull request #3224 from Microsoft/port-3117 Vladimir Matveev 2015-05-19 11:33:46 -07:00
  • 1f35f194d2 use textSpanEnd instead of handrolled version Vladimir Matveev 2015-05-15 16:36:58 -07:00
  • 845820dfe9 addressed PR feedback Vladimir Matveev 2015-05-15 15:28:02 -07:00
  • 0b9dd9e239 during file update request only changed portion of the text from the host Vladimir Matveev 2015-05-15 14:28:02 -07:00
  • 2252e3045c add optional 'getProjectVersion' method to perform fast up-to-date checks Vladimir Matveev 2015-05-12 10:57:55 -07:00
  • fd5dfb63af program should store file names with normalized slashes Vladimir Matveev 2015-05-11 14:01:46 -07:00
  • eaee9ec600 Merge pull request #3223 from Microsoft/port-3109 Vladimir Matveev 2015-05-19 11:03:46 -07:00
  • ecd6a7a226 Merge pull request #3222 from Microsoft/port-3110 Vladimir Matveev 2015-05-19 11:03:36 -07:00
  • 9d469c8dc0 Merge pull request #3221 from Microsoft/port-3144 Vladimir Matveev 2015-05-19 11:03:21 -07:00
  • a1406bf836 Merge pull request #3156 from Microsoft/codeSettings Ron Buckton 2015-05-19 10:58:04 -07:00
  • 9fc1d3ce47 Adjusted spacing in tasks.json Ron Buckton 2015-05-19 10:56:46 -07:00
  • 409dddc2f3 do not hoist ambient declarations Vladimir Matveev 2015-05-10 22:23:12 -07:00
  • c828bcb0c7 addressed PR feedback Vladimir Matveev 2015-05-11 14:17:34 -07:00
  • 546330ed7d correct typos Vladimir Matveev 2015-05-11 00:09:06 -07:00
  • 87ed20bd57 system: fix emit for exports of non-top level entities, fix emit for enums Vladimir Matveev 2015-05-11 00:07:49 -07:00
  • 2a1df727de addressed PR feedback Vladimir Matveev 2015-05-15 00:42:04 -07:00
  • 6573578299 handle triple slashes in url schema 'file' correctly Vladimir Matveev 2015-05-12 22:59:29 -07:00
  • dea8e3edad Merge pull request #3207 from Microsoft/declareModifierForInterface Yui 2015-05-19 13:23:32 -04:00
  • 60f25ffccc update license attribute Gilad Peleg 2015-05-19 13:46:50 +03:00
  • c8dd04b3da Merge pull request #3209 from Microsoft/merge3137 Mohamed Hegazy 2015-05-18 23:35:59 -07:00
  • b355412ef6 Accepting new baselines Anders Hejlsberg 2015-05-12 16:54:34 -07:00
  • de8b2fabb9 Optimize spread to not generate x.slice() when x is an array literal Anders Hejlsberg 2015-05-12 16:53:53 -07:00
  • a4294a6864 Accepting new baselines Anders Hejlsberg 2015-05-12 15:51:20 -07:00
  • f5bcaa3bf8 Emit [...a] as a.slice() to ensure a is copied Anders Hejlsberg 2015-05-12 15:49:41 -07:00
  • 6057a918ec rename tests Mohamed Hegazy 2015-05-18 22:21:29 -07:00
  • 1da04ba8f4 Change flag --singleCompilation to --isolatedModules Mohamed Hegazy 2015-05-18 21:49:41 -07:00
  • 2191adca10 Add tests Yui T 2015-05-18 18:18:16 -07:00
  • 89d0f41e95 Update baselines Yui T 2015-05-18 18:18:08 -07:00
  • 67c27ee766 Remove check for declare modifier on interface Yui T 2015-05-18 18:17:55 -07:00
  • 5bea6a9762 Merge pull request #3066 from tinganho/newWithSpread Jason Freeman 2015-05-18 10:23:30 -07:00
  • ccd3de33f3 Combining else blocks Tingan Ho 2015-05-17 09:27:20 +08:00
  • 0287d2fc80 Merge pull request #3185 from Microsoft/variableStatementComments Daniel Rosenwasser 2015-05-16 15:50:47 -07:00
  • 70d2938f4f Support "exclude" property in tsconfig.json Anders Hejlsberg 2015-05-16 11:38:28 -07:00
  • 78a36c0cee Fixes concat style Tingan Ho 2015-05-16 16:42:49 +08:00
  • 4b4fc0147e take the function out SaschaNaz 2015-05-16 17:08:09 +09:00
  • a9eba62b68 getLineIndentation SaschaNaz 2015-05-16 16:24:50 +09:00
  • 3f487bb0dd Merge https://github.com/Microsoft/TypeScript into blockFormParameterIndentation SaschaNaz 2015-05-16 14:35:50 +09:00
  • 74f1dd61ad Merge pull request #3183 from Microsoft/marshalling_issue Vladimir Matveev 2015-05-15 17:09:15 -07:00
  • 3664f29689 Updated baselines. Daniel Rosenwasser 2015-05-15 17:01:42 -07:00
  • 66a91c33fb use textSpanEnd instead of handrolled version Vladimir Matveev 2015-05-15 16:36:58 -07:00
  • bd2139694a Added change to omit comments for variable statements when appropriate. Daniel Rosenwasser 2015-05-15 16:32:11 -07:00
  • d3a2dc0c64 addressed PR feedback Vladimir Matveev 2015-05-15 15:28:02 -07:00
  • 31ea4ba666 Merge branch 'master' into testPerf Daniel Rosenwasser 2015-05-15 14:44:22 -07:00
  • 2c4801ea47 during file update request only changed portion of the text from the host Vladimir Matveev 2015-05-15 14:28:02 -07:00
  • e3812ff8f2 Merge pull request #3157 from Microsoft/fixUnionReduction Anders Hejlsberg 2015-05-15 11:19:32 -07:00
  • 8d6dd18b61 Merge pull request #3182 from Microsoft/LKG2 CyrusNajmabadi 2015-05-15 10:53:24 -07:00
  • 8af0cbcef4 Update LKG Cyrus Najmabadi 2015-05-15 10:35:06 -07:00
  • 194680f179 Addressing CR feedback Anders Hejlsberg 2015-05-15 10:24:24 -07:00
  • 68a4deed28 Merge pull request #3144 from Microsoft/fixRootPrefix Vladimir Matveev 2015-05-15 08:54:51 -07:00
  • b85d56b857 block form indentation SaschaNaz 2015-05-15 21:00:32 +09:00
  • 629b4bbfdf Saved Tingan Ho 2015-05-15 15:45:08 +08:00
  • 8582d80459 addressed PR feedback Vladimir Matveev 2015-05-15 00:42:04 -07:00
  • 28c9ff1d84 Merge pull request #3175 from Microsoft/release-1.5 Jason Freeman 2015-05-15 00:07:24 -07:00
  • 79ab85e0eb Merge pull request #3160 from Microsoft/getTypeOfAlias Jason Freeman 2015-05-14 23:43:24 -07:00
  • e9f8a6f701 Renamed alwaysCopy to needsUniqueCopy Tingan Ho 2015-05-15 09:18:24 +08:00
  • fb63aead59 Adds alwaysCopy argument Tingan Ho 2015-05-15 08:56:24 +08:00
  • b88d5422d2 Adds an always emit of pair of parens in spread syntax in new expression in ES5 Tingan Ho 2015-05-15 08:16:01 +08:00
  • 1be34f191e Changes to emitCallTarget Tingan Ho 2015-05-14 12:33:15 +08:00
  • a97ea4b657 Corrects old tests. Tingan Ho 2015-05-13 09:53:34 +08:00
  • d13081685b Adds spread syntax in new expression in ES5 Tingan Ho 2015-05-13 09:36:40 +08:00
  • fdfbcf6ffc Adds tests Tingan Ho 2015-05-13 09:36:05 +08:00
  • e4f416eb38 Adds an ignore on projectOutput Tingan Ho 2015-05-13 09:35:20 +08:00
  • 4b92e25b76 Merge pull request #3155 from Microsoft/useCRLFByDefaultInTest Yui 2015-05-14 15:59:24 -07:00
  • af3d67dd92 Merge branch 'master' into useCRLFByDefaultInTest Yui T 2015-05-14 15:07:36 -07:00
  • afc0847e8b Address code review Yui T 2015-05-14 15:06:30 -07:00
  • 26f73d4dc8 Add a comment in getTypeOfAlias Jason Freeman 2015-05-14 13:20:09 -07:00
  • ce98da3b27 Merge pull request #3085 from tinganho/nonInitExport Daniel Rosenwasser 2015-05-13 18:42:21 -07:00
  • 8922a09039 Only call getTypeOfSymbol recursively if it's a value Jason Freeman 2015-05-13 17:45:09 -07:00
  • a565a023eb Fixes missing check in isParenthesizedArrowFunctionExpressionWorker Ron Buckton 2015-05-13 17:26:28 -07:00
  • 9befdf68f5 Accepting new baselines Anders Hejlsberg 2015-05-13 16:55:49 -07:00
  • ec18bd0816 Removing stack from removeSubtypes method Anders Hejlsberg 2015-05-13 16:49:51 -07:00
  • a8732d756a Merge branch 'master' into fixUnionReduction Anders Hejlsberg 2015-05-13 16:35:03 -07:00
  • 7dd1f3fc13 Merge pull request #2979 from Microsoft/completionFixes Paul van Brenk 2015-05-13 15:53:31 -07:00
  • 890a5d81d1 Fixed missing call to nextToken() Ron Buckton 2015-05-13 15:50:30 -07:00
  • d5a9affac4 Merge branch 'release-1.5' Jason Freeman 2015-05-13 15:43:27 -07:00
  • 756be9bebf Update the test to actually test what we intended Paul van Brenk 2015-05-13 15:30:28 -07:00
  • fdc44b246a Adding regression tests Anders Hejlsberg 2015-05-13 15:27:40 -07:00
  • b70e6a1ee5 Added parseModifiersForArrowFunction Ron Buckton 2015-05-13 15:27:24 -07:00
  • 99ba94e577 Add circularity check to getReducedTypeOfUnionType Anders Hejlsberg 2015-05-13 15:26:25 -07:00
  • 591e882e4d Added comment for Daniel Paul van Brenk 2015-05-13 15:15:12 -07:00
  • 35aad18097 alligned comments Paul van Brenk 2015-05-13 14:48:40 -07:00
  • 03876fff4b Additional cases added for creating new variables. Paul van Brenk 2015-05-13 14:43:17 -07:00
  • 721b70f6fb Added tasks.json to easily use VSCode with TypeScript sources Ron Buckton 2015-05-13 14:28:03 -07:00
  • 386f9f2a5d Update baseline Yui T 2015-05-13 13:48:09 -07:00
  • 3bd96e328a use CRLF by default Yui T 2015-05-13 13:47:56 -07:00
  • fb68321c14 Merge branch 'master' into completionFixes Paul van Brenk 2015-05-13 13:28:02 -07:00
  • 379704ff4f Cleaned up checker, added comments to parser based on PR feedback. Ron Buckton 2015-05-13 13:18:54 -07:00
  • 5e2d48ca99 Merge branch 'master' into asyncFunctions Ron Buckton 2015-05-13 11:47:56 -07:00
  • e5df2e219f Merge branch 'asyncFunctions' of https://github.com/Microsoft/TypeScript into asyncFunctions Ron Buckton 2015-05-13 11:39:37 -07:00
  • 117b07bbf9 Added comments for emitAsyncSignatureAndBodyForES6 Ron Buckton 2015-05-13 11:36:44 -07:00