5 Matching Annotations
- Oct 2024
-
devblogs.microsoft.com devblogs.microsoft.com
-
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.
-
- Mar 2022
-
developer.mozilla.org developer.mozilla.org
-
The HTMLLabelElement.htmlFor property reflects the value of the for content property.
-
- May 2021
-
github.com github.com
-
fetch: fetcher
Personally, I don't like how the local/custom/wrapper version of
fetch
is calledfetcher
. I feel like{prefix}_fetch
orfetch_{prefix}
would have been better.
-
- Oct 2020
-
github.com github.com
-
There is zero relationship between sirv.com and this module or its author.
Tags
Annotators
URL
-
- Sep 2020
-
github.com github.com
-
So that you can insert variables in your code without worrying if they clash with existing variable names.
Tags
Annotators
URL
-