Commit Graph

  • a1922fd41f More tests and also do not add index signature for json module Sheetal Nandi 2017-01-17 13:51:00 -08:00
  • 00b6c32a10 Fix emit for json file Sheetal Nandi 2017-01-17 13:51:00 -08:00
  • 3572fad981 Bind and resolve the module for json file Sheetal Nandi 2017-01-17 13:51:00 -08:00
  • ee2e267d38 Replace usage of jsonObject on JsonSourceFile Sheetal Nandi 2018-01-26 14:06:22 -08:00
  • 5771adbbe7 Resolve Json file when module resolution strategy is node Sheetal Nandi 2017-01-17 13:51:00 -08:00
  • f1c879d090 Merge branch 'master' into watchOptions Sheetal Nandi 2018-02-23 13:16:46 -08:00
  • 4d284d617f Merge pull request #22098 from alexeagle/pretty Daniel Rosenwasser 2018-02-23 12:51:01 -08:00
  • 08ab6eb42d Reload the text from file if there is pending reload of the script info before determining to use SVC Fixes #20806 Sheetal Nandi 2018-02-23 12:10:24 -08:00
  • 4d6b53bae5 Add test for scenario when script info being operated is pending on reload but has svc for the previous version Test for #20806 Sheetal Nandi 2018-02-23 12:03:13 -08:00
  • 4099d48ea5 Update chrome-devtools baseline Nathan Shively-Sanders 2018-02-23 09:40:44 -08:00
  • aa6b76fb6f Merge branch 'master' into js-object-literal-assignments-as-declarations Nathan Shively-Sanders 2018-02-23 09:24:32 -08:00
  • 5d32a3145e Merge branch 'js-prototype-assignment' into js-object-literal-assignments-as-declarations Nathan Shively-Sanders 2018-02-23 09:24:09 -08:00
  • dd2523650e Fix nested js-containers+proto assignment in types space Nathan Shively-Sanders 2018-02-23 09:16:01 -08:00
  • 8e8efaf363 LEGO: Merge pull request 22148 csigs 2018-02-23 09:10:44 -08:00
  • 3adeef8572 LEGO: check in for master to temporary branch. csigs 2018-02-23 17:10:14 +00:00
  • 30a96ba335 add support of codefix for Strict Class Initialization (#21528) Wenlu Wang 2018-02-23 23:25:50 +08:00
  • 2e66e74e14 fix --pretty output when context is multi-line Alex Eagle 2018-02-21 14:07:58 -08:00
  • 96441abce6 Update category for TS4090 to Error uniqueiniquity 2018-02-22 17:01:31 -08:00
  • 8ead7ab29c Organize imports within ambient module declarations Andrew Casey 2018-02-20 17:41:44 -08:00
  • 189eb505b9 Factor worker method out of ts.OrganizeImports.organizeImports Andrew Casey 2018-02-20 16:42:15 -08:00
  • 427e6ed3e6 Tidy isAmbientModule Andrew Casey 2018-02-20 16:46:03 -08:00
  • e8fb587097 organizeImports: Avoid using full FindAllReferences (#22102) Andy 2018-02-22 16:26:37 -08:00
  • 86dca7bada Merge pull request #22090 from Microsoft/fileDeletedWatchClose Sheetal Nandi 2018-02-22 16:04:17 -08:00
  • 9569b13174 Use refcounts on the resolution so we arent going through failed lookup locations when resolutions are cached. Sheetal Nandi 2018-02-22 13:13:37 -08:00
  • 71ff6dd91e Allow characters in JsxText inside JsxFragment that would not normally scan uniqueiniquity 2018-02-22 15:56:34 -08:00
  • a299d2dd1c isDeclarationName: support ComputedPropertyName (#22123) Andy 2018-02-22 15:53:49 -08:00
  • 75fa945f00 Simplify findContainingList (#22128) Andy 2018-02-22 15:52:43 -08:00
  • 73947b6ca7 Minor cleanup in getRenameInfoForNode (#22130) Andy 2018-02-22 15:52:10 -08:00
  • fdb5e95f0a Use the module cache to resolve non relative module name as well Sheetal Nandi 2018-02-22 11:09:23 -08:00
  • 403b7d8604 Add tests for module resolution order and reuse Sheetal Nandi 2018-02-22 09:17:00 -08:00
  • bb2c58b977 Simplify uses of getPossibleSymbolReferencePositions (#22099) Andy 2018-02-22 13:22:52 -08:00
  • 790f65d15b Simplify isJumpStatementTarget and isLabelOfLabeledStatement users using type predicates (#22100) Andy 2018-02-22 13:22:34 -08:00
  • b90a56dc7a Mark getOccurrences as deprecated in protocol.ts like it is in services/types.ts (#22067) Andy 2018-02-22 13:21:40 -08:00
  • aa88f71c2e Fix js-prototype-assignment on declarations Nathan Shively-Sanders 2018-02-22 12:52:50 -08:00
  • d55aa22d15 Code cleanup Nathan Shively-Sanders 2018-02-22 11:19:44 -08:00
  • 41fba6f34b Incremental prototype+prototype assignment work Nathan Shively-Sanders 2018-02-22 11:04:29 -08:00
  • 0b248d5e29 Trace should write messages to the logger Sheetal Nandi 2018-02-21 12:40:36 -08:00
  • b14cf4ef9a First draft of prototype assignment Nathan Shively-Sanders 2018-02-22 09:25:42 -08:00
  • 8463b1e028 Fix bug: don't call addIndirectUser if we're not tracking indirect users (#22121) Andy 2018-02-22 09:20:59 -08:00
  • d9bcee490f LEGO: Merge pull request 22122 csigs 2018-02-22 09:10:32 -08:00
  • 13d57fdd47 LEGO: check in for master to temporary branch. csigs 2018-02-22 17:10:13 +00:00
  • f3ba15ba5b LEGO: Merge pull request 22115 csigs 2018-02-22 03:10:33 -08:00
  • ce4bd134aa LEGO: check in for master to temporary branch. csigs 2018-02-22 11:10:14 +00:00
  • 95213f0083 LEGO: Merge pull request 22109 csigs 2018-02-21 21:10:32 -08:00
  • a0b15e2b9a LEGO: check in for master to temporary branch. csigs 2018-02-22 05:10:13 +00:00
  • 1c3e484bf1 LEGO: Merge pull request 22103 csigs 2018-02-21 15:11:02 -08:00
  • 4db45338f4 LEGO: check in for master to temporary branch. csigs 2018-02-21 23:10:43 +00:00
  • 72a7194b6c Merge pull request #22007 from amcasey/UnusedImports Andrew Casey 2018-02-21 13:35:43 -08:00
  • 4f309702c1 Separate isGlobalCompletion from CompletionKind (#22074) Andy 2018-02-21 13:12:13 -08:00
  • 66fa9f6cd7 Just map type variables to constraints at certain positions for narrowing so that we do not map primitives (#21384) Wesley Wigham 2018-02-21 12:51:26 -08:00
  • 8a52eade2e Make getTextOfIdentifierOrLiteral and getEscapedTextOfIdentifierOrLiteral only accept Identifier | StringLiteralLike | NumericLiteral (#22002) Andy 2018-02-21 11:05:43 -08:00
  • 2777c3a890 Close the file watcher if present for the source file Sheetal Nandi 2018-02-21 11:01:58 -08:00
  • 05fcc225a4 Add test case when the deleted file's watch is not closed Sheetal Nandi 2018-02-21 10:57:04 -08:00
  • 9a160f2079 Merge branch 'master' into watchOptions Sheetal Nandi 2018-02-21 10:44:12 -08:00
  • dda4bd0d0b fixClassDoesnotImplementInheritedAbstractMember: Don't perform fix for same class twice (#22073) Andy 2018-02-21 10:03:02 -08:00
  • dd47f2492b getSemanticDocumentHighlights: Use toMultiMap helper (#22059) Andy 2018-02-21 10:02:34 -08:00
  • 530d7e9358 Update LKG (#22085) Andy 2018-02-21 09:12:48 -08:00
  • 661c377e40 LEGO: Merge pull request 22086 csigs 2018-02-21 09:10:49 -08:00
  • 6523927716 LEGO: check in for master to temporary branch. csigs 2018-02-21 17:10:30 +00:00
  • 794c870ac6 LEGO: Merge pull request 22079 csigs 2018-02-21 03:10:33 -08:00
  • 81e5cf70a9 LEGO: check in for master to temporary branch. csigs 2018-02-21 11:10:14 +00:00
  • 01f2ee3d1f Set up structure of prototype assignments Nathan Shively-Sanders 2018-02-20 16:03:54 -08:00
  • 8e424f9f9b Cleanup new code in binder Nathan Shively-Sanders 2018-02-20 15:46:45 -08:00
  • 4833657c33 Use 'append' in chunkObjectLiteralElements (#22068) Andy 2018-02-20 15:30:12 -08:00
  • 0559151eb2 Merge pull request #21990 from Microsoft/documentExportAssignment Daniel Rosenwasser 2018-02-20 15:03:32 -08:00
  • cc386d25a4 Filter FAR results to initial SourceFile Andrew Casey 2018-02-20 14:35:01 -08:00
  • b00c13b716 Fix bug: Handle QualifiedName in getMeaningFromRightHandSideOfImportEquals (#21779) Andy 2018-02-20 14:32:51 -08:00
  • 99d4ccaa3f Search till root just like tsc when the projectRootPath specified doesnt contain the info.path Fixes #21209 Sheetal Nandi 2018-02-20 14:21:13 -08:00
  • 116a8a8cff Support nested prototype declarations Nathan Shively-Sanders 2018-02-20 12:23:00 -08:00
  • 98baea992e Remove unneeded circleci branch in CircleCi config. (#22017) Ricardo N Feliciano 2018-02-20 14:19:15 -05:00
  • fee1df34ce Implement ts.OrganizeImports.removeUnusedImports Andrew Casey 2018-02-14 13:52:48 -08:00
  • 099d3da1d0 Better error message for excessive instantiation depth Anders Hejlsberg 2018-02-20 07:52:07 -10:00
  • 5af91a9e69 Merge branch 'master' into js-object-literal-assignments-as-declarations Nathan Shively-Sanders 2018-02-20 09:47:10 -08:00
  • 05c42d9789 Update user tests (#22056) Nathan Shively-Sanders 2018-02-20 09:34:02 -08:00
  • ad43240ff0 Merge branch 'master' into js-object-literal-assignments-as-declarations Nathan Shively-Sanders 2018-02-20 09:14:36 -08:00
  • 675109d41a LEGO: Merge pull request 22055 csigs 2018-02-20 09:10:50 -08:00
  • 64c24b61f1 LEGO: check in for master to temporary branch. csigs 2018-02-20 17:10:32 +00:00
  • 518f651656 Remove assert hit by chrome devtools+update baselines Nathan Shively-Sanders 2018-02-20 08:48:04 -08:00
  • 0a9f32cede replace element access if suggession is not a valid identifier 王文璐 2018-02-20 21:33:01 +08:00
  • 7e908dbe91 LEGO: Merge pull request 22043 csigs 2018-02-19 21:10:45 -08:00
  • e305c5190e LEGO: check in for master to temporary branch. csigs 2018-02-20 05:10:17 +00:00
  • 0cc4e8f00d Propagate wildcard type in union types Anders Hejlsberg 2018-02-18 06:44:52 -10:00
  • 1b3e6a0f8a Accepted baselines. Daniel Rosenwasser 2018-02-16 19:39:32 -08:00
  • b3edc8f9f4 Apply 'no-unnecessary-type-assertion' lint rule (#22005) Andy 2018-02-16 18:38:00 -08:00
  • 8e078b9fde Add comment to isGlobalCompletion (#21973) Andy 2018-02-16 16:48:42 -08:00
  • 69abe49930 Supports more locations for completions contextual types (#21946) Andy 2018-02-16 16:48:03 -08:00
  • 9ee51fadd9 Have Symbol#isReferenced check the SymbolFlags of the reference (#21996) Andy 2018-02-16 16:47:13 -08:00
  • ecddf8468f Fix the assert for undefined leaf in LineNode (#21924) Sheetal Nandi 2018-02-16 16:37:32 -08:00
  • b6f82adfed add template to jsdoc completion (#21978) Sergii Bezliudnyi 2018-02-17 01:27:57 +01:00
  • 8341b1369d Merge pull request #22004 from amcasey/FARBadImport Andrew Casey 2018-02-16 16:17:04 -08:00
  • f95b9bc65d Port generated lib files (#22003) Mohamed Hegazy 2018-02-16 15:53:44 -08:00
  • b64eefdb20 Remove redundant null check Andrew Casey 2018-02-16 15:50:12 -08:00
  • d2cbd8de06 Merge pull request #22001 from amcasey/OrganizeImportsMissedCommits Andrew Casey 2018-02-16 15:28:15 -08:00
  • 1faefc7703 Use correct lowercase name Andrew Casey 2018-02-16 14:51:31 -08:00
  • 9c2b95dae3 Make FAR handle non-existent imported symbols Andrew Casey 2018-02-16 14:49:23 -08:00
  • 4b34c428a7 Merge pull request #21751 from felicianotech/circleci Daniel Rosenwasser 2018-02-16 14:12:35 -08:00
  • 7e8dab681a typingsInstaller:Remove triple-slash references (#21982) Nathan Shively-Sanders 2018-02-16 14:00:10 -08:00
  • 7a31394788 Group imports before sorting and coalescing Andrew Casey 2018-02-15 15:06:34 -08:00
  • 70e9a5e6dc Merge pull request #21909 from amcasey/OrganizeImports Andrew Casey 2018-02-16 12:49:02 -08:00
  • 5c278cee17 Address PR feedback Andrew Casey 2018-02-14 13:57:09 -08:00