Peter van der Zee
Peter van der Zee
Picture, thousand words, go:  I know there's a flag (docs don't mention it, only updates do) to disable them, but I'd really just like to have the blue color...
`abbandoned` => `abandoned`
Use case would be a big switch where you want to see stats from. Right now you have to hover over each case for the title. But with such template...
``` js if (x); else if (y) { haha } else ; ``` the transformation will cause `unexpected token else` ``` js { $statement$(0, 0); if ($expression$(0, 3, (x)))$statement$(0, 5);...
If you were watching some functions and want to refresh to update the code, the view should jump back to that functions and not stick to the top.
Allow requirejs (and other module based) projects to be profiled. I'm sure I can hack requirejs to do what I want...
That way you can integrate heatfiler in a build process. This means you would not have to do the translation at runtime (still have to include heatfiler of course, but...
How should I tackle cross iframe profiling? Like cobro.... Since everything uses localstorage it shouldn't be a huge problem. The only catch seems to be that it needs to include...
The spec in https://github.com/estree/estree/blob/master/es2020.md states > bigint property is the string representation of the BigInt value. It doesn't include the suffix n. Should this represent the source text or a...
Looks like an internal error on the following query (went sent raw, untransformed): ``` SELECT COUNT(1) FROM ( SELECT c.name FROM c WHERE c.name = 'READY' ) AS c ```