Commit Graph

  • a710e9433b Do not report semantic diagnostics for infered and external projects with only .js files Mohamed Hegazy 2017-03-17 17:20:43 -07:00
  • 1af1005636 Correctly bind import call expression Yui T 2017-03-17 16:58:51 -07:00
  • 57cd9eaf3b Merge branch 'master' into createTypeNode Arthur Ozga 2017-03-17 16:50:05 -07:00
  • 456614f7e0 Make compatible with 2.1 maps Ryan Cavanaugh 2017-03-17 15:36:15 -07:00
  • cc8ce5975c Apply the 20 MB non-TS source limit across all projects Ryan Cavanaugh 2017-03-17 12:56:31 -07:00
  • ac67b94a6e Merge pull request #14690 from Microsoft/clean_up_parser Andy 2017-03-17 15:05:09 -07:00
  • ff061a1b93 consolidate edits Arthur Ozga 2017-03-17 14:56:04 -07:00
  • 6234cbb82f Move comment to JSDoc Andy Hanson 2017-03-17 14:04:36 -07:00
  • d3661f5b6a add tokenVisitor Arthur Ozga 2017-03-17 13:55:39 -07:00
  • 2305c10a65 Fix lint errors Andy Hanson 2017-03-17 13:37:12 -07:00
  • 4c71862388 Nope, need 'isInString' Andy Hanson 2017-03-17 12:57:34 -07:00
  • 230e1da1f9 Merge pull request #14707 from Microsoft/logoUpdate Daniel Rosenwasser 2017-03-17 12:30:26 -07:00
  • 944b34fd4e move commas to end of line Arthur Ozga 2017-03-17 12:08:38 -07:00
  • ac7fc8fe75 Handle TODO's Arthur Ozga 2017-03-17 11:54:51 -07:00
  • 03e0238cee Don't need isInString to be a property Andy Hanson 2017-03-17 11:54:18 -07:00
  • 94f6839aec Factor out FindAllReferences.Core and use Definition/Entry to allow findReferencedSymbols and getImplementationsAtPosition to return different results Andy Hanson 2017-03-17 09:00:30 -07:00
  • 2ff19f492b Update the logo to the one which our website uses. Daniel Rosenwasser 2017-03-17 11:22:01 -07:00
  • 804ab2c0df Remove duplicat es2018 tests Yui T 2017-03-17 10:54:06 -07:00
  • dbac66c756 Update baselines from adding es2018 value into moduleKind Yui T 2017-03-17 10:50:32 -07:00
  • ec558b8080 Merge branch 'master' into refactor_findallrefs Andy Hanson 2017-03-17 08:04:04 -07:00
  • 61ebcb49c7 Allow exporting a binding before its declaration Diogo Franco (Kovensky) 2017-03-17 10:25:37 +09:00
  • 4fa32a29ce make enclosingdeclaration arg required Arthur Ozga 2017-03-16 18:02:57 -07:00
  • dee9ced060 add tests Arthur Ozga 2017-03-16 18:02:34 -07:00
  • a77f0d2b1a Do not collect imports in parser as it makes it very hard for incremental parsing Kanchalai Tanglertsampan 2017-03-16 17:47:10 -07:00
  • 621c044790 remove test Arthur Ozga 2017-03-16 17:22:57 -07:00
  • 7216ee6024 Merge branch 'createTypeNode' of github.com:aozgaa/TypeScript into createTypeNode Arthur Ozga 2017-03-16 17:21:53 -07:00
  • 28df2ab2df some cleanup Arthur Ozga 2017-03-16 17:21:12 -07:00
  • 7318c2c5a9 some cleanup Arthur Ozga 2017-03-16 17:18:28 -07:00
  • a88be7c6f9 consolidate SignatureParts Arthur Ozga 2017-03-16 16:59:01 -07:00
  • 41e511efd2 fix call Arthur Ozga 2017-03-16 16:51:18 -07:00
  • 7b93a75e41 Merge branch 'master' into createTypeNode Arthur Ozga 2017-03-16 16:46:45 -07:00
  • 69587a286a transformers tests Arthur Ozga 2017-03-16 16:41:38 -07:00
  • 0fa4f112a3 signatures, parameter, literals, anyonymous types Arthur Ozga 2017-03-16 16:41:26 -07:00
  • 451b2d648f Add signatures test Arthur Ozga 2017-03-16 16:09:54 -07:00
  • 595342615b abstract code in FindReferences from concrete way of creating result reference entry to seamlessly reuse the same code for gotoImplementation (#14637) Vladimir Matveev 2017-03-16 15:53:05 -07:00
  • 18f283f68a Add more missing quotes Andy Hanson 2017-03-16 14:43:56 -07:00
  • 6db02e7438 Fix up incorrect system emit Kanchalai Tanglertsampan 2017-03-16 14:01:37 -07:00
  • aace2c358f Update baselines and add fourslash Kanchalai Tanglertsampan 2017-03-16 13:39:30 -07:00
  • 4980fa4d5d Update resolveEntityName to check for non entity name in property access expression Kanchalai Tanglertsampan 2017-03-16 13:39:17 -07:00
  • 9c0f77091c Clean up code in parser Andy Hanson 2017-03-07 06:42:50 -08:00
  • 7ead44f841 Merge pull request #14448 from DLehenbauer/removeWScript Mohamed Hegazy 2017-03-16 12:23:32 -07:00
  • 5040e1d279 Mark occurence item in string with a special property (#14677) Zhengbo Li 2017-03-16 11:01:48 -07:00
  • ec997f3299 more temp Arthur Ozga 2017-03-16 09:52:19 -07:00
  • 1c90ef5aad wip-fix resolveEntityName with parenthesizedExpression Kanchalai Tanglertsampan 2017-03-15 19:16:37 -07:00
  • d78e5a1db5 Normalize line endings when validating baselines Mohamed Hegazy 2017-03-15 18:39:44 -07:00
  • 0a2d7a7f94 temp Arthur Ozga 2017-03-15 18:09:55 -07:00
  • 0112a38ec9 Accept baselines Mohamed Hegazy 2017-03-15 17:21:28 -07:00
  • b6ccad4b54 Fix bad merge Mohamed Hegazy 2017-03-15 17:21:07 -07:00
  • 5016141b94 Remove sourceMap:false from default compiler optios now that we have all options generated Mohamed Hegazy 2017-03-15 16:41:39 -07:00
  • 5bbd8f809a rename catogories, and reorder options Mohamed Hegazy 2017-03-15 16:15:59 -07:00
  • efa3093ece Print comments in a diffrent column Mohamed Hegazy 2017-03-15 16:08:32 -07:00
  • f2654c65d9 Remove compileOnSave from compiler option Mohamed Hegazy 2017-03-15 15:40:01 -07:00
  • 7d56837f54 Merge branch 'master' into optionsDescription Mohamed Hegazy 2017-03-15 15:38:55 -07:00
  • 3b57b5d4d5 Refactor checking for checkJs value in a common helper Mohamed Hegazy 2017-03-15 15:17:33 -07:00
  • a4b981af16 Merge branch 'master' into createTypeNode Arthur Ozga 2017-03-15 13:06:35 -07:00
  • 0dac29f6f3 Merge branch 'master' into checkJSFiles Mohamed Hegazy 2017-03-15 12:35:26 -07:00
  • 798062944b Code review comments Mohamed Hegazy 2017-03-15 12:27:47 -07:00
  • 4b3cd6a1db Merge pull request #14641 from cedvdb/master Mohamed Hegazy 2017-03-15 12:15:53 -07:00
  • 2b10611fbf initial revision of infrastructure to produce text changes that uses existing node factory, formatter and printer (#14441) Vladimir Matveev 2017-03-15 11:44:36 -07:00
  • 4b97893f3d Merge branch 'vladima/textChanges' into createTypeNode Arthur Ozga 2017-03-15 10:29:35 -07:00
  • 758e1ff8b7 temp Arthur Ozga 2017-03-15 09:06:59 -07:00
  • e8b6e8b0f1 swap entries and values cedvdb 2017-03-15 12:48:55 +01:00
  • c687add579 add tests to add and remove members in class Vladimir Matveev 2017-03-14 22:36:38 -07:00
  • 86c7129027 wip-system emit Yui T 2017-03-14 20:13:32 -07:00
  • db878adea3 changed forEach comment cedvdb 2017-03-15 03:15:58 +01:00
  • 8d0e0f3f79 Added comment for forEach cedvdb 2017-03-15 03:12:08 +01:00
  • f20c59a7d2 change NodeList to NodeListOf in NodeListOf.forEach cedvdb 2017-03-15 03:10:40 +01:00
  • d9cab83314 Change Node to TNode in NodeListOf cedvdb 2017-03-15 03:08:16 +01:00
  • 64070632dc added comments cedvdb 2017-03-15 03:06:25 +01:00
  • 8020e24fda Merge branch 'vladima/textChanges' into createTypeNode Arthur Ozga 2017-03-14 18:40:39 -07:00
  • e185ebb8d5 simplify rest param handling Arthur Ozga 2017-03-14 18:24:00 -07:00
  • 323aa3a56c add asserts for cases when containing list cannot be determined Vladimir Matveev 2017-03-14 17:17:16 -07:00
  • 45ae0b453c change to forEach method cedvdb 2017-03-15 01:15:15 +01:00
  • 5775d27e32 respect initial order of changes Vladimir Matveev 2017-03-14 17:08:35 -07:00
  • 18723d938f Merge branch 'vladima/textChanges' into createTypeNode Arthur Ozga 2017-03-14 16:46:09 -07:00
  • b8756597b8 test cleanup Arthur Ozga 2017-03-14 16:45:47 -07:00
  • e381ffaac7 don't add any typenode for signature return type Arthur Ozga 2017-03-14 16:25:51 -07:00
  • 79a4557f4c visit type literal and dotDotDottoken Arthur Ozga 2017-03-14 16:24:59 -07:00
  • d4bb267ee3 add insertNodeInListAfter functionality Vladimir Matveev 2017-03-14 16:13:33 -07:00
  • 92b3e17bc0 Fix deep clone Arthur Ozga 2017-03-14 15:26:30 -07:00
  • e7e1ac93ad Merge remote-tracking branch 'origin/master' into vladima/textChanges Vladimir Matveev 2017-03-14 15:08:57 -07:00
  • 9864b4e1ff Emit import callExpression for UMD and AMD Kanchalai Tanglertsampan 2017-03-14 14:41:49 -07:00
  • a84645c63e Add more tests for emitting of es2018 module-kind Kanchalai Tanglertsampan 2017-03-14 14:41:14 -07:00
  • 2fd3229568 Various fixes Arthur Ozga 2017-03-14 14:35:23 -07:00
  • f9356b960f Allow export default abstract class. Related to issue 3792. Erik McClenney 2017-03-14 12:09:01 -07:00
  • be375cb786 Fix missing import call expression in function and class declaration Kanchalai Tanglertsampan 2017-03-14 12:26:20 -07:00
  • ffbb445148 wip-Emit import call expression for commonjs Yui T 2017-03-14 10:31:30 -07:00
  • 369af08e27 Change filename to indicate it uses module kind of es2018 Yui T 2017-03-14 10:29:55 -07:00
  • 20293b0ece Fix up error when we can't find promise type in import call expression Yui T 2017-03-14 09:57:05 -07:00
  • 1fbbeadaf7 Merge pull request #14568 from Microsoft/checkJSFiles_QuickFixes Mohamed Hegazy 2017-03-13 23:04:53 -07:00
  • 509b2dc18e Add disableJsDiagnostics codefixes to harnes Mohamed Hegazy 2017-03-13 23:03:06 -07:00
  • fd9fb8f9bc Support static properties Mohamed Hegazy 2017-03-13 22:49:54 -07:00
  • 6e86596a73 Add debugging utilities Mohamed Hegazy 2017-03-13 22:43:37 -07:00
  • cc6affad27 Merge remote-tracking branch 'origin/updateCodeFixForAddMissingMember' into checkJSFiles_QuickFixes Mohamed Hegazy 2017-03-13 22:41:22 -07:00
  • 27fe2df203 some missed token bugs Arthur Ozga 2017-03-13 20:20:26 -07:00
  • 8cac5285b9 added keys, values, `forEach, entries` to nodelist cedvdb 2017-03-14 04:15:32 +01:00
  • e02ac178ca Merge branch 'master' into createTypeNode Arthur Ozga 2017-03-13 18:12:29 -07:00
  • 059f5b706b Merge branch 'vladima/textChanges' into createTypeNode Arthur Ozga 2017-03-13 18:12:17 -07:00
  • d298f960ab Refactor Arthur Ozga 2017-03-13 18:09:53 -07:00
  • 26f9a52e92 Add initial tests Kanchalai Tanglertsampan 2017-03-13 17:07:13 -07:00