Rob Palmer

Results 18 issues of Rob Palmer

The [`@deprecated` ](https://github.com/microsoft/tsdoc.org-website/blob/master/pages/tags/deprecated.md#usage) tag says >It recursively applies to members of the container. For example, if a class is deprecated, then so are all of its members. From the specification,...

A minor observation is that the "optimized" build outputs as an IIFE rather than an ES module. https://github.com/GoogleChromeLabs/samples-module-loading-comparison/blob/master/gulpfile.js#L186 I wonder if this was on-purpose? Actually my real question is: do...

Add some guidance on how to best make use of the TCQ "Temperature Check" feature.

The four classes of metric for assessing completion are not easy to understand unless you go to [the website](https://stc.dudy.dev/) and read the definition. Especially in [tweet form](https://twitter.com/dudy_kr/status/1619532895219253249) for newcomers. -...

There's a case where a TLA module and a non-TLA module both dynamically import the same TLA leaf-node module. This fails on JSC but passes on V8 and SM. So...

I love this app! One thing that made the UI a bit jarring was that, in dark (pitch black) mode, there is no white line to separate the navigation footer...

bug
design

Clarify that "keep_infinity" compress option is only useful for older versions of Chrome. The initial performance assessment that concluded `Infinity` was faster than `1/0` was based on Chrome 57. https://github.com/mishoo/UglifyJS2/pull/1723#issuecomment-290122814...