2 रिपॉजिटरी
Character-level mappings specifically for JavaScript source files and their transformed counterparts.
Distinct from Source Code Mapping: Focuses on JavaScript-specific source mapping rather than general log-to-source mapping.
Explore 2 awesome GitHub repositories matching development tools & productivity · JavaScript Source Maps. Refine with filters or upvote what's useful.
Recast is a JavaScript AST parser and printer designed for automated code refactoring. It converts source code into abstract syntax trees that can be modified and then printed back into source code. The project focuses on formatting-preserving transformations, storing original whitespace and indentation metadata within syntax tree nodes to reconstruct code without losing its original layout. It also generates character-level source maps to maintain precise correspondences between original input and transformed output. The toolkit includes utilities for syntax tree manipulation using a visito
Generates precise character-level source maps specifically for transformed JavaScript files.
source-map-explorer एक सोर्स मैप बंडल एनालाइज़र है जो बंडल की गई JavaScript फाइल्स के स्पेस उपयोग को विज़ुअलाइज़ करता है। यह एक बंडल साइज ऑडिटर और विज़ुअलाइज़र के रूप में कार्य करता है, जो यह पहचानने के लिए सोर्स मैप्स का उपयोग करता है कि कौन से मूल मॉड्यूल्स और फाइल्स प्रोडक्शन बंडल के भीतर सबसे अधिक जगह घेरते हैं। यह टूल बंडल संरचना को रिप्रेजेंट करने के लिए एक इंटरैक्टिव ट्री-मैप बनाता है और वास्तविक नेटवर्क ट्रांसफर लागत का अनुमान लगाने के लिए कंप्रेस्ड gzip साइज की गणना करता है। यह अप्रयुक्त कोड सेगमेंट की पहचान करने के लिए सोर्स मैप्स पर निष्पादन डेटा को ओवरले करके एक कोड कवरेज मैपर के रूप में भी कार्य करता है जिन्हें टाला या विभाजित किया जा सकता है। यूटिलिटी फाइल लेबल्स को सरल बनाने के लिए रेगुलर एक्सप्रेशन्स के माध्यम से पाथ सैनिटाइज़ेशन के लिए क्षमताएं प्रदान करती है और विश्लेषण परिणामों को HTML, JSON, या TSV फॉर्मेट्स में निर्यात करने का समर्थन करती है।
Identifies which original source files occupy the most space within minified JavaScript bundles using source maps.