5 Matching Annotations
  1. Oct 2024
    1. This is a bit awkward since TypeScript already defines its own thing called Iterator purely for type-checking. So due to this unfortunate name clash, TypeScript needs to introduce a separate type to describe these native/built-in iterable iterators.
  2. Mar 2022
  3. May 2021
  4. Oct 2020
  5. Sep 2020
    1. So that you can insert variables in your code without worrying if they clash with existing variable names.