cljs-dev

thheller 2024-10-17T07:29:12.727529Z

yikes, I never noticed that the Closure Compiler README was updated. https://github.com/google/closure-compiler/tree/master?tab=readme-ov-file#important-caveats some kinda concerning stuff in there.

👀 4
dnolen 2024-10-17T17:33:57.116519Z

it makes sense to me, de-scoping and to be honest it was clear to me that stuff wasn't actively being worked on. I think they tried a lot of things, but just lowering to old-school Closure was the simplest in the end.

thheller 2024-10-17T07:29:32.366919Z

• Support for the import and export syntax added in ES6 is not actively maintained. I thought that was for sure fully supported and maintained

thheller 2024-10-17T07:30:23.203249Z

I mean nothing really new there, but still I guess they dropped all ambitions to support more stuff

quoll 2024-10-29T19:42:25.854039Z

I, for one, am happy that this is happening. It gives us scope to modify or update things as appropriate for ClojureScript, without needing to rely on an upstream project that never updated.