Commit Graph

  • b53fad6ecf Merge remote-tracking branch 'refs/remotes/Microsoft/master' Kagami Sascha Rosylight 2015-12-30 20:21:54 +09:00
  • 3765349812 Merge pull request #6279 from Microsoft/lintMoreServices Daniel Rosenwasser 2015-12-30 01:48:43 -05:00
  • 99b771c016 Merge pull request #4398 from SaschaNaz/formatTsxAttr Daniel Rosenwasser 2015-12-30 01:25:21 -05:00
  • 2c4856ae71 Issue correct errors for missing JSX closing tags Ryan Cavanaugh 2015-12-29 16:00:15 -08:00
  • 7b36432cf0 Add test to verify no error when 'React' is not in scope Ryan Cavanaugh 2015-12-29 14:57:22 -08:00
  • 80a16de570 Tag the 'react' import as used even under --jsx preserve Ryan Cavanaugh 2015-12-29 14:43:57 -08:00
  • 3288f5bb6d Make linter happy Ryan Cavanaugh 2015-12-29 13:16:00 -08:00
  • e12855bca0 Escape quotes when they appear as HTML entities in JSX text Ryan Cavanaugh 2015-12-29 12:39:27 -08:00
  • 2032c6d18a Lint 'patternMatcher.ts'. Daniel Rosenwasser 2015-12-28 17:21:03 -05:00
  • 9c61e53a78 Allow tagged boolean arguments to be followed with a colon. Daniel Rosenwasser 2015-12-28 17:11:55 -05:00
  • 8cf1a34f70 enable more than one callbacks for a watched file Zhengbo Li 2015-12-28 14:05:32 -08:00
  • 51933a231f Flattened 'ts.OutliningElementsCollector' to a single declaration. Daniel Rosenwasser 2015-12-28 17:00:36 -05:00
  • f9eb330b19 Lint 'navigateTo.ts'. Daniel Rosenwasser 2015-12-28 16:58:20 -05:00
  • 9b9abf8674 Lint 'outliningElementsCollector.ts'. Daniel Rosenwasser 2015-12-28 16:50:58 -05:00
  • cee7eb10ed Accepted baselines. Daniel Rosenwasser 2015-12-28 16:20:34 -05:00
  • d9d5e3a283 Added test from #6278. Daniel Rosenwasser 2015-12-28 16:16:02 -05:00
  • decec4db65 Accepted baselines. Daniel Rosenwasser 2015-12-28 15:56:44 -05:00
  • 5f9983a698 Updated tests. Daniel Rosenwasser 2015-12-28 15:42:56 -05:00
  • c8b459f32c Accepted baselines. Daniel Rosenwasser 2015-12-28 15:39:46 -05:00
  • 4ec234aa93 Don't skip over specialized signatures when checking for assignability. Daniel Rosenwasser 2015-12-28 15:38:34 -05:00
  • b0f58649ab Accepted baselines. Daniel Rosenwasser 2015-12-28 15:25:48 -05:00
  • f1b84950ea Removed checks for specialized signature compatibility and always perform the same checking on specialized and non-specialized signatures. Daniel Rosenwasser 2015-12-28 15:10:01 -05:00
  • 0eb6288166 Accepted baselines. Daniel Rosenwasser 2015-12-28 15:08:29 -05:00
  • 0da676d24c Added tests. Daniel Rosenwasser 2015-12-28 15:08:14 -05:00
  • 7f2ebf928a use 'declare global' to define augmentations for the global scope Vladimir Matveev 2015-12-28 12:03:54 -08:00
  • 6373cfff64 lets and template strings Kagami Sascha Rosylight 2015-12-24 17:21:03 +09:00
  • 64958669e1 remove "this should be removed ..." codes Kagami Sascha Rosylight 2015-12-24 17:18:10 +09:00
  • bae09d5d96 Merge branch 'master' into refactorSignatureRelatability Daniel Rosenwasser 2015-12-23 17:27:55 -08:00
  • 6c8bb63939 Accepted baselines. Daniel Rosenwasser 2015-12-23 17:10:54 -08:00
  • a0ef319f5d Simplified JSX contextual typing code and added support for contextually typing string literal attribute initializers. Daniel Rosenwasser 2015-12-23 17:10:16 -08:00
  • 4dc85dcbd6 Accepted baselines. Daniel Rosenwasser 2015-12-23 16:53:02 -08:00
  • 64c96323aa Added test. Daniel Rosenwasser 2015-12-23 16:38:07 -08:00
  • 3e1bc01a86 address PR feedback Vladimir Matveev 2015-12-23 10:01:36 -08:00
  • 5544fc0d85 fix crashing when get documentHighlighting Kanchalai Tanglertsampan 2015-12-22 20:39:09 -08:00
  • 9534541829 Add documenthightlight tests Kanchalai Tanglertsampan 2015-12-22 20:35:28 -08:00
  • 0682a63979 Add find-all-references tests Kanchalai Tanglertsampan 2015-12-22 20:26:54 -08:00
  • 05e5516fc0 Add rename tests Kanchalai Tanglertsampan 2015-12-22 20:02:42 -08:00
  • 8cebdcc758 Add tests for find-all-references Kanchalai Tanglertsampan 2015-12-22 19:29:49 -08:00
  • 72bb1d3dec Merge pull request #6144 from Microsoft/langSpecImages Anders Hejlsberg 2015-12-22 16:49:56 -08:00
  • acf54bb416 Merge branch 'master' into sourceMapDestructuring Sheetal Nandi 2015-12-22 16:21:38 -08:00
  • 05ef3d5262 Add test cases for breakpoint validation in for of statement with object literal destructuring assignment Sheetal Nandi 2015-12-22 16:18:05 -08:00
  • 34ddaef44c Remove new lint from services.ts Nathan Shively-Sanders 2015-12-22 16:14:55 -08:00
  • ff00a0c779 Fix breakpoints in object literal pattern destructuring assignment Sheetal Nandi 2015-12-22 16:14:24 -08:00
  • 56a7217241 Merge branch 'master' of https://github.com/Microsoft/TypeScript into i6016 Zhengbo Li 2015-12-22 16:00:49 -08:00
  • abf9961528 Merge branch 'master' into lint-nested-++ Nathan Shively-Sanders 2015-12-22 16:12:07 -08:00
  • 401a393519 Fix ++/-- lint Nathan Shively-Sanders 2015-12-22 15:45:00 -08:00
  • 631363fee1 Fix lint issues Zhengbo Li 2015-12-22 15:38:52 -08:00
  • 189357db1a Tighten no ++/-- rule Nathan Shively-Sanders 2015-12-22 15:37:24 -08:00
  • db0ab40280 Test cases for object binding pattern destructuring assignment Sheetal Nandi 2015-12-22 15:31:02 -08:00
  • 82570b7fca Add test cases for array pattern destructurting assignment in 'for of' Sheetal Nandi 2015-12-22 15:27:14 -08:00
  • caa6eb4204 Reuse watchers between 'watchDirectory' and 'watchFile' Zhengbo Li 2015-12-22 15:26:21 -08:00
  • bda112546f Fix the breakpoint for comma expression Sheetal Nandi 2015-12-22 15:23:45 -08:00
  • 481ed321fb Test cases for array pattern destructuring assignment in for initializer Sheetal Nandi 2015-12-22 15:04:12 -08:00
  • 35537b5f32 Implement breakpoint spans of array destructuring pattern of destructuring assignment Sheetal Nandi 2015-12-22 14:54:21 -08:00
  • 4a963a26c3 initial revision of external module augmentations Vladimir Matveev 2015-12-22 13:21:51 -08:00
  • 9ab9940fd0 Remove unused error for this-type predicates. Nathan Shively-Sanders 2015-12-22 11:48:01 -08:00
  • 7882fd39e7 Merge branch 'master' into allow-type-predicates-as-return-types-only Nathan Shively-Sanders 2015-12-22 11:25:45 -08:00
  • a399208d73 Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution Vladimir Matveev 2015-12-22 11:06:18 -08:00
  • 827fec6cf3 Merge pull request #6200 from Microsoft/reportPreEmitDiagnostics Vladimir Matveev 2015-12-22 09:20:31 -08:00
  • e97118e569 InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces Kagami Sascha Rosylight 2015-12-22 18:30:07 +09:00
  • 39605fe5f8 report pre-emit diagnostics that blocked emit vladima 2015-12-21 21:43:51 -08:00
  • 59ef3da7b7 Merge remote-tracking branch 'refs/remotes/Microsoft/master' Kagami Sascha Rosylight 2015-12-22 14:25:09 +09:00
  • 2fc906ef33 Address PR Yui T 2015-12-21 17:07:18 -08:00
  • 178b2dabfe Add type alias for filewatching callbacks Zhengbo Li 2015-12-21 16:29:04 -08:00
  • 2c4004e258 Merge branch 'fix4867_transpiling' of https://github.com/Microsoft/TypeScript into fix4867_transpiling Yui T 2015-12-21 16:23:57 -08:00
  • 677e080dad Add tests Yui T 2015-12-21 16:23:51 -08:00
  • 7146b4870f Test cases for breakpoints in assingment statement with destructuring Sheetal Nandi 2015-12-21 15:48:26 -08:00
  • a034314a9e Add tests Yui T 2015-12-21 15:45:58 -08:00
  • 681e3543d6 Fix the breakpoint spans of call / new expressions Sheetal Nandi 2015-12-21 15:45:28 -08:00
  • 7785e84926 Merge pull request #6193 from Microsoft/fixUpFromPRs-2015-12-21 Daniel Rosenwasser 2015-12-21 14:27:10 -08:00
  • b262c04e66 Accepted baselines. Daniel Rosenwasser 2015-12-21 13:46:14 -08:00
  • 73de79c68c Added positive test case suggested in #6129. Daniel Rosenwasser 2015-12-21 13:42:24 -08:00
  • 3969b89b23 Fixups for #6163. Daniel Rosenwasser 2015-12-21 13:40:59 -08:00
  • ee50adbc85 Merge pull request #6129 from pimterry/decorator-overload-msg Daniel Rosenwasser 2015-12-21 13:30:46 -08:00
  • adf5290587 Merge pull request #6163 from DanCorder/5810 Daniel Rosenwasser 2015-12-21 13:29:03 -08:00
  • 843bdbb4bd Fix the breakpoints in For Of destructuring Sheetal Nandi 2015-12-21 13:01:21 -08:00
  • c5407a36d6 Test cases for destructuring in For Of statement Sheetal Nandi 2015-12-21 11:53:31 -08:00
  • 39dbad862c Test cases for breakpoint in destructuring of For Initializers Sheetal Nandi 2015-12-21 11:47:57 -08:00
  • 4e702e5771 Implement breakpoints in paramters with destructuring binding pattern Sheetal Nandi 2015-12-21 11:39:05 -08:00
  • c06be3a279 Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution Vladimir Matveev 2015-12-21 09:21:35 -08:00
  • cabe1d678f Fix prefix double underscore with extra underscore Yui T 2015-12-20 16:39:42 -08:00
  • 93a459b405 Merge pull request #6164 from Microsoft/fileList Daniel Rosenwasser 2015-12-19 17:53:52 -08:00
  • 532786801b Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution vladima 2015-12-18 21:13:04 -08:00
  • 66a0f1d2ea Merge pull request #6111 from Microsoft/simplifyAbstractCheck Anders Hejlsberg 2015-12-18 19:09:10 -08:00
  • e93df41f54 Addressing CR feedback Anders Hejlsberg 2015-12-18 19:06:44 -08:00
  • dcd6927483 Merge pull request #6161 from Microsoft/makeExpressionNonOptionalInCaseClause Daniel Rosenwasser 2015-12-18 17:20:31 -08:00
  • 9badf0c026 filelist -> fileList Daniel Rosenwasser 2015-12-18 14:48:35 -08:00
  • aba197cd4b Fix issue #5810 doubled comment on functions in array literals Dan Corder 2015-12-16 23:21:00 +00:00
  • cc5334eb89 Made 'expression' non-optional in 'CaseClause'. Daniel Rosenwasser 2015-12-18 14:06:08 -08:00
  • 1e64f16c05 Merge pull request #6157 from Microsoft/wrongExportInSystem Vladimir Matveev 2015-12-18 11:58:44 -08:00
  • 4a47dfb061 Merge branch 'master' into fix5953_crashJSX Yui T 2015-12-18 11:39:43 -08:00
  • a8f87bb2ca only '++' and '--' unary operators can change exports Vladimir Matveev 2015-12-18 11:21:31 -08:00
  • 2395890268 fix trailing whitespace Rowan Wyborn 2015-12-18 22:25:23 +11:00
  • 9d11f2b3ce Merge branch 'master' into react-factory-option Rowan Wyborn 2015-12-18 21:57:38 +11:00
  • b7f60704bb Initial check in - Support other JSX factories Issue #3788 Rowan Wyborn 2015-12-18 21:56:08 +11:00
  • 22856de23a Merge pull request #6140 from Microsoft/noUnused Daniel Rosenwasser 2015-12-17 23:56:53 -08:00
  • 6b4bc43733 Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution vladima 2015-12-17 22:56:30 -08:00
  • 287b316937 Addressed CR feedback. Daniel Rosenwasser 2015-12-17 22:00:04 -08:00
  • bb1e5ab5ea Merge pull request #6077 from Microsoft/superInObjectLiterals Vladimir Matveev 2015-12-17 21:53:58 -08:00
  • 09d22331a4 Merge pull request #6084 from Microsoft/fix4686_fixrename Yui 2015-12-17 21:52:29 -08:00