Revision 4083b464c1b3e57378f58738f8125597676a1bed authored by TypeScript Bot on 02 September 2022, 16:39:19 UTC, committed by GitHub on 02 September 2022, 16:39:19 UTC
Component commits:
908548ef90 'in' operator shouldn't narrow {} originating in unknown

517777d3ab Add regression test

Co-authored-by: Anders Hejlsberg <andersh@microsoft.com>
1 parent 10870b4
Raw File
.editorconfig

root = true

[{src,scripts}/**.{ts,json,js}]
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
back to top