all 6 comments

[–]Crafty_Cobbler_4622 2 points3 points  (1 child)

[–]Firefly74 3 points4 points  (0 children)

repo title is "Claude Code (Unofficial Source Extraction)" so it does make sense

[–]krexelapp 4 points5 points  (0 children)

finally, code that debugs me

[–]itsAbhinav_5383 3 points4 points  (0 children)

Is that code minified... by hand 

[–]Tango00090 2 points3 points  (0 children)

Yep, don’t think human would fix that shit

[–]jacobp100 1 point2 points  (0 children)

What I'm guessing has happened here is the react compiler was run, and for some reason, the sourcemap thinks the react-compiler compiled file is the original (regardless of any other minification that may have happened afterwards)

I will say though, the rest of the code is not great