Commit Graph

  • c60ff902f1 Include code fix after prologue Fixes #15515 Sheetal Nandi 2018-11-09 16:02:16 -08:00
  • 047b76f979 Merge branch 'master' into codefix_add_missing_new_operator iliashkolyar 2018-11-10 01:45:11 +02:00
  • 02ca5bebbf Merge pull request #28340 from saschanaz/listindent-revive Daniel Rosenwasser 2018-11-09 15:34:16 -08:00
  • 50a0174582 Merge pull request #27629 from Microsoft/sourceMapGenerator Ron Buckton 2018-11-09 14:50:22 -08:00
  • fdafbd6e95 Report identical modifiers needed error when checking the file instead of reporting it as part of another file's type check Sheetal Nandi 2018-11-09 14:43:32 -08:00
  • 2585ccbe39 Merge pull request #28281 from ryanclarke/master Daniel Rosenwasser 2018-11-09 14:43:25 -08:00
  • a27b29f025 Remove lib file errors when all files are to be emitted. Fixes #26389 Sheetal Nandi 2018-11-09 12:23:54 -08:00
  • 6927bc74fd Remove SortedUniqueList Ron Buckton 2018-11-09 14:32:31 -08:00
  • e335a360c8 Change 'if' in combined switch case to two separate cases (#28444) Andy 2018-11-09 12:48:47 -08:00
  • c0e5c80e53 Add exports of current module to getSymbolsInScope (#28442) Andy 2018-11-09 12:48:10 -08:00
  • b48c2b295d Merge pull request #24396 from falsandtru/lib/Symbol.toStringTag Daniel Rosenwasser 2018-11-09 12:29:46 -08:00
  • 89a58aee14 Merge pull request #28438 from Microsoft/maxNodeModuleJsDepth Sheetal Nandi 2018-11-09 12:29:09 -08:00
  • 972a149d4a Update Feature_request.md Daniel Rosenwasser 2018-11-09 12:24:09 -08:00
  • 0010a38660 Merge pull request #28343 from Microsoft/lib/update-nov-2018 Daniel Rosenwasser 2018-11-09 12:06:41 -08:00
  • 151dc074a8 Merge branch 'master' into sourceMapGenerator Ron Buckton 2018-11-09 10:31:54 -08:00
  • c77f0c41c2 Add affectsModuleResolution to compile options: maxNodeModuleJsDepth Fixes inferred project incorrectly modifying existing compiler options Fixes #27108 Sheetal Nandi 2018-11-09 10:48:28 -08:00
  • 93206993ed Merge pull request #28436 from Microsoft/circularTransitiveExports Sheetal Nandi 2018-11-09 09:46:05 -08:00
  • aaf1d8055b Support finding references at module in module.exports = or export in export = (#28221) Andy 2018-11-09 09:38:45 -08:00
  • 9dbe037e84 Use seen map to avoid circular transitive exports to cause stack over flow Fixes #28433 Sheetal Nandi 2018-11-09 09:22:39 -08:00
  • 69c61cd166 Merge pull request #27988 from KnisterPeter/fix24931 Sheetal Nandi 2018-11-09 08:47:49 -08:00
  • e1dc52f06e add more testcases BigAru 2018-11-09 09:51:51 +01:00
  • 499bed540b Better reference usage detection Markus Wolf 2018-11-09 09:45:20 +01:00
  • 6bd298b884 add test for remove modifier and parameter Markus Wolf 2018-11-05 18:07:29 +01:00
  • 13e85ac3a9 add more modifiers Markus Wolf 2018-11-02 15:05:04 +01:00
  • d411fa34a7 Add test case for codeFix Markus Wolf 2018-10-19 17:17:45 +02:00
  • de7faa1b7e Remove obsolte ts namespace Markus Wolf 2018-10-19 16:32:19 +02:00
  • e6e71978df Correct codefix by removing private modifier Markus Wolf 2018-10-19 15:55:34 +02:00
  • 187fa20bf2 Accept new baselines Anders Hejlsberg 2018-11-09 06:45:41 +01:00
  • 627f1ad876 Add regression tests Anders Hejlsberg 2018-11-09 06:45:21 +01:00
  • 6b641de465 LEGO: Merge pull request 28428 csigs 2018-11-08 20:10:40 -08:00
  • 23b7284ca3 LEGO: check in for master to temporary branch. csigs 2018-11-09 04:10:18 +00:00
  • 7995f9153a apply suggested changes Kagami Sascha Rosylight 2018-11-09 11:26:58 +09:00
  • 62419bb103 Merge pull request #28419 from Microsoft/elaborateAssert Sheetal Nandi 2018-11-08 15:45:38 -08:00
  • c0587191fc Merge pull request #28418 from ajafff/internal-comments Sheetal Nandi 2018-11-08 14:58:33 -08:00
  • 7bfc2c8113 Elaborate assert of infos attached to project Sheetal Nandi 2018-11-08 14:56:10 -08:00
  • bcc4e64832 revert changes to tsbuild.ts Klaus Meinhardt 2018-11-08 23:36:54 +01:00
  • 432772e5a3 Merge pull request #28417 from Microsoft/relativeFilesThroughDynamicFile Sheetal Nandi 2018-11-08 13:25:16 -08:00
  • 8dd05d5858 Fix public API Sheetal Nandi 2018-11-08 13:01:22 -08:00
  • 55fb052d7a Allow creation of relative path file infos only for open script infos Fixes #20476 Sheetal Nandi 2018-11-07 14:55:19 -08:00
  • 89fda5ca83 Fix enum const initializer visibility painting (#28415) Wesley Wigham 2018-11-08 12:33:54 -08:00
  • 41b19309d4 Better project logging Sheetal Nandi 2018-10-29 16:32:58 -07:00
  • f97274383d Log project name when removing project Sheetal Nandi 2018-10-22 18:06:19 -07:00
  • 9eecf3bd68 Some reorg Sheetal Nandi 2018-10-19 15:03:05 -07:00
  • 7736ea4e93 Add tests that create relative path even though the script info isnt dynamic Sheetal Nandi 2018-11-07 14:55:19 -08:00
  • b534fb4849 Merge pull request #27980 from EECOLOR/leading-slash-imports Sheetal Nandi 2018-11-08 09:20:45 -08:00
  • e95ed29ca9 Fix fourslash test Anders Hejlsberg 2018-11-08 18:02:04 +01:00
  • a8c4e6f83c Accept new baselines Anders Hejlsberg 2018-11-08 17:59:39 +01:00
  • 55da2b9669 Preserve actual empty object type intersection Anders Hejlsberg 2018-11-08 17:59:03 +01:00
  • dfb86acbb9 check if functionExpression name is used BigAru 2018-11-08 05:51:53 +01:00
  • ecb88f5a3e Fix comments on pull request Ryan Clarke 2018-11-07 21:43:02 -05:00
  • 514e8a129f Merge pull request #28405 from weswigham/no-summary-non-watch-zero-errors Daniel Rosenwasser 2018-11-07 16:37:23 -08:00
  • 6ad58b242e Do not output summary if theres nothing to report Wesley Wigham 2018-11-07 15:46:13 -08:00
  • 15af7e17c6 Merge pull request #28400 from Microsoft/gotoDefinition Sheetal Nandi 2018-11-07 14:17:17 -08:00
  • 3ec06038d5 Retain the casing in map files in file names Sheetal Nandi 2018-11-07 13:47:30 -08:00
  • 1a9c20949e path mappings now supports rooted disk paths and urls - fixes #13730 EECOLOR 2018-10-19 00:10:13 +02:00
  • ab4be8da42 Fix the issue with file being included in the referencing project on rename when it wasnt included earlier Fixes #28307 Sheetal Nandi 2018-11-07 10:13:55 -08:00
  • 16ea9af36e Merge pull request #28398 from Microsoft/renameInReferencedProject Sheetal Nandi 2018-11-07 10:33:45 -08:00
  • 1d87250573 Fix the issue with file being included in the referencing project on rename when it wasnt included earlier Fixes #28043 Sheetal Nandi 2018-11-06 18:32:03 -08:00
  • e2947fac1c remove even more redundant internal comments Klaus Meinhardt 2018-11-07 16:12:48 +00:00
  • 9a466f4e9c update getAvailableActions BigAru 2018-11-07 13:57:50 +01:00
  • 5dfc71c14a Merge remote-tracking branch 'upstream/master' into m-lambda-to-fn BigAru 2018-11-07 13:47:26 +01:00
  • dc81a7f668 apply feedback from pr BigAru 2018-11-07 10:49:59 +01:00
  • 3f4c00c8a6 resolve conflicts Alexander T 2018-11-07 10:20:11 +02:00
  • 5bd0051daa Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/28297-make-error-message-at--a-constant-or-a-read-only-property--more-specific Alexander T 2018-11-07 10:05:34 +02:00
  • 739e1e9786 fix for unnecessary duplication of comment BigAru 2018-11-07 08:49:50 +01:00
  • 59a8c94ff1 Merge pull request #28385 from Microsoft/metadata Sheetal Nandi 2018-11-06 20:12:58 -08:00
  • f0f02754f3 Change type of metadata to unknown Sheetal Nandi 2018-11-06 18:45:08 -08:00
  • 8e0c4369b7 Merge pull request #28386 from Microsoft/removeTwoTypeFlags Anders Hejlsberg 2018-11-06 16:41:41 -08:00
  • 448f385e3c Fix lint errors Sheetal Nandi 2018-11-06 15:49:17 -08:00
  • 7e3fd4626a Accept API baseline changes Anders Hejlsberg 2018-11-06 15:07:00 -08:00
  • 4a51f12c3e Add metadata to response if it exists for results from language service. Currently its wired through for completions requests. Handles #21999 Sheetal Nandi 2018-11-06 14:57:28 -08:00
  • e63ffe54fd Move FreshLiteral flag from TypeFlags to ObjectFlags Anders Hejlsberg 2018-11-06 15:00:34 -08:00
  • d351610e7a Update opposite direction of #28218 (#28384) Wesley Wigham 2018-11-06 13:52:35 -08:00
  • 7df5a2cf8c Remove pointless check Anders Hejlsberg 2018-11-06 13:31:56 -08:00
  • d7390c03f0 Avoid elaborating on generic indexes (#28294) Wesley Wigham 2018-11-06 12:51:11 -08:00
  • 41d3f0ad57 Merge pull request #28071 from pesca/improveCodeFix Daniel Rosenwasser 2018-11-06 11:29:51 -08:00
  • cc36e294cc Add related span pointing to this-shadowing location for implicitly-any this (#28299) Wesley Wigham 2018-11-06 11:27:07 -08:00
  • 772f6cdf48 Remove JSDocTag#atToken (#28376) Andy 2018-11-06 09:54:23 -08:00
  • a323d98512 Update user baselines (#28371) TypeScript Bot 2018-11-06 08:57:05 -08:00
  • 76a742191f Remove usage of TypeFlags.FreshLiteral for fresh literal types Anders Hejlsberg 2018-11-06 06:25:10 -08:00
  • aa023eb6e3 Remove TypeFlags.UnionOfPrimitiveTypes Anders Hejlsberg 2018-11-05 18:04:57 -08:00
  • 929791868f Make for..in expressions allowed to be null/undefined (#28348) Wesley Wigham 2018-11-05 17:23:19 -08:00
  • 85dbc0438f Merge pull request #28312 from Microsoft/genericRest Anders Hejlsberg 2018-11-05 16:36:45 -08:00
  • b28e411734 Update user baselines (#28341) TypeScript Bot 2018-11-05 16:20:52 -08:00
  • c22c7e687d Strcter testing for global completions; and 'excludes' can only be a string (#28349) Andy 2018-11-05 16:16:28 -08:00
  • 597aacad88 Merge pull request #28346 from Microsoft/transitiveExports Sheetal Nandi 2018-11-05 15:58:22 -08:00
  • f9dd44517a Merge branch 'master' into genericRest Anders Hejlsberg 2018-11-05 15:41:53 -08:00
  • 576fdf98d7 Merge pull request #25886 from calebsander/feature/bigint Sheetal Nandi 2018-11-05 13:08:48 -08:00
  • f37101e871 Fix bug when augmenting parent-less symbol (#28345) Andy 2018-11-05 12:57:33 -08:00
  • bb99c41230 Don't error on bigint literal used in type Caleb Sander 2018-11-05 12:23:02 -08:00
  • 23e7330ddb When removing old diagnostics for files referencing modules that export affected file with signature change, delete the diagnostics of the module as well as anything that exports that module Fixes #28328 Sheetal Nandi 2018-11-05 12:16:55 -08:00
  • 6c59a3b890 Fix ambient initializer emit for bigint Caleb Sander 2018-11-05 11:29:11 -08:00
  • ecd12453f4 Add test for bigint property Caleb Sander 2018-11-02 21:32:43 -07:00
  • 6f97fb5f02 Fix error numbers Caleb Sander 2018-11-02 18:29:52 -07:00
  • 28e9ec497c Address review comments Caleb Sander 2018-10-30 16:56:05 -07:00
  • a93131319e Add bigint tests Caleb Sander 2018-09-29 15:19:52 -07:00
  • 95c24c6c6a experimentalBigInt compiler flag Caleb Sander 2018-09-29 15:12:17 -07:00
  • 188c07865a Scan bigint literals Caleb Sander 2018-09-29 14:26:56 -07:00
  • 0499f5d801 Add "bigint" to typeof x in baselines Caleb Sander 2018-09-29 14:15:42 -07:00
  • ac2a118f07 Add bigint type Caleb Sander 2018-09-29 14:02:44 -07:00