mudkip@lemdro.id to Programmer Humor@programming.devEnglish · 9 days agoApple forgot to disable production source maps on the App Store web appfiles.catbox.moeimagemessage-square50linkfedilinkarrow-up143arrow-down12
arrow-up141arrow-down1imageApple forgot to disable production source maps on the App Store web appfiles.catbox.moemudkip@lemdro.id to Programmer Humor@programming.devEnglish · 9 days agomessage-square50linkfedilink
minus-squarechazwhiz@lemmy.worldlinkfedilinkEnglisharrow-up0·9 days agoIsn’t that just effectively un-minified? It’s just the client side code in the first place?
minus-squareCodingCarpenter@lemmy.mllinkfedilinkarrow-up1·9 days agoOnce the code is minified it’s basically unreadable by humans it’s useless this is far more readily available to anybody who may be curious about the work being done
minus-squarelocuester@lemmy.ziplinkfedilinkEnglisharrow-up0·9 days agoNah it’s more complete with comments and all. Here’s a link to a random svelte file: https://github.com/rxliuli/apps.apple.com/blob/main/src/components/pages/SearchResultsPage.svelte
minus-squarelocuester@lemmy.ziplinkfedilinkEnglisharrow-up3·8 days agoThis is why you self host a private Gitea instance and have it auto mirror all of your github repos. I forked it, and my instance automatically grabbed me a forever copy.
minus-squareTeamAssimilation@infosec.publinkfedilinkarrow-up1arrow-down1·9 days agoComments and full-length names make the source way more accessible.
Isn’t that just effectively un-minified? It’s just the client side code in the first place?
Once the code is minified it’s basically unreadable by humans it’s useless this is far more readily available to anybody who may be curious about the work being done
Nah it’s more complete with comments and all. Here’s a link to a random svelte file:
https://github.com/rxliuli/apps.apple.com/blob/main/src/components/pages/SearchResultsPage.svelte
It’s already down.
This is why you self host a private Gitea instance and have it auto mirror all of your github repos.
I forked it, and my instance automatically grabbed me a forever copy.
Comments and full-length names make the source way more accessible.