http://jmlweb.es
Esto debería saberlo todo el mundo: el bastón rojo y blanco es el distintivo internacional para las personas con sordoceguera, indicando que no pueden ver ni oír.
Ayuda difundiendo 🧑🏼🦯🙏🏼
Esto debería saberlo todo el mundo: el bastón rojo y blanco es el distintivo internacional para las personas con sordoceguera, indicando que no pueden ver ni oír.
Ayuda difundiendo 🧑🏼🦯🙏🏼
*TOC is the acronym for "OCD" in Spanish
*TOC is the acronym for "OCD" in Spanish
Programa como si esa persona fueras tú mismo en seis meses. Spoiler: Lo serás.
Programa como si esa persona fueras tú mismo en seis meses. Spoiler: Lo serás.
```
--u: 5em;
grid-template-columns: repeat(auto-fit, minmax(var(--u), 1fr))
```
It's now possible! Using registered #CSS vars, the tan division hack and container query units! Here's a little test on @codepen.io: codepen.io/thebabydino/...
```
--u: 5em;
grid-template-columns: repeat(auto-fit, minmax(var(--u), 1fr))
```
It's now possible! Using registered #CSS vars, the tan division hack and container query units! Here's a little test on @codepen.io: codepen.io/thebabydino/...
Is it modern software or is it a bunch of angry raccoons taped together?
Is it modern software or is it a bunch of angry raccoons taped together?
It matches Node's built-in TypeScript support, guiding users away from...
TS-only runtime features
❌ enum
❌ namespace
❌ parameter properties
❌ import x =
Legacy type features
❌ <> type assertions
Remember: TS = JS + Types 💙
🔶 "nodenext" gets require(ESM)
🔶 "nodenext" deprecates Import Assertions
🔷 --erasableSyntaxOnly flag for Node
🔷 Granular return checks
🔷 DTS: Computed property name preservation
🔷 Perf: --libReplacement flag
🔷 Perf: Program load optimizations
✅ Better Checks on return expressions
✅ Support for require(esm) in --module nodenext
✅ --libReplacement to speed up program loading
✅ --erasableSyntaxOnly
and more! Try it today!
devblogs.microsoft.com/typescript/a...
It matches Node's built-in TypeScript support, guiding users away from...
TS-only runtime features
❌ enum
❌ namespace
❌ parameter properties
❌ import x =
Legacy type features
❌ <> type assertions
Remember: TS = JS + Types 💙