Sultan

Results 53 comments of Sultan

@rniwa `NodeTemplatePart` seems to be tightly linked to shadow dom and template instantiation; how would you use `NodeTemplatePart` to replicate the proposed?

On the issue of `return (type);` that should be a non-issue since try... is always coupled with a secondary block? Throwing other suggestions on the wall: ```js try { yield...

Not sure if this is related: But the keyboard shortcut for "window > zoom" doesn't work on osx if you set one. Preview.app as an example of how this works.

System Preferences > Keyboard > Shortcuts > App shortcuts

It is currently possible through the non-shortcut method of zooming the window but it expands to fullscreen(width/height) with the black background taking up the reset of the horizontal space in...

@developit There's also `.textContent = null` which should be faster and works like `.innerHTML` in this use case(remove all children).

Would `set` follow in the steed of `Map` and `WeakMap` with regards to returning the array object instead of the value... In retrospect some regard this as an over-site that...

It could also mean we could reuse selectors, properties and property values. i.e ```css body { color: red; } h1 { color: red; } ``` Would produce ```js HEAP =...

Yes gzip might make the KB benefit a hard sell but It should improve the memory that the runtime JS VM has to allocate and code it has to parse.

WIP of a compiler that produces this from css strings. [https://rawgit.com/thysultan/stylis.js/master/plugins/bytecode/tests/index.html](https://rawgit.com/thysultan/stylis.js/master/plugins/bytecode/tests/index.html)