Commit Graph

  • 146e99425b Merge pull request #8018 from Microsoft/privateImplicitBindingAny Sheetal Nandi 2016-04-11 16:20:17 -07:00
  • edd098990b Removed debugger; statement Sheetal Nandi 2016-04-11 16:05:36 -07:00
  • 96f4dd51c5 Helper rename as per PR feedback Sheetal Nandi 2016-04-11 15:59:09 -07:00
  • a27b4d07ae [Transform]: fix emit __extends within system.registry (#7973) Yui 2016-04-11 15:36:49 -07:00
  • 94961463fc Rename of getPropertySymbolIfObjectBindingPatternWithoutPropertyName to getPropertySymbolOfObjectBindingPatternWithoutPropertyName Sheetal Nandi 2016-04-11 15:25:25 -07:00
  • b24883304b Do not report error on implicityly any binding element if it is from parameter destructuring of private method Fixes #8002 Sheetal Nandi 2016-04-11 15:22:57 -07:00
  • 9d35468d17 Test case for failing scenario of wrongly reporting error of parameter of private method when no implicit any is speicified Sheetal Nandi 2016-04-11 15:06:09 -07:00
  • 529bdd4ea6 PR feedback Sheetal Nandi 2016-04-11 14:56:12 -07:00
  • 11285b11d4 Merge branch 'mihailik-patch-2' Mohamed Hegazy 2016-04-11 14:48:01 -07:00
  • 83e7f6da91 Merge branch 'patch-2' of https://github.com/mihailik/TypeScript into mihailik-patch-2 Mohamed Hegazy 2016-04-11 14:47:46 -07:00
  • a3d35ffdf1 Merge pull request #8016 from Microsoft/namedImportCompletion Sheetal Nandi 2016-04-11 14:43:26 -07:00
  • 163615b606 Fix existing tests baseline with modified error message Sheetal Nandi 2016-04-11 14:36:49 -07:00
  • 7a09e2f0e9 PR feedback Sheetal Nandi 2016-04-11 14:31:15 -07:00
  • 4b0cb640c3 Test cases for functions with same name present in the outerscope Sheetal Nandi 2016-04-11 14:09:27 -07:00
  • 2dffa5a601 PR feedback - Cacheing the script target - Added missing return - Reworded error messages Sheetal Nandi 2016-04-11 13:53:52 -07:00
  • c2e12efc89 Completion list of named imports shouldnt contain default export member Fixes #6124 Sheetal Nandi 2016-04-11 13:33:16 -07:00
  • 85173a07d3 Accepting existing baselines Sheetal Nandi 2016-04-11 12:17:59 -07:00
  • 141dbb8986 Adding test cases for errors resulting because class/modules are strict Sheetal Nandi 2016-04-11 12:17:41 -07:00
  • 2db59d6753 Fix new error in compilerRunner about function declaration in block scope Sheetal Nandi 2016-04-11 12:05:17 -07:00
  • 593dc2bc9f Report error for block scope function declaration in ES5 Sheetal Nandi 2016-04-11 12:04:55 -07:00
  • 6988a0a479 Bind the function declarations in block scope in strict mode Sheetal Nandi 2016-04-11 11:14:52 -07:00
  • f2c8e5c85e Add test cases for function declarations in block scope Sheetal Nandi 2016-04-11 11:12:09 -07:00
  • b0584b58fa Update LKG Mohamed Hegazy 2016-04-11 11:03:15 -07:00
  • d280b1b7bc Merge pull request #7999 from Microsoft/fixHostOptionality Vladimir Matveev 2016-04-11 09:34:43 -07:00
  • 03e38a5ed3 Merge https://github.com/Microsoft/TypeScript Kagami Sascha Rosylight 2016-04-12 00:32:10 +09:00
  • 1a85c5f54c fix issue with optionality of CompilerHost Vladimir Matveev 2016-04-10 20:42:22 -07:00
  • 4c250d046f Accepting new baselines Anders Hejlsberg 2016-04-10 09:31:02 -07:00
  • b1e9f43d28 Merge branch 'master' into controlFlowTypes Anders Hejlsberg 2016-04-10 09:30:30 -07:00
  • aa2708f510 Prefer ChakraHost when available to node and WScript mihailik 2016-04-10 12:07:47 +01:00
  • 560e768a5b Fix linting errors Anders Hejlsberg 2016-04-09 18:51:22 -07:00
  • 32e64640d5 Accepting new baselines Anders Hejlsberg 2016-04-09 18:31:32 -07:00
  • 92df0297c8 Fixing tests Anders Hejlsberg 2016-04-09 18:31:19 -07:00
  • 7dfcad65b4 Fixing fourslash tests Anders Hejlsberg 2016-04-09 17:56:33 -07:00
  • e45bac8139 Adding test Anders Hejlsberg 2016-04-09 17:56:03 -07:00
  • 6fb9424b84 Accepting new baselines Anders Hejlsberg 2016-04-09 16:57:05 -07:00
  • 7a321293bf Support destructuring declarations in control flow analysis Anders Hejlsberg 2016-04-09 16:56:23 -07:00
  • 1e49a57a8d Merge pull request #7972 from Microsoft/exportStarOfNonValues Vladimir Matveev 2016-04-08 23:18:43 -07:00
  • 794c57478e Merge pull request #7978 from Microsoft/bump-1.8.10 v1.8.10 Daniel Rosenwasser 2016-04-08 20:51:15 -07:00
  • fab09b0810 Update baselines (#7981) Yui 2016-04-08 18:12:25 -07:00
  • 36f9a7e0fc Merge pull request #7979 from Microsoft/projectTestsUpdate Daniel Rosenwasser 2016-04-08 17:41:21 -07:00
  • c0a89aad1c handle export default Vladimir Matveev 2016-04-08 17:25:40 -07:00
  • 42fbe823c0 Disable sourcemap text tests for now to limit noise Mohamed Hegazy 2016-04-08 17:23:58 -07:00
  • f3c86148d2 Fix for https://github.com/Microsoft/TypeScript/issues/4697, do not stop running the tests on the first failure Mohamed Hegazy 2016-04-08 16:54:59 -07:00
  • 02d07a165d Make project tests run in the server Mohamed Hegazy 2016-04-08 16:53:52 -07:00
  • ac6224d600 Merge pull request #7775 from Microsoft/libraryDirectives-2 Vladimir Matveev 2016-04-08 15:45:30 -07:00
  • 39181e6370 Updated the LKG. Daniel Rosenwasser 2016-04-08 14:41:11 -07:00
  • 2d3e943ae6 JS style changes Mohamed Hegazy 2016-04-08 15:37:13 -07:00
  • 8b506c7b05 Cleans up a few things and fixes #7868. Ron Buckton 2016-04-08 15:31:31 -07:00
  • 61fffb3ef4 Merge pull request #7976 from Microsoft/transforms-skip-destructured-rest-params Nathan Shively-Sanders 2016-04-08 15:29:00 -07:00
  • b03d087e79 Accepting new baselines Anders Hejlsberg 2016-04-08 15:10:10 -07:00
  • f13c92f036 Handle shorthand property assignments Anders Hejlsberg 2016-04-08 15:08:22 -07:00
  • 68f2054c84 Bump to npm version 1.8.10. Daniel Rosenwasser 2016-04-08 14:40:08 -07:00
  • e5e7d47782 merge with origin/master Vladimir Matveev 2016-04-08 14:38:47 -07:00
  • a282468b06 Only emit rest param code for identifiers. Nathan Shively-Sanders 2016-04-08 14:36:43 -07:00
  • f4ddf4bd5a Merge pull request #7971 from Microsoft/objectAssignPoly-1.8 Daniel Rosenwasser 2016-04-08 14:36:11 -07:00
  • 43051eab84 emit export star only if export will yield anything with value side Vladimir Matveev 2016-04-08 14:29:16 -07:00
  • 9e82646ac3 Another test case for rename in destructuring assignment Sheetal Nandi 2016-04-08 13:41:16 -07:00
  • 662dc64a88 Accepted baselines. Daniel Rosenwasser 2016-04-08 13:39:33 -07:00
  • 9e777306c7 Rename function Sheetal Nandi 2016-04-08 13:36:18 -07:00
  • 50d570b12c Changed emit to use 'Object.prototype.hasOwnProperty'. Daniel Rosenwasser 2016-04-08 12:34:25 -07:00
  • 6aa9adab72 Remove unnecessary 'null'/'undefined' check, removed temp for args length. Daniel Rosenwasser 2016-04-07 23:25:32 -07:00
  • e9f984d3ce Use an emit helper for JSX Spread Attributes. Daniel Rosenwasser 2016-04-07 18:30:26 -07:00
  • 8e4541eb46 Merge pull request #7969 from Microsoft/bindingPatternImplicitAny Sheetal Nandi 2016-04-08 13:31:14 -07:00
  • 6f766c2872 Correct destructuring assignment to empty object Nathan Shively-Sanders 2016-04-08 12:50:07 -07:00
  • a7bf6902ff Merge pull request #7952 from Microsoft/objectAssignPoly Daniel Rosenwasser 2016-04-08 13:24:12 -07:00
  • db6f5bd832 Rename the forEachProject function to something sane zhengbli 2016-04-08 12:53:19 -07:00
  • 73dbe41cd1 Accepted baselines. Daniel Rosenwasser 2016-04-08 12:40:26 -07:00
  • fb6f4aefd9 Changed emit to use 'Object.prototype.hasOwnProperty'. Daniel Rosenwasser 2016-04-08 12:34:25 -07:00
  • 1d2730790e Report implicit any errors on destructuring parameter declarations Handles #6935 Sheetal Nandi 2016-04-08 12:22:07 -07:00
  • 381c0260ff Accept correct baseline (#7967) Yui 2016-04-08 11:30:08 -07:00
  • c621a9e0e0 Merge pull request #7965 from Microsoft/transforms-fix7886 Ron Buckton 2016-04-08 10:57:54 -07:00
  • 1696446b54 Fixes comment emit for super property call Ron Buckton 2016-04-08 10:39:59 -07:00
  • 8db3ce2e44 Merge pull request #7951 from Microsoft/transforms-fix7896 Ron Buckton 2016-04-08 10:37:59 -07:00
  • 67a77dde40 Accepted baselines. Daniel Rosenwasser 2016-04-07 23:26:17 -07:00
  • f7ca43917f Handle the rename locations for default import Handles #7024 Sheetal Nandi 2016-04-08 10:19:02 -07:00
  • 92622bf715 Fix the git ignore so that browser test server is ignored Sheetal Nandi 2016-04-08 10:05:22 -07:00
  • 019f5bd4e8 Accepting new baselines Anders Hejlsberg 2016-04-08 09:21:17 -07:00
  • 5179dd6ada Flow analysis of &&, ||, and destructuring assignments Anders Hejlsberg 2016-04-08 09:13:47 -07:00
  • a90d471b87 Remove unnecessary 'null'/'undefined' check, removed temp for args length. Daniel Rosenwasser 2016-04-07 23:25:32 -07:00
  • a2035a572e Add API support for LS host to specify script kind of a file to open zhengbli 2016-04-07 23:01:20 -07:00
  • 8ed7c76b43 Accepted baselines. Daniel Rosenwasser 2016-04-07 18:31:46 -07:00
  • bb0ec3bbd4 Use an emit helper for JSX Spread Attributes. Daniel Rosenwasser 2016-04-07 18:30:26 -07:00
  • dc30aa37da Fixes detached comment emit for constructors Ron Buckton 2016-04-07 18:22:49 -07:00
  • 58efc2ee05 Merge pull request #7883 from Microsoft/listEmittedFiles2 Paul van Brenk 2016-04-07 17:50:26 -07:00
  • f61e122f9b Merge pull request #7940 from Microsoft/transforms-fix7914 Ron Buckton 2016-04-07 17:38:31 -07:00
  • 86c45fb723 Merge pull request #7948 from Microsoft/transforms-onByDefault Ron Buckton 2016-04-07 17:36:28 -07:00
  • 1aa69921c6 Makes transforms the default Ron Buckton 2016-04-07 17:07:12 -07:00
  • 774d961da5 Merge pull request #7946 from Microsoft/transforms-dontBreakRunTestsBrowser Ron Buckton 2016-04-07 17:03:25 -07:00
  • 49d3ed5919 Merge branch 'transforms' into sourceMapUpdatesForClasses Mohamed Hegazy 2016-04-07 17:03:06 -07:00
  • 018a0d1d3a Adds IO mappings for tryEnableSourceMapsForHost Ron Buckton 2016-04-07 16:56:22 -07:00
  • 097adc6b3a Remove message from 'help' Paul van Brenk 2016-04-07 16:47:52 -07:00
  • 2413e5e3f9 Merge pull request #7944 from Microsoft/recordTempVariables Vladimir Matveev 2016-04-07 16:38:29 -07:00
  • 68170dfbdb Add a source mapping to the closing } for functions, and wire in positions for class transfomtaion Mohamed Hegazy 2016-04-07 16:17:58 -07:00
  • 2901425d41 remove trailing commas Mohamed Hegazy 2016-04-07 16:16:34 -07:00
  • 3507ed021c Fixes issues that were causing runtests-browser to fail Ron Buckton 2016-04-07 16:13:28 -07:00
  • 8d08be8a62 use temp variable for current dir. Paul van Brenk 2016-04-07 16:06:29 -07:00
  • aad3fc5272 Merge pull request #7941 from Microsoft/unusedImportsES6 Vladimir Matveev 2016-04-07 15:51:13 -07:00
  • a405f285ec Merge branch 'master' into renameAndFindRef Sheetal Nandi 2016-04-07 15:48:46 -07:00
  • 2e44bccb36 Test case for nested binding element's rename Sheetal Nandi 2016-04-07 15:45:45 -07:00
  • ad916ab05d Handles when property is renamed and is also part of destructuring assignment Handles destructuring assignment part of #6312 Sheetal Nandi 2016-04-07 15:41:42 -07:00