3 Repos
Formatting options for minified output to improve human readability through controlled layouts and naming.
Distinct from Code Minifiers: Focuses on the formatting output of the minifier rather than the reduction process itself.
Explore 3 awesome GitHub repositories matching web development · Pretty Printing. Refine with filters or upvote what's useful.
This project is a JavaScript optimizer, minifier, module bundler, transpiler, and static analysis tool. It provides a compilation pipeline designed to shrink file sizes and improve runtime performance. The system utilizes a multi-pass compilation process to perform dead code elimination, global name mangling, and static type inference. It identifies unreachable functions and unused variables to reduce the final output size and detects potential runtime errors without executing the code. The tool manages assets through dependency resolution, code chunking, and bundle management. It ensures co
Controls the visual layout of compiled code using pretty-printing to improve human readability.
SVGOMG is a browser-based SVG minification tool that applies SVGO transformations entirely on the client side. It processes SVG files in a Web Worker to keep the user interface responsive, then displays the original and optimized file sizes side by side, including gzipped size estimates. The tool provides a live preview of the optimized SVG markup, rendered directly in the browser for immediate visual feedback. Users can configure which SVGO optimization plugins are enabled or disabled, set numerical precision for coordinates and transforms, and optionally pretty-print the output. Multiple op
Applies optional indentation and line breaks to optimized SVG output for readability.
Dieses Projekt ist eine spezialisierte Browser-Debugging-Schnittstelle, die darauf ausgelegt ist, DOM-Elemente, Netzwerk-Traffic und JavaScript-Ausführung zu überwachen. Sie bietet eine clientseitige Benutzeroberfläche zum Inspizieren und Debuggen von Webanwendungen, was die Echtzeit-Modifikation von CSS-Styles und die Untersuchung der JavaScript-Runtime ermöglicht. Das Toolkit enthält dedizierte Analysetools für WebAssembly, inklusive Disassembly-Highlighting, Scope-Inspektion und Profiling der binären Ausführung. Es bietet zudem einen Netzwerk-Traffic-Inspektor zur Analyse von HTTP-Anfragen und einen CSS-Style-Editor zum Testen von Eigenschaften und At-Rules. Das System deckt ein breites Spektrum an Funktionen ab, einschließlich DOM-Baum-Modifikation, Frontend-Performance-Profiling mit CPU-Throttling und Service-Worker-Debugging. Es handhabt zudem das Management von Quellressourcen, wie das Mapping von Netzwerk-Assets auf lokale Dateien und das Pretty-Printing von minifiziertem Code, während es Multi-Language-Lokalisierung unterstützt. Das Projekt ist in TypeScript entwickelt und verwendet eine komponentenbasierte Architektur mit On-Demand-Modulladen.
Generates formatted versions of minified script resources to improve readability during debugging.