Michael
Michael
This lib is mine and can be used with both: Node and in a browser, depends of chosen es-module and config. Now it's only client-side (node and browser), but will...
It would be much better if it is highlighted. I would love you more.
input: ``` console.log("Hello world!"); var a = {t: 42} function getT(a,b,c) { return a.b*c } console.log(getT({b: 96}, 2, 3)) ``` passed to gcc results in: 
Hi! Seems that it's OK for a small customisable lib out here, but what about websockets? Would they being redirected the same way? Thank you!
I want to use css preprocessor, therefore I have to use custom minifier function, where the last call would be to `minify.minifyHTMLLiterals`. How about making a special function, that accepts...
Hi, Dmitry! Seems, that the lib lacks easy standard then/catch along with implemented success/error aliases. Maybe add?.. Also, we can use somehow native promises if supported to enable also async/await...
I'm going to implement basic methods such as lines, ellipses and so, using existing low-level manipulation next week. If somebody wants to do the same, please, welcome to the branch:...
This issue is like TODO and random-access roadmap in one to transform problems and suggestions to the code. "opt-in" features should be totally optional and tree-shakeable. The list is subject...
Hi! On one of my PCs it does not work without any noticeable reason: 
Hi. This proposal looks like hard mixing of two different and distinct ideas: immutability and tuples. The last could be used in functions to return more that one value, for...