Commit Graph

  • 2e36c83f77 isDeclarationName: Return false for LHS of import { x as y } and export { x as y } Andy Hanson 2017-05-10 11:40:15 -07:00
  • 1225c4e0d9 Fix lint Nathan Shively-Sanders 2017-05-10 11:51:07 -07:00
  • cf2c88c398 Test: no declare in declaration tmp in namespace Nathan Shively-Sanders 2017-05-10 11:48:32 -07:00
  • 4b4cff5684 Correctly emit expression in extends in namespace Nathan Shively-Sanders 2017-05-10 11:45:01 -07:00
  • 5a19e30c27 In shims.ts resolveModuleName should only return resolved modules found in ts files (.ts, .d.ts, .tsx) Jason Ramsay 2017-05-10 11:38:10 -07:00
  • 71fb02c099 Support find-all-references for a module specifier Andy Hanson 2017-05-09 12:20:52 -07:00
  • 2a73d08d38 Merge branch 'master' into dynamicNames Ron Buckton 2017-05-10 09:40:46 -07:00
  • 8321b81124 Merge pull request #15714 from HerringtonDarkholme/lib Mohamed Hegazy 2017-05-10 09:40:05 -07:00
  • 5cd9f4e2dd Unnamed nodes now extend Declaration, not NamedDeclaration Nathan Shively-Sanders 2017-05-09 10:46:47 -07:00
  • 39f6454f76 Switch to Declaration/NamedDeclaration hierarchy Nathan Shively-Sanders 2017-05-08 15:07:50 -07:00
  • 42e7852034 Revert "Convert Declaration to union, not type hierarchy" Nathan Shively-Sanders 2017-05-08 14:24:45 -07:00
  • 6941aebe43 Revert "Fix lint" Nathan Shively-Sanders 2017-05-08 14:17:11 -07:00
  • b15309251c Revert "Turn ClassElement and TypeElement into unions too" Nathan Shively-Sanders 2017-05-08 14:16:53 -07:00
  • 10475c717e Turn ClassElement and TypeElement into unions too Nathan Shively-Sanders 2017-05-08 09:35:21 -07:00
  • 356651e1ca Address comments: simplify, dedupe and clean up Nathan Shively-Sanders 2017-05-05 15:09:54 -07:00
  • 9983a11429 Fix lint Nathan Shively-Sanders 2017-05-05 13:48:45 -07:00
  • 949bb27ff1 Convert Declaration to union, not type hierarchy Nathan Shively-Sanders 2017-05-05 13:47:28 -07:00
  • 1bdea3910f Update baselines Nathan Shively-Sanders 2017-05-04 16:13:32 -07:00
  • 0f74294da2 getNameOfDeclaration uniformly, including JS decls Nathan Shively-Sanders 2017-05-04 16:12:54 -07:00
  • 76cc39e20e Merge pull request #15703 from Microsoft/require-calls Andy 2017-05-10 08:10:25 -07:00
  • 3768daeeca Merge pull request #15594 from Microsoft/get-name-of-declaration-wrapper Nathan Shively-Sanders 2017-05-10 08:08:07 -07:00
  • 1bbc94fc67 fix #15666: mark file as optional in Diagnostic Herrington Darkholme 2017-05-10 12:29:53 +08:00
  • 41452a5b21 add typeArguments to identifier Arthur Ozga 2017-05-09 18:20:46 -07:00
  • 1737598935 Merge pull request #15704 from Microsoft/Fix15062-2 Mohamed Hegazy 2017-05-09 17:59:58 -07:00
  • 0349caa5cf fix typo Mohamed Hegazy 2017-05-09 13:54:35 -07:00
  • ad58572edb trailing comma Arthur Ozga 2017-05-09 13:50:14 -07:00
  • 89f8cca488 mapped type indent Arthur Ozga 2017-05-09 13:14:39 -07:00
  • e0438db63e Parenthesize function types Arthur Ozga 2017-05-09 12:57:22 -07:00
  • 25796f0432 Merge pull request #15677 from Microsoft/find-all-refs-mapped-type Andy 2017-05-09 12:21:40 -07:00
  • a2dec0d03d Fix #15062: report errors for parameter properties in private constructors Mohamed Hegazy 2017-05-09 12:01:10 -07:00
  • ac68e8d6f1 initializer issues Arthur Ozga 2017-05-09 11:09:20 -07:00
  • 888e264eda Merge pull request #15694 from astegmaier/patch-1 Mohamed Hegazy 2017-05-09 10:55:49 -07:00
  • 157b777660 Unnamed nodes now extend Declaration, not NamedDeclaration Nathan Shively-Sanders 2017-05-09 10:46:47 -07:00
  • 5143a3ce16 Merge pull request #15507 from Microsoft/spelling-correction Nathan Shively-Sanders 2017-05-09 10:10:11 -07:00
  • 370b5618a0 Merge branch 'master' into spelling-correction Nathan Shively-Sanders 2017-05-09 10:01:03 -07:00
  • 318ccf24b5 importTracker: Require calls are stored in sourceFile.imports, no need to search for them Andy Hanson 2017-05-09 09:08:58 -07:00
  • ccec13aaf1 getOwnPropertyDescriptor return should allow undefined Andrew Stegmaier 2017-05-08 23:56:29 -07:00
  • c10de35721 Merge pull request #15687 from Microsoft/release_allowSpreadGenericType Yui 2017-05-08 21:09:32 -07:00
  • 51c76ac351 fix malformed nodes Arthur Ozga 2017-05-08 18:17:17 -07:00
  • d9b68e9213 Type Literal and Binding Name formatting Arthur Ozga 2017-05-08 16:26:57 -07:00
  • 69e35cbca4 Fix linting error Yui T 2017-05-08 15:35:26 -07:00
  • d4539bb9fc Update baaselines Yui T 2017-05-08 15:35:17 -07:00
  • b7c54f375d Update tests and baselines Kanchalai Tanglertsampan 2017-05-08 13:35:09 -07:00
  • e829fa0cc1 Do not error when spread generic type Kanchalai Tanglertsampan 2017-05-08 13:31:44 -07:00
  • cb723cf1dc Merge pull request #15678 from Microsoft/master_allowSpreadGenericType Yui 2017-05-08 15:57:11 -07:00
  • 0080c5fd66 Merge branch 'master' into get-name-of-declaration-wrapper Nathan Shively-Sanders 2017-05-08 15:39:57 -07:00
  • 750b574e49 Merge pull request #15588 from Microsoft/mapped-table Andy 2017-05-08 15:37:03 -07:00
  • 376df411fd Merge pull request #15609 from Microsoft/jsx-redundant-code Andy 2017-05-08 15:36:47 -07:00
  • 3b676f4308 Fix linting error Yui T 2017-05-08 15:35:26 -07:00
  • 36ef849209 Update baaselines Yui T 2017-05-08 15:35:17 -07:00
  • eda9133c5b Merge pull request #15674 from Microsoft/release-fix15463 Yui 2017-05-08 15:11:27 -07:00
  • 9392342f78 Switch to Declaration/NamedDeclaration hierarchy Nathan Shively-Sanders 2017-05-08 15:07:50 -07:00
  • 35a67977fa Merge pull request #15665 from Microsoft/check_kinds_static Andy 2017-05-08 14:37:58 -07:00
  • acec74b1af Revert "Convert Declaration to union, not type hierarchy" Nathan Shively-Sanders 2017-05-08 14:24:45 -07:00
  • e81733b827 Revert "Fix lint" Nathan Shively-Sanders 2017-05-08 14:17:11 -07:00
  • dd94ad239a Revert "Turn ClassElement and TypeElement into unions too" Nathan Shively-Sanders 2017-05-08 14:16:53 -07:00
  • 9dafe8b8ad Merge branch 'release-2.3' of https://github.com/Microsoft/TypeScript into release-2.3 Nathan Shively-Sanders 2017-05-08 14:13:06 -07:00
  • 73a944711f Remove checks for symbol.declarations Andy Hanson 2017-05-08 13:49:53 -07:00
  • 6beaafc5ca Update LKG Mohamed Hegazy 2017-05-08 13:46:52 -07:00
  • 1e39e6c32c Clean up test a little Nathan Shively-Sanders 2017-05-08 11:36:30 -07:00
  • a11e0a7bcf Update test with trickier case from #15616 Nathan Shively-Sanders 2017-05-08 11:03:41 -07:00
  • b2cfaf8789 Simplify JS check in index constraint error reporting Nathan Shively-Sanders 2017-05-08 10:40:24 -07:00
  • a72a9aa5d5 Merge pull request #15669 from Microsoft/simplify-js-check-in-index-constraint-errors Nathan Shively-Sanders 2017-05-08 13:36:54 -07:00
  • d17450bbbd Update tests and baselines Kanchalai Tanglertsampan 2017-05-08 13:35:09 -07:00
  • bb1125a2b6 Do not error when spread generic type Kanchalai Tanglertsampan 2017-05-08 13:31:44 -07:00
  • eb9d4c0586 findAllReferences: Given a synthetic property, find references for the original property. Andy Hanson 2017-05-08 13:25:12 -07:00
  • 5c56b4cc13 Optimize signature relationship checks in instantiations of same type Anders Hejlsberg 2017-05-01 16:45:06 -07:00
  • b4fce08b69 Update baselines Kanchalai Tanglertsampan 2017-05-08 09:46:54 -07:00
  • d5ae6d183d Refactor "isKnownProperty" to be use outside of checkTypeScriptAssignable as JSX do excess property after Kanchalai Tanglertsampan 2017-05-08 09:46:46 -07:00
  • acf78b718a Wip - remove freshness flag from jsx attributes Yui T 2017-05-05 16:36:02 -07:00
  • 64d301bee6 Updates tests and baselines Yui T 2017-05-05 10:05:50 -07:00
  • ddd5351525 Add tests and baselines Yui T 2017-05-05 08:47:52 -07:00
  • 66b0b4415e Address PR Yui T 2017-05-04 22:16:23 -07:00
  • e8741d815a Update tests anad baselines Kanchalai Tanglertsampan 2017-05-04 17:12:52 -07:00
  • f9dbfd44a9 Allow excess property in spread attributes but also check if any explicitly specified attributes are correct Kanchalai Tanglertsampan 2017-05-04 17:12:39 -07:00
  • 5e3fefda7b Wip-fixing spread type Yui T 2017-05-04 14:39:51 -07:00
  • 47bd4d3a87 Merge pull request #15531 from Microsoft/moreFactoryFuncs Ron Buckton 2017-05-08 12:05:05 -07:00
  • 8035e99921 Given import * of an export = module, raise an error but still return a symbol. Andy Hanson 2017-05-08 12:00:52 -07:00
  • abb2b828b8 Merge pull request #15668 from Microsoft/completions-keyof Andy 2017-05-08 11:52:39 -07:00
  • 57d57a3540 Merge pull request #15670 from Microsoft/signatureHelp Andy 2017-05-08 11:52:25 -07:00
  • b00aea5c7c Parameter improvements Arthur Ozga 2017-05-08 11:45:02 -07:00
  • 2e9143aaf0 Clean up test a little Nathan Shively-Sanders 2017-05-08 11:36:30 -07:00
  • a4b9110f7c Merge pull request #15139 from Microsoft/config-extension Andy 2017-05-08 11:32:13 -07:00
  • 883ccaee5f Remove old commented-out code from signatureHelp Andy Hanson 2017-05-08 11:29:52 -07:00
  • 965b98f6cb UseFullyQualifiedType Arthur Ozga 2017-05-08 11:10:47 -07:00
  • 1b520fce3e Merge pull request #15595 from Microsoft/master-fix15463 Yui 2017-05-08 11:06:48 -07:00
  • 5ad2ced0c3 Update test with trickier case from #15616 Nathan Shively-Sanders 2017-05-08 11:03:41 -07:00
  • a7457871a6 Merge branch 'master' into config-extension Andy Hanson 2017-05-08 11:00:58 -07:00
  • 0b0a2d070b Merge pull request #15039 from Microsoft/resolveJavaScriptModule Andy 2017-05-08 10:52:17 -07:00
  • 6038ea09c9 Simplify JS check in index constraint error reporting Nathan Shively-Sanders 2017-05-08 10:40:24 -07:00
  • 9e03d42fda In addStringLiteralCompletionsFromType, use getBaseConstraintOfType instead of getApparentType Andy Hanson 2017-05-08 10:33:48 -07:00
  • 1e32b1097c Update baselines Kanchalai Tanglertsampan 2017-05-08 09:46:54 -07:00
  • 2c5117b2d9 Refactor "isKnownProperty" to be use outside of checkTypeScriptAssignable as JSX do excess property after Kanchalai Tanglertsampan 2017-05-08 09:46:46 -07:00
  • 22f353ac94 Turn ClassElement and TypeElement into unions too Nathan Shively-Sanders 2017-05-08 09:35:21 -07:00
  • b4caf646ea Merge pull request #15634 from joechung-msft/joechung-15477 Nathan Shively-Sanders 2017-05-08 09:33:30 -07:00
  • c08e1fcc5d Remove check for static from checkKindsOfPropertyMemberOrderrides, which is only called on instance side Andy Hanson 2017-05-08 09:26:19 -07:00
  • c39a683504 Merge pull request #15576 from Microsoft/typeVariableTypeGuards Anders Hejlsberg 2017-05-07 10:52:29 -07:00
  • 64ea6803aa Support @arg and @argument synonyms for @param JSDoc tag Joe Chung 2017-05-06 22:11:14 -07:00
  • 93ea56bd25 Improve union type reduction for symbol() Ron Buckton 2017-05-05 17:58:30 -07:00
  • 83da3268ed Merge pull request #15624 from Microsoft/fix15603 Ron Buckton 2017-05-05 17:48:30 -07:00