https://github.com/Microsoft/TypeScript

sort by:
Revision Author Date Message Commit Date
47e5569 Update LKG 25 April 2017, 22:27:55 UTC
9ada915 Merge pull request #15381 from Microsoft/revert15104 Revert #15104 25 April 2017, 22:18:11 UTC
fe0a307 Revert "Treat callback parameters as strictly covariant" This reverts commit 8ae3e050759311d6cef51cc7b5067a5257b7f33c. 25 April 2017, 21:48:06 UTC
96a3c91 Revert "Fix callback types to match covariantly" This reverts commit eebd67f8d53939e63fc54829dffec88f333ff64d. 25 April 2017, 21:47:38 UTC
70bb2d3 Revert "Accept new baselines" This reverts commit 11543d7369b6b0fc594dd0d38b092f0fa66e8075. 25 April 2017, 21:47:26 UTC
3abd0c8 Revert "Add tests" This reverts commit 50f84b12a2ad5fef8294410c2cdfcce35b49a577. 25 April 2017, 21:47:16 UTC
42d6a9c Revert "Check callback return values bi-variantly" This reverts commit 189fc515796a2612874ea7f74226edc0aacc5088. 25 April 2017, 21:46:55 UTC
d581bed Revert "Accept new baselines" This reverts commit 33bc9d161685bf41d0072a566b89226543ad0a63. 25 April 2017, 21:46:43 UTC
cf17be2 Revert "Add another test case" This reverts commit 510bc8196760f9d62b29d2f3e48a8bc6ad0d8d14. 25 April 2017, 21:46:30 UTC
e86512e Revert "Allow callbacks unioned with null and/or undefined" This reverts commit ec35b800e30ec735be8946842fcfa6ef45649a2c. 25 April 2017, 21:46:18 UTC
22647bb Revert "Update tests" This reverts commit 3cda0eac32e265a0f4e4b0814af8b4724bfa889d. 25 April 2017, 21:46:06 UTC
8a85f4a Update LKG 24 April 2017, 18:31:35 UTC
3c3b73e Merge branch 'master' into release-2.3 24 April 2017, 17:56:29 UTC
a0abadb Merge pull request #15320 from Microsoft/fixTypePredicateThisParameter Fix type predicates with this parameters 24 April 2017, 17:44:43 UTC
5783435 Merge pull request #15330 from gcnew/exportConsts Allow exporting const variables when `strictNullChecks` is on 24 April 2017, 17:10:58 UTC
bb8a875 Merge pull request #15050 from YuichiNukiyama/add_headers_iteratableiterator Fix Headers interface 24 April 2017, 16:27:00 UTC
2713501 fix mistake 24 April 2017, 15:02:33 UTC
1fb010e add Symbol.iterator 24 April 2017, 14:42:23 UTC
9c2a74c Update tests 23 April 2017, 16:14:21 UTC
d08960f Allow exporting of consts even if `strictNullChecks` is on 23 April 2017, 16:13:48 UTC
85d4593 Add regression test 23 April 2017, 00:09:20 UTC
e3b4c90 Properly account for 'this' parameter in type predicate checks 23 April 2017, 00:08:52 UTC
a1a2006 Merge pull request #15160 from Microsoft/master-jsxChildren [Master] Type checking JSX children 21 April 2017, 17:02:13 UTC
d190530 Merge pull request #15303 from Microsoft/importTracker_npe Fix null error in importTracker: VariableDeclaration might not have a VariableStatement ancestor 21 April 2017, 16:43:33 UTC
e7e13ec Fix linting 21 April 2017, 16:42:19 UTC
0e08e6e Merge pull request #15284 from HerringtonDarkholme/lib fix #15243: add URLSearchParams to iterable 21 April 2017, 16:23:51 UTC
4ff180d Fix null error in importTracker: VariableDeclaration might not have a VariableStatement ancestor 21 April 2017, 14:55:16 UTC
ab7d5ee add missing methods 21 April 2017, 01:38:55 UTC
54b5635 Update LKG 20 April 2017, 22:19:44 UTC
964dfa6 Merge branch 'master' into release-2.3 20 April 2017, 22:17:55 UTC
8534b43 Add missing compiler options 20 April 2017, 22:11:40 UTC
d6c981b Update LKG 20 April 2017, 21:30:30 UTC
1636a26 Merge remote-tracking branch 'origin/master' into release-2.3 20 April 2017, 21:21:04 UTC
0736d8e Merge pull request #15283 from Microsoft/Fix15237 Return Diagnostic.category from the server 20 April 2017, 21:20:13 UTC
2fe7147 Update LKG 20 April 2017, 21:19:57 UTC
66eb9e3 Merge pull request #15296 from Microsoft/Fix15224 Fix #15224: Add a `source` property on Diagnostic interface 20 April 2017, 21:01:04 UTC
0ff475f Merge remote-tracking branch 'origin/master' into release-2.3 20 April 2017, 20:55:25 UTC
24814ec Merge pull request #15260 from Microsoft/Fix15200 Fix #15200: Query for semantic errors on .js files with '@ts-check' with no config file 20 April 2017, 20:46:52 UTC
5d7c75d Add a source property on Diagnostic 20 April 2017, 20:22:55 UTC
e03be45 Fix spelling and add comment 20 April 2017, 05:42:07 UTC
b7a30c1 Update tests and baselines 20 April 2017, 05:33:54 UTC
e9cd3ad Change how we look up children attribute from react.d.ts 20 April 2017, 05:33:33 UTC
13afdb8 fix #15243: add URLSearchParams to iterable 20 April 2017, 02:20:58 UTC
420908e Change function name and clarify comment 20 April 2017, 00:47:51 UTC
b267492 Merge pull request #15282 from Microsoft/fix15156 Fix captured loop block scope binding in generator 20 April 2017, 00:22:17 UTC
75cdb47 Return Diagnostic.category from the server 20 April 2017, 00:12:20 UTC
6c17613 Fix loop block scope binding in generator 20 April 2017, 00:06:12 UTC
ea64184 Handle rejection in async delegation 19 April 2017, 22:18:31 UTC
3a8c61f check and emit fixes for async iteration 19 April 2017, 22:18:23 UTC
6793466 Merge pull request #15277 from Microsoft/fixAsynxIteration Check and emit fixes for async iteration 19 April 2017, 22:14:42 UTC
571bce5 Emit generated name for unnamed default exported class with decorated members 19 April 2017, 22:12:22 UTC
6f86625 Merge pull request #15278 from Microsoft/revertWeakSetChanges Revert changes to WeakSet definitions adding `object` constraint 19 April 2017, 22:12:15 UTC
43d1677 Merge pull request #15279 from Microsoft/fix14591 Emit name for unnamed default exported class with decorated members 19 April 2017, 22:11:41 UTC
9692737 Emit generated name for unnamed default exported class with decorated members 19 April 2017, 21:53:32 UTC
73142ff Handle rejection in async delegation 19 April 2017, 21:08:46 UTC
552f1d8 Revert changes to WeakSet defitions adding `object` constraint This reverts the changes to WeakSet done in https://github.com/Microsoft/TypeScript/pull/15124 to avoid breaks in existing @types packages like @types/lodash 19 April 2017, 20:55:13 UTC
6749c77 check and emit fixes for async iteration 19 April 2017, 20:22:49 UTC
1d28c88 Merge pull request #15276 from reiner-dolp/master Fixes issues #15275 #10452 19 April 2017, 19:35:26 UTC
e8fd1cf Support project root path for controlling config file searching depth (#15238) * stops at projectRootPath when searching config file * Add tests * Update editorServices.ts Remove extra `true &&` 19 April 2017, 18:42:24 UTC
eb36455 fix issue 15275 19 April 2017, 18:37:37 UTC
bb1f8f1 fix issue 10452 19 April 2017, 18:36:19 UTC
5819402 Merge pull request #15255 from Microsoft/extendCompileOnSave Use base tsconfig's compileOnSave option if tsconfig.json doesnt have it specified 19 April 2017, 17:04:16 UTC
a859399 Merge pull request #15258 from Microsoft/mergeSymbol-uses-first-decl-not-valueDecl mergeSymbol uses first declaration, not valueDeclaration 19 April 2017, 15:47:43 UTC
b8b801b Merge pull request #15268 from Microsoft/rm_goToImplementation Remove unused file 19 April 2017, 14:24:59 UTC
0e06793 Remove unused file 19 April 2017, 14:07:16 UTC
77e96b6 Update LKG 19 April 2017, 01:10:04 UTC
ff643f2 Merge branch 'master' into release-2.3 19 April 2017, 00:59:47 UTC
35024b4 Fix lint errors 18 April 2017, 23:20:29 UTC
8c33a79 Do not query for bind errors if skipLibCheck or skipDefaultLibCheck is set 18 April 2017, 23:19:58 UTC
92d592c Update logic for shouldSkipSemanticCheck to allow for quering semantic errors for JS files with @ts-check 18 April 2017, 23:19:28 UTC
eba15f4 Test:type alias merged w/interface-namespace errors Previously it crashed when it assumed valueDeclaration was always defined. 18 April 2017, 23:19:05 UTC
effa032 mergeSymbol error uses first decl not valueDecl Previously it assumed valueDeclaration was present, which is not true for type aliases. 18 April 2017, 23:18:27 UTC
f6324e7 Add tests 18 April 2017, 23:18:13 UTC
2e43c86 Merge pull request #15257 from Microsoft/unknown-properties-are-assignable-to-Object-in-union Unknown properties are assignable to `Object` in union 18 April 2017, 22:21:46 UTC
8ab2221 Test:Unknown properties are assignable to Object in union Add test and accept baselines 18 April 2017, 21:58:27 UTC
adefdc7 Unknown properties are assignable to Object unions For the last week or so they have been treated as excess properties when assigning to a union type containing Object, but not when assigning directly to Object type. 18 April 2017, 21:56:11 UTC
6de4693 Merge pull request #15240 from Microsoft/fixCrashFindingLocals Check if container has locals before looking up properties 18 April 2017, 21:40:26 UTC
e6ecfa4 Merge pull request #15229 from Microsoft/Fix15220 Fix #15220: Check for file on diagnostics before getting line map 18 April 2017, 21:39:54 UTC
3f7b53e Use base tsconfig's compileOnSave option if tsconfig.json doesnt have it specified Fixes #13910 18 April 2017, 21:10:58 UTC
835b128 Don't use 'yield' as an identifier 18 April 2017, 20:27:58 UTC
4ac48c6 Fix yield* as well 18 April 2017, 20:27:45 UTC
c251f41 yield in async generator should implicitly unwrap operand 18 April 2017, 20:27:28 UTC
2ca1de5 Merge pull request #15241 from Microsoft/fix15205 Yield in async generator should implicitly unwrap operand 18 April 2017, 20:25:20 UTC
e36d8d5 Merge pull request #15239 from Microsoft/typeof-can-refer-class-before-declaration Typeof can refer to block-scoped values before declaration 18 April 2017, 20:12:28 UTC
cef42c9 Merge pull request #15104 from Microsoft/covariantCallbacks Covariant checking for callback parameters 18 April 2017, 18:35:21 UTC
fabf5d8 findAncestor:single callback returns boolean|"quit" Previously there was a 'found' callback and a 'quit' callback. 18 April 2017, 18:17:07 UTC
60fe5a8 Merge pull request #14886 from Microsoft/fallthrough Lint for fallthrough in switch 18 April 2017, 16:58:23 UTC
455492d Merge branch 'master' into fallthrough 18 April 2017, 16:48:21 UTC
0a77bd2 Merge pull request #15242 from basarat/patch-1 export interfaces for exported members 18 April 2017, 16:31:07 UTC
1f4d5e8 Merge pull request #15244 from trustedtomato/patch-1 Fix downloads badge (0/month) 18 April 2017, 15:39:41 UTC
50e1f41 Fix downloads badge (0/month) 18 April 2017, 10:05:43 UTC
3721478 export interfaces for exported members 18 April 2017, 00:51:08 UTC
64e2c29 Don't use 'yield' as an identifier 18 April 2017, 00:31:54 UTC
b038d28 Merge pull request #15013 from aozgaa/tripleEquals enforce triple-equals 18 April 2017, 00:08:34 UTC
5dca7cc Fix yield* as well 17 April 2017, 23:37:48 UTC
b7c416c Check if container has locals before looking up properties 17 April 2017, 23:26:49 UTC
cbbf6f8 Merge branch 'master' into tripleEquals 17 April 2017, 22:57:51 UTC
3739216 Merge branch 'master' into typeof-can-refer-class-before-declaration 17 April 2017, 22:30:16 UTC
aaf861a Remove TODO from test now that it's done 17 April 2017, 22:25:36 UTC
42ac23a Test: typeof can refer to block-scoped var before declaration 17 April 2017, 22:20:36 UTC
back to top