Caleb Eggensperger
Caleb Eggensperger
Looking at this example from the site:  If I were going to name these colors, I'd probably go: red, orange, yellow, green/chartreuse,...
Tagged tslib versions don't seem to correspond in any obvious way to TypeScript versions. I want to be able to confidently import the right tslib version to work with a...
The noscript tag gives this warning (AX_ARIA_12) if it has aria-hidden. This doesn't make sense, as it's (sometimes) a rendered node. (We are including it so that chromevox doesn't read...
**TypeScript Version:** 2.3.1 **Code** ```ts class FooTask { foo: number; } class BarTask { bar: number; } type taskType = FooTask|BarTask; function createEvent(task: taskType) { if (task instanceof FooTask) {...
# 🐛 bug report @parcel/transformer-mdx is out of date (doesn't support MDX 2.1.1)
With tree shaking, the visualization shows nonsense results that match the pre-shook bundle size, like multiple 600kb files within 300kb bundles.
``` | x | | | |———| | m | ``` m = mouse When the mouse is here, and you click, the error in the part above gets instantly...