Goffert van Gool

Results 5 issues of Goffert van Gool

When using @web/polyfills-loader with Node version 17.x you will run into this problem: ``` [!] (plugin @web/rollup-plugin-html-multi-output-1) Error: error:0308010C:digital envelope routines::unsupported Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at...

With each TemplateInstance now tracking a parent and before- and after- siblings, there's some duplication going on between the TemplateInstance constructor and the NodePart constructor. The logic for determining the...

A solution for ShadyCSS is needed. It is probably fine to build it in by default; and process all Templates through the ShadyCSS processor if it is present. Some combination...

enhancement
compatibility

Currently `previousValue` is used in the individual `_render` helpers, but set globally in the `render` function. It doesn't work as intended for `_renderPrimitive`, and there are some other issues. It...

enhancement

There are some bugs with rendering Promises. If a NodePart renders a Promise, then another value (any other), and then the first Promise again, it will not do anything when...

bug