Nyi Nyi Lwin

Results 7 issues of Nyi Nyi Lwin

https://playground.solidjs.com/?hash=-2049818704&version=1.4.1

This fixes a bug where we generate ref assignment `props.ref = ` or anything that is assignable (left value) which was also wrongly followed it in dom-expressions `client.js` (by me).

## Summary Opening this up just for the idea. I initially used a separate `const ErrorHandled = Symbol()` but changed to `ERROR`. fixes https://github.com/solidjs/solid/issues/1895 IMO, `catchError` should work like one...

fixes https://github.com/solidjs/solid/issues/2313

@jspm/generator still uses node `crypto` even if `integrity` isn't supplied so currently added polyfill. We don't need `integrity` here so, the alternatives are 1. fix it upstream 2. patch (`pnpm...

fixes https://github.com/solidjs/solid/issues/2357

This PR attempts to find a happy path to render without destroying unknown nodes as seen in https://github.com/ryansolid/dom-expressions/issues/337 I also added a playground to easily test the changes in the...