Commits
User selector
Commit History
Commits on Aug 20, 2020
Commits on Aug 19, 2020
Fixes crash on chained property access on require (#40135)
Show description for 55ca5e9authored- authored
Commits on Aug 17, 2020
Alias for commonjs require in JS (#39770)
Show description for c3d41bbauthored
Commits on Aug 12, 2020
Avoid the double-symbol trick for enums
Show description for 620e260committed
Commits on Aug 11, 2020
No this-property assignments in TS (#40009)
Show description for d371ae7authored
Commits on Aug 10, 2020
fix export * as default syntax (#39803)
Show description for a80f60cauthoredBind alias ThisProperty assignment declarations (#39908)
Show description for 1ec71f0authored
Commits on Aug 1, 2020
In JS declaration emit, move imports painted in nested contexts to the root private context (#39818)
Show description for 9498978authored
Commits on Jul 30, 2020
Commits on Jul 29, 2020
- committed
Fix this-parameter emit for JSDocFunction types (#39814)
Show description for 9b2d487authored
Commits on Jul 27, 2020
Undo accidental change from #39772 (#39779)
Show description for 1f1521cauthoredAdd contextual type for generator return type (#39772)
Show description for 68ba670authored
Commits on Jul 24, 2020
Lower priority for speculative variadic tuple inferences (#39723)
Show description for c5d21e7authored
Commits on Jul 22, 2020
Fix 31995: make cached key more precise to avoid returning wrong cached value. (#39670)
Show description for 8a05707authored
Commits on Jul 16, 2020
Support variadic tuple inference from trailing optional to non-optional (#39614)
Show description for db79030authored
Commits on Jul 15, 2020
Commits on Jul 13, 2020
Merge branch 'master' into fix37113
Show description for 5ad8532committedDon’t create expando declarations on alias symbols (#39558)
Show description for 583bd92authored
Commits on Jul 10, 2020
Fix @param type parameter lookup (#39532)
Show description for 3b107feauthored
Commits on Jul 8, 2020
- authored
Type `this` in more constructor functions (#39447)
Show description for 53a756eauthored- committed
Commits on Jul 7, 2020
Properly handle rest parameters in function declarations with @type annotations (#39473)
Show description for 8c6b858authoredEnsure type/namespaceish statics are included in the list of namespace merge members (#38920)
Show description for d2b32b4authored- authored
Parse *= separately in types (#39457)
Show description for 9a65658authored
Commits on Jul 6, 2020
In JS, assignment to `void 0` isn't a declaration (#39452)
Show description for 0d84f21authored
Commits on Jul 2, 2020
Commits on Jun 30, 2020
Infer implied arity before inferring from 'this' argument (#39328)
Show description for 784396cauthored