advanced-typescript icon indicating copy to clipboard operation
advanced-typescript copied to clipboard

new topics to cover

Open tcodes0 opened this issue 5 years ago • 6 comments

  • [x] as const
  • [x] exhaustive switch compile time checks using never
  • [ ] ReturnType, ArgType0, ArgType1, function utilities etc...
  • [x] #16
  • [x] optional chaining
  • [x] nullish coalescing
  • [x] readOnly
  • [x] Top-Level await
  • [ ] assertion functions
  • [x] Pick
  • [ ] #15

tcodes0 avatar Aug 17 '20 18:08 tcodes0

Added as const examples.

imteekay avatar Aug 17 '20 23:08 imteekay

Added readonly examples.

imteekay avatar Aug 18 '20 13:08 imteekay

Added optional chaining example.

imteekay avatar Aug 18 '20 22:08 imteekay

Added nullish coalescing examples.

imteekay avatar Aug 18 '20 22:08 imteekay

awesome :D I can help with exhaustive switch compile time checks using never see #10

tcodes0 avatar Aug 18 '20 22:08 tcodes0

Added Pick example.

imteekay avatar Aug 24 '20 10:08 imteekay