Commit Graph

  • d24236b933 Simplify getCodeFixChanges Arthur Ozga 2016-10-27 16:39:47 -07:00
  • 43bd2d8747 Changes from CR feedback Jason Ramsay 2016-10-27 16:38:59 -07:00
  • 3ac9ffa75e Nerf Extends to implements For Now Arthur Ozga 2016-10-27 16:33:33 -07:00
  • d32c526af3 Merge pull request #11908 from Microsoft/revert_map4 Andy 2016-10-27 16:11:02 -07:00
  • 39b9163715 Rename Experimental transform to ESNext Nathan Shively-Sanders 2016-10-27 16:03:01 -07:00
  • 12f6dcefa1 Revert "Merge pull request #11354 from Microsoft/map4" Andy Hanson 2016-10-27 15:50:21 -07:00
  • 3e71d50708 Ignore optionality when skipping overloads Nathan Shively-Sanders 2016-10-27 15:42:41 -07:00
  • 5a336fedba Minor style improvements Nathan Shively-Sanders 2016-10-27 15:38:29 -07:00
  • 58ffb4e668 Merge branch 'master' into object-spread Nathan Shively-Sanders 2016-10-27 15:29:21 -07:00
  • cff586d4ad Test skip overloads w/too-short function params Nathan Shively-Sanders 2016-10-27 14:44:54 -07:00
  • 83fdecf86a Skip overloads with too-short function parameters Nathan Shively-Sanders 2016-10-27 14:41:40 -07:00
  • 81c7e9677d Merge branch 'master' into emitHelper Ron Buckton 2016-10-27 13:55:40 -07:00
  • ece1f19099 Refactor getIndexedAccessType to be reusable from checkIndexedAccess Anders Hejlsberg 2016-10-27 13:54:26 -07:00
  • adfdae0dc4 Merge pull request #11354 from Microsoft/map4 Andy 2016-10-27 13:27:46 -07:00
  • bcc0807198 Respond to PR comments Andy Hanson 2016-10-27 13:14:56 -07:00
  • 4b50ef3585 Consider index signatures in type produced by 'keyof T' Anders Hejlsberg 2016-10-27 13:07:36 -07:00
  • 515542b293 Update LKG Mohamed Hegazy 2016-10-27 12:55:52 -07:00
  • 867093707b Merge branch 'master' into map4 Andy Hanson 2016-10-27 12:25:25 -07:00
  • e497d1ee07 Update version Mohamed Hegazy 2016-10-27 12:34:51 -07:00
  • aad663cebf Merge pull request #11894 from Microsoft/for_loops Andy 2016-10-27 12:21:57 -07:00
  • dec5f4b39a Merge branch 'master' into map4 Andy Hanson 2016-10-27 12:21:06 -07:00
  • 231b5ac52d Merge pull request #11891 from Microsoft/jsx_resolution_diagnostic Andy 2016-10-27 12:05:59 -07:00
  • 6f519d8a27 Merge pull request #11899 from Microsoft/optional_extension Andy 2016-10-27 12:05:29 -07:00
  • 0f8003fb39 Make extension property of ResolvedModule optional; introduce ResolvedModuleFull interface for when the extension is provided. Andy Hanson 2016-10-27 11:33:01 -07:00
  • a143f9788e Merge pull request #11889 from Microsoft/untyped_imports Andy 2016-10-27 11:32:21 -07:00
  • ce099e5374 Change diagnostic message Andy Hanson 2016-10-27 11:10:18 -07:00
  • eb45962e20 Rename to zipWith Andy Hanson 2016-10-27 10:26:46 -07:00
  • f307948af0 Merge pull request #11893 from Microsoft/truthy_enum Andy 2016-10-27 09:03:16 -07:00
  • ca09ef4499 Simplify for loops in fourslash.ts Andy Hanson 2016-10-27 06:36:39 -07:00
  • 4937d9c8b4 Allow untyped imports Andy Hanson 2016-10-27 07:19:37 -07:00
  • 4e20882ac0 Fix: test for presence, not absence Andy Hanson 2016-10-27 08:43:22 -07:00
  • e928451f57 Merge pull request #11892 from Microsoft/remove_old_comment Andy 2016-10-27 08:42:32 -07:00
  • ed82fddb8c Fix bug: We want to test for existence of the enum value, not whether it's non-zero Andy Hanson 2016-10-27 08:14:08 -07:00
  • 91885266ac Remove a comment about a parameter that no longer exists Andy Hanson 2016-10-27 08:09:59 -07:00
  • 8448e741c9 Fix bug: Return a resolution diagnostic for a .jsx import if --allowJs is turned off Andy Hanson 2016-10-27 08:08:02 -07:00
  • b5ba3152ff Merge pull request #11704 from Microsoft/refactor_module_resolution Andy 2016-10-27 06:03:29 -07:00
  • c1505a0ed9 Added RawExpression to move the UMD helper out of the emitter Ron Buckton 2016-10-26 18:38:59 -07:00
  • 83f5d3f25c Move emit helpers into related transformers Ron Buckton 2016-10-21 18:44:13 -07:00
  • e6bea90a1f Merge pull request #11769 from Microsoft/moveModuleTransformToEnd Ron Buckton 2016-10-26 17:51:34 -07:00
  • 50e2fd87da only emit /// types reference for a symbol in d.ts file if all declarations of a symbol come from type reference directives (#11872) Vladimir Matveev 2016-10-26 17:15:04 -07:00
  • 5d9a4e3054 Move codeFixProvider.ts Arthur Ozga 2016-10-26 17:02:09 -07:00
  • a66b0ae54c Split CodeFixes in Separate Files Arthur Ozga 2016-10-26 16:57:43 -07:00
  • 4c670001de Merge pull request #11869 from Microsoft/vladima/11852 Vladimir Matveev 2016-10-26 16:48:54 -07:00
  • 3e18aba36a rewrite void-returning statements in constructors that capture result of super call (#11868) Vladimir Matveev 2016-10-26 16:48:29 -07:00
  • ecc029fd1c more temp Arthur Ozga 2016-10-26 14:27:51 -07:00
  • 132b7461d5 Covnert to Doc Comment Arthur Ozga 2016-10-26 14:27:26 -07:00
  • 6041fceb52 support both old and new set of settings in the formatting API Vladimir Matveev 2016-10-26 14:20:54 -07:00
  • 2abf906ac7 Merge branch 'master' into interfaceFixes Arthur Ozga 2016-10-26 14:02:09 -07:00
  • e7cfbfe185 Support parametric property access expressions + some renaming Anders Hejlsberg 2016-10-26 13:39:12 -07:00
  • f74872dd69 temp Arthur Ozga 2016-10-26 11:30:52 -07:00
  • c958c47ef5 Merge branch 'master' into map4 Andy Hanson 2016-10-26 11:05:51 -07:00
  • 718d57ff3c Move helper functions to core (fix build) Andy Hanson 2016-10-26 10:13:34 -07:00
  • 8ad68adac9 Fix #10108 (Completion suggestion for object literal with getter) (#11808) Alexander Rusakov 2016-10-26 20:01:23 +03:00
  • 9130fbd731 Merge branch 'master' into refactor_module_resolution Andy Hanson 2016-10-26 08:27:34 -07:00
  • 07bb2582b6 Don't require resolvedTsFileName and resolvedJsFileName, just resolvedFileName and extension. Also, change search order to do all TS searching before searching for JS. Andy Hanson 2016-10-25 12:38:59 -07:00
  • 1b16c0b94b For JavaScript files, we report semantic errors for using TypeScript-only constructs Jason Ramsay 2016-10-24 16:57:43 -07:00
  • 86091d7217 Clean up and consolidate destructuring transform Ron Buckton 2016-10-25 17:25:28 -07:00
  • f6b82d5e9f add a fallback logic for older versions of node that don't support 'homedir' (#11845) Vladimir Matveev 2016-10-25 16:36:02 -07:00
  • 5e9494900a Update LKG Mohamed Hegazy 2016-10-25 16:02:19 -07:00
  • 19591547db Run tests on branch release-2.1 Mohamed Hegazy 2016-10-25 15:48:13 -07:00
  • 72f81e2fc4 Merge pull request #11841 from Microsoft/vladima/report-typings-installer-pid Vladimir Matveev 2016-10-25 15:37:56 -07:00
  • 7890f63250 use unresolved imports as a source of used typings (#11828) Vladimir Matveev 2016-10-25 15:24:21 -07:00
  • c2feab6bde Rename Tests Arthur Ozga 2016-10-25 14:55:45 -07:00
  • c21592ede1 Initial implementation of 'T[K]' property access types Anders Hejlsberg 2016-10-25 14:32:20 -07:00
  • d1cea7361b Refactor Loop Arthur Ozga 2016-10-25 14:17:10 -07:00
  • 151f940100 Refactor classDeclarations Arthur Ozga 2016-10-25 13:38:55 -07:00
  • 6b4f6b5864 Remove Type Assignability QuickFix Arthur Ozga 2016-10-25 13:58:32 -07:00
  • d0170d1ac8 Support dotted name in @typedef tag (#11695) Zhengbo Li 2016-10-25 13:32:48 -07:00
  • f48728af74 report typings installer process id to parent process Vladimir Matveev 2016-10-25 13:18:57 -07:00
  • 66c1178134 Use symbol fully-qualified name instead of node text in error message (#11761) Asad Saeeduddin 2016-10-25 14:45:32 -04:00
  • 48f947f50d Merge pull request #11829 from Microsoft/arozga/RemoveNavBarWhiteSpace Arthur Ozga 2016-10-25 11:44:29 -07:00
  • 59cfa2eafe remove whitespace Arthur Ozga 2016-10-25 11:06:04 -07:00
  • 77df58bdb6 simplify regex Arthur Ozga 2016-10-25 11:03:54 -07:00
  • 476b6e02c8 remove check on property assignment Arthur Ozga 2016-10-25 10:59:17 -07:00
  • d54e889cf2 Merge pull request #11830 from Microsoft/jsDocAV Sheetal Nandi 2016-10-25 10:42:49 -07:00
  • c9b490f234 Merge branch 'master' into arozga/RemoveNavBarWhiteSpace Arthur Ozga 2016-10-25 10:39:18 -07:00
  • 82e8e43236 only remove whitespace for expr assignment Arthur Ozga 2016-10-25 10:38:41 -07:00
  • 040942f2b2 Merge branch 'master' into includes_glob Andy Hanson 2016-10-25 08:19:37 -07:00
  • 1b15646c41 Simplify isImplicitGlob test Andy Hanson 2016-10-25 08:13:07 -07:00
  • dc99355b5d Move most of resolveModuleNameForLsHost to lsHost Andy Hanson 2016-10-25 08:02:16 -07:00
  • 07478aae14 Introduce PropertyNameType Anders Hejlsberg 2016-10-25 06:35:35 -07:00
  • f98369b711 Fix the AV resulting from presence of undefined in the jsDocPropertyTags Fixes #11703 Sheetal Nandi 2016-10-24 18:10:05 -07:00
  • cb804df151 remove whitespace Arthur Ozga 2016-10-24 17:53:03 -07:00
  • d4b99d66e0 Simplifying handling import cases Paul van Brenk 2016-10-24 17:32:58 -07:00
  • 3bdff73c16 Merge pull request #11819 from Microsoft/vladima/11752 Vladimir Matveev 2016-10-24 16:26:32 -07:00
  • 6453fde400 Move emit helpers into related transformers Ron Buckton 2016-10-21 18:44:13 -07:00
  • 32af04660f Merge branch 'master' into object-spread Nathan Shively-Sanders 2016-10-24 15:46:09 -07:00
  • ad88109420 Initial implementation of 'keyof T' type operator Anders Hejlsberg 2016-10-24 15:24:26 -07:00
  • 1884c89620 Merge pull request #11818 from Microsoft/unusedDestructuredParameter Sheetal Nandi 2016-10-24 15:05:42 -07:00
  • e20f52b758 Merge pull request #11757 from Microsoft/destructure_catch Andy 2016-10-24 14:55:23 -07:00
  • 7b684214fa Fix #11545 ('export as namespace foo' occurs EOF without semicolon) (#11797) Alexander Rusakov 2016-10-24 23:18:46 +03:00
  • 409787495e Fix 'import a = A' case Paul van Brenk 2016-10-24 11:40:23 -07:00
  • b7ea3e5bdd treat ambient non-aliased 'require' as commonjs 'require' Vladimir Matveev 2016-10-24 11:19:41 -07:00
  • c1c670f8f6 Report error on unused destructured parameters Fixes #11795 Sheetal Nandi 2016-10-24 11:12:15 -07:00
  • 4dc6028263 Fix #11650 add an error message for no source files parsing a tsconfig.json (#11743) Mohamed Hegazy 2016-10-24 11:00:32 -07:00
  • 1e32b6742e Add test case for destructured unused parameter Sheetal Nandi 2016-10-24 10:58:51 -07:00
  • a8db81393f Merge pull request #11762 from Microsoft/jsxEmit Sheetal Nandi 2016-10-24 10:53:24 -07:00
  • 39a4feb90a Merge pull request #11771 from Microsoft/typeFlagsRefactoring Anders Hejlsberg 2016-10-24 10:49:59 -07:00
  • 287b54518d Fix #10967, allow boolean flags to have explicit value (#11798) (´・ω・`) 2016-10-25 01:45:07 +08:00
  • e38c004f90 Merge pull request #11791 from Microsoft/genericTypeParameterConstraint Sheetal Nandi 2016-10-24 10:42:45 -07:00