Commit Graph

  • 78df75426f Merge pull request #15542 from aozgaa/importFixesOrganization Arthur Ozga 2017-05-02 17:27:17 -07:00
  • 5444f3cbd4 handle @types and scoped @types Arthur Ozga 2017-05-02 17:19:14 -07:00
  • f20a330677 add tests Arthur Ozga 2017-05-02 16:19:26 -07:00
  • 3b684d420f PR feedback Ron Buckton 2017-05-02 16:34:51 -07:00
  • b5f11695b7 Accept baselines Ron Buckton 2017-05-02 16:32:29 -07:00
  • 3181a8d2f2 Merge branch 'master' into dynamicNames Ron Buckton 2017-05-02 16:23:05 -07:00
  • 2714295443 Add declaration file output to tests Ron Buckton 2017-05-02 16:22:28 -07:00
  • 4c0735218e move import getCodeActions into named method Arthur Ozga 2017-05-02 15:36:14 -07:00
  • e12b708221 For completions of union type, get all possible properties Andy Hanson 2017-05-02 15:33:13 -07:00
  • 729c1e19ab __asyncDelegator cleanup Ron Buckton 2017-05-02 15:00:56 -07:00
  • ad76338acd Merge pull request #15528 from Microsoft/async-computed-method Andy 2017-05-02 14:24:40 -07:00
  • 7a0ee3c8bb Merge pull request #15535 from Microsoft/getTargetOfExportSpecifier Andy 2017-05-02 14:17:01 -07:00
  • e696bbcd22 Never elide an export * when --isolatedModules is set Andy Hanson 2017-05-02 14:11:46 -07:00
  • 241f54edc7 Don't allow to re-export a type when '--isolatedModules' is set Andy Hanson 2017-05-02 14:00:40 -07:00
  • bdb90deacb Update baselines Nathan Shively-Sanders 2017-05-02 13:38:53 -07:00
  • f61ec7fb60 Declare synthetic var for class extends expression Nathan Shively-Sanders 2017-05-02 13:36:01 -07:00
  • 04c894888d Re-use code from 'getTargetOfExportSpecifier' Andy Hanson 2017-05-02 13:21:39 -07:00
  • f2b7606b12 Switch to __await sentinel, better support for return values Ron Buckton 2017-05-02 12:49:34 -07:00
  • b6bd396983 Fix formatting for async computed method: Allow space between 'async' and '[' Andy Hanson 2017-05-02 08:39:22 -07:00
  • 78ece7bfb1 direct isInAmbientContext Kagami Sascha Rosylight 2017-05-02 12:02:12 +09:00
  • 8a306785b4 Merge pull request #15512 from Microsoft/release-2.3_fixDefaultTypeParameter Yui 2017-05-01 19:29:04 -07:00
  • c343dd3827 Fix over agressive async delegation Ron Buckton 2017-05-01 18:05:50 -07:00
  • 981956af7a Merge branch 'master' into moreFactoryFuncs Ron Buckton 2017-05-01 18:02:18 -07:00
  • 1db4f96fd1 Merge pull request #15511 from mohsen1/add-ts.createTypeAliasDeclaration Ron Buckton 2017-05-01 18:00:22 -07:00
  • 2150a7796b Merge pull request #15261 from aozgaa/moduleReuse Arthur Ozga 2017-05-01 17:49:44 -07:00
  • 60825143a4 respond to comments Arthur Ozga 2017-05-01 17:49:19 -07:00
  • 41b9f7431c Merge pull request #15519 from Microsoft/optimizeSignatureRelations Anders Hejlsberg 2017-05-01 17:13:52 -07:00
  • 3f95b86e65 Optimize signature relationship checks in instantiations of same type Anders Hejlsberg 2017-05-01 16:45:06 -07:00
  • 7d1d22ce4b assert length Arthur Ozga 2017-05-01 16:37:27 -07:00
  • df3630b92c reorder enum Arthur Ozga 2017-05-01 16:37:18 -07:00
  • 14f6bf2244 Merge pull request #15518 from vkurchatkin/empty-property Mohamed Hegazy 2017-05-01 16:37:02 -07:00
  • 7ac22c4f7d Merge pull request #15517 from Microsoft/fixTranspileTest Ron Buckton 2017-05-01 16:10:48 -07:00
  • eb123f9569 Merge pull request #15516 from Microsoft/release-2.3_fix_importClause_npe Mohamed Hegazy 2017-05-01 16:10:44 -07:00
  • 6cd85dbb25 Fix failing transpileModule test Ron Buckton 2017-05-01 16:05:41 -07:00
  • d45d289f36 Allow indexed access to empty property Vladimir Kurchatkin 2017-05-02 01:39:02 +03:00
  • 1318e1e3e0 importTracker: Fix error for undefined importClause Andy Hanson 2017-05-01 15:34:49 -07:00
  • 28843c4197 npm install test Arthur Ozga 2017-05-01 15:16:58 -07:00
  • 2118de09e7 Simplify returns Arthur Ozga 2017-05-01 15:16:42 -07:00
  • b27aec2247 Allow string for name when creating a TypeAliasDeclaration Mohsen Azimi 2017-05-01 14:58:36 -07:00
  • f9c46b5f82 Fix issues raised in PR review Mohsen Azimi 2017-05-01 14:00:16 -07:00
  • d37426d865 Fill out remaining factory functions Ron Buckton 2017-05-01 13:23:34 -07:00
  • 5f19c3e197 Add tests and baselines Kanchalai Tanglertsampan 2017-05-01 13:19:06 -07:00
  • eb33ba7d97 Fix semicolon lint Nathan Shively-Sanders 2017-05-01 13:03:49 -07:00
  • ca7d7f5946 Only 100 spelling corrections for unknown symbols Nathan Shively-Sanders 2017-05-01 12:58:42 -07:00
  • 872fdee4a5 Add createTypeAliasDeclaration and updateTypeAliasDeclaration factories Mohsen Azimi 2017-05-01 12:55:40 -07:00
  • 88f9a978dd Merge pull request #15500 from phated/interface-declaration Ron Buckton 2017-05-01 12:13:41 -07:00
  • 28450d5c1e For React Component class, we fill in missing type parameter and instantiate the constructor signature with the new type arguments. Kanchalai Tanglertsampan 2017-05-01 11:53:13 -07:00
  • ef1cd50dfc clarifying comments Arthur Ozga 2017-05-01 11:47:12 -07:00
  • 293a04caa7 More thorough module reuse test Arthur Ozga 2017-05-01 11:47:03 -07:00
  • a6f7f5e70d Update type signatures for {create|update}InterfaceDeclaration Blaine Bublitz 2017-05-01 13:46:08 -05:00
  • 2479c071f9 Update baselines Nathan Shively-Sanders 2017-05-01 11:42:22 -07:00
  • 1bff5b749e Codefix:suggest spellings+update others w/new codes Nathan Shively-Sanders 2017-05-01 11:41:01 -07:00
  • 2345ecdcb8 Suggest spelling for unknown symbols + properties Nathan Shively-Sanders 2017-05-01 11:35:56 -07:00
  • bb582c20a3 Merge pull request #15502 from Microsoft/portFixes5-1-2017 Mohamed Hegazy 2017-05-01 11:09:36 -07:00
  • 8531b7ae9f Do not rename references to class inside of the class body function Ron Buckton 2017-04-25 13:30:07 -07:00
  • c1103424b8 Fix class name emit in ES5 Ron Buckton 2017-04-25 12:44:02 -07:00
  • f3737dd97a Test ES2015 transform of accessors w/captured this Nathan Shively-Sanders 2017-04-24 14:48:25 -07:00
  • 69623146bd ES2015 transforms accessors with captured this Nathan Shively-Sanders 2017-04-24 14:46:58 -07:00
  • 1d209d50e3 Update version Mohamed Hegazy 2017-05-01 10:41:44 -07:00
  • b39a2a7377 Add {create|update}InterfaceDeclaration methods (closes #15497) Blaine Bublitz 2017-05-01 12:19:28 -05:00
  • 20bba9c662 Merge pull request #15496 from Microsoft/rm_fallthrough Andy 2017-05-01 10:13:40 -07:00
  • c1d851c7ec allow use of arguments on ambient context Kagami Sascha Rosylight 2017-05-02 02:06:23 +09:00
  • 5e7778b36f Merge pull request #15491 from SaschaNaz/newformat Mohamed Hegazy 2017-05-01 09:43:12 -07:00
  • 3590048d9b unusedIdentifierFixes: Factor out nested switch statements and fix implicit fallthrough Andy Hanson 2017-05-01 08:52:34 -07:00
  • 9d53e4c5e4 Merge pull request #15494 from Microsoft/fix_importClause_npe Andy 2017-05-01 09:36:03 -07:00
  • ceb78f9607 A couple of small simplifications Anders Hejlsberg 2017-05-01 09:10:51 -07:00
  • 969da26d45 Add isWriteAccess Andy Hanson 2017-05-01 09:03:12 -07:00
  • a70b79072b importTracker: Fix error for undefined importClause Andy Hanson 2017-05-01 07:54:41 -07:00
  • 25a01c0423 Accept new baselines Anders Hejlsberg 2017-05-01 07:12:38 -07:00
  • 640e8f5255 Fix declaration emit for string valued enum members Anders Hejlsberg 2017-05-01 07:12:27 -07:00
  • 61f494ec5d no space after new on constructor signatures Kagami Sascha Rosylight 2017-05-01 23:11:59 +09:00
  • 05b3170f33 Merge remote-tracking branch 'refs/remotes/Microsoft/master' Kagami Sascha Rosylight 2017-05-01 21:47:34 +09:00
  • d572a54d15 Report errors from duplicate member names Ron Buckton 2017-04-30 22:27:31 -07:00
  • 6548bcf104 Add new tests Anders Hejlsberg 2017-04-30 16:06:26 -07:00
  • 21d8e9a6fd Update old test Anders Hejlsberg 2017-04-30 16:06:07 -07:00
  • 3a96b24531 Update comment Anders Hejlsberg 2017-04-30 15:49:14 -07:00
  • 925d97dc25 Cache source and target flags in local variables Anders Hejlsberg 2017-04-29 18:09:36 -07:00
  • 68036c57b6 Accept new baselines Anders Hejlsberg 2017-04-29 17:58:16 -07:00
  • 106214a0e4 Enum literal type is assignable to regular literal type with same value Anders Hejlsberg 2017-04-29 17:57:12 -07:00
  • 72e77a80e8 Accept new baselines Anders Hejlsberg 2017-04-29 15:27:42 -07:00
  • 63319d1ed9 Treat enums with a single literal member as literal enums Anders Hejlsberg 2017-04-29 15:27:25 -07:00
  • 0c1eef70b0 Add support for declaration emit Ron Buckton 2017-04-29 15:18:34 -07:00
  • d8cb3c628a Allow some dynamic names in types Ron Buckton 2017-04-28 22:24:24 -07:00
  • be0fc3bc98 Accept new baselines Anders Hejlsberg 2017-04-29 10:13:52 -07:00
  • 1f1af2735e Update test Anders Hejlsberg 2017-04-29 10:13:35 -07:00
  • 9e7cdb4df5 Support string valued members in literal enums Anders Hejlsberg 2017-04-29 08:37:33 -07:00
  • 7080c4155b Merge pull request #15451 from rictic/iterables-for-readonly-collections Mohamed Hegazy 2017-04-28 17:20:59 -07:00
  • c63d6d145a Avoid double-resolving modified files Arthur Ozga 2017-04-28 16:27:41 -07:00
  • 1b0d020082 Add tests and update baselines Kanchalai Tanglertsampan 2017-04-28 16:01:44 -07:00
  • a2d9fd4ac7 Add target ES5 emit Kanchalai Tanglertsampan 2017-04-28 15:40:21 -07:00
  • 35e2289951 Address PR: don't use Promise.resolve, capture reject in AMD require callback, create helper for UMD don't use arrow function Kanchalai Tanglertsampan 2017-04-28 15:39:54 -07:00
  • d1a202dca6 Update LKG v2.3.2 Mohamed Hegazy 2017-04-28 14:25:52 -07:00
  • a28c533612 Update version Mohamed Hegazy 2017-04-28 14:25:14 -07:00
  • 9eaddb461e Merge pull request #15445 from RyanCavanaugh/sessionBackCompat Ryan Cavanaugh 2017-04-28 13:29:50 -07:00
  • d2fdebe246 Fix type-to-string handling of enum literal types Anders Hejlsberg 2017-04-28 13:19:01 -07:00
  • 0e74053abc Add missing space. Peter Burns 2017-04-28 12:50:35 -07:00
  • 86d7031932 inline createOldProgramState Arthur Ozga 2017-04-28 10:40:31 -07:00
  • 9ce6b3560f Add compat overload Ryan Cavanaugh 2017-04-28 10:13:21 -07:00
  • 50a37cea57 Accept new baselines Anders Hejlsberg 2017-04-28 09:11:20 -07:00
  • a504022e7b Classify literal enum members and NumberLiteral/StringLiteral etc. Anders Hejlsberg 2017-04-28 09:11:04 -07:00