Jon Koops
Jon Koops
I think what I am saying is being misinterpreted a bit. I am _not_ proposing we add a dependency to Leaflet to do this. What I am proposing is that...
At this point all LTS versions of NodeJS fully support the ECMAScript module syntax. Popular tooling is optimized for it as it supports static analysis, which is notoriously hard for...
> I doubt this is an option. As you cannot require() an ESM module from a CommonJS module. So this will be a major BC break. If we are are...
> If you wanna use pure ESM version, you can use `lodash-es`. I think it would make more sense to ship a single package (even with both CommonJS and ESM)....
@jdalton feel free to ping me anywhere that work is going on, I'd love to help out.
React 18 has now officially been released: https://reactjs.org/blog/2022/03/29/react-v18.html
We now allow you to [register](https://github.com/keycloak/keycloak-nodejs-admin-client/blob/de027818f7faaf66c8ac8bbd219c9ca18677a6dd/src/client.ts#L100-L106) a `TokenProvider`, which should be allow you to provide an access token to the Admin Client used for requests. You can see an example...
Can we get someone assigned to this so we can get this work merged? We have a related PR on the UI side that we'd like to get in after...
You can use another client compatible with OpenID Connect, I've heard people having success with [`oidc-client-ts`](https://github.com/authts/oidc-client-ts). Keycloak JS is overdue for a good re-write, but we currently have more important...
Another idea, now that ESM is widely supported in all versions of Node.js. Why not drop CommonJS compatibility and remove the build step entirely?