Mark Molinaro

Results 14 comments of Mark Molinaro

Actually a simpler case: ``` type C = string | null; const C1: C = null as C; const y: string = C1; ``` does not yield any changes. Perhaps...

Hi @alexander-akait - one perf issue we are facing in our larger project is the `stats.toJson()` call. I am using the below patch, and everything seems to be working just...

Thanks @sokra - mind publishing a new version w this change?

Perhaps worth noting that inline comments have been confirmed to be supported and are now included as an example in the docs https://docs.github.com/en/enterprise-cloud@latest/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners (search for inline)