RSSAmplifier

Blog

green.sapphi.red

A blog by sapphi-red.

green.sapphi.redRSS feed ↗4 posts

Latest posts

How Variable Mangling Works in Oxc Minifier

🌐 この記事を日本語で読む This article explains how variable mangling works in Oxc Minifier . What is variable mangling? First, let's explain what variable mangling is. Variable mangling is a type of minification that reduces code size by replacing variable names with shorter ones. For example, it transforms this code: js const foo = 1 export function bar ( baz ) { return foo + baz } into: js const a = 1…

Local Server Security Best Practices

Addressing Source Code Leaks Across the Ecosystem – A Retrospective

Increasing Vite's potential with the Environment API