Files
TypeScript/src/compiler
Nathan Shively-Sanders 8ae7c6c227 Fix type predicate index in error reporting
Previously type predicate error checking didn't take the `this`
parameter into account when checking for errors. This led to spurious
errors. Note that it's not feasible to change the initial value of
`parameterIndex` because several checks refer to the original
declaration, for example to make sure that a type predicate doesn't
refer to a rest parameter.
2017-08-09 15:43:47 -07:00
..
2017-08-01 22:10:12 +02:00
2017-08-02 20:13:43 +02:00
2017-07-18 10:38:21 -07:00