awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesJavaScript Source Maps

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.

Awesome JavaScript Source Maps GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • benjamn/recastbenjamn का अवतार

    benjamn/recast

    5,246GitHub पर देखें↗

    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.

    TypeScript
    GitHub पर देखें↗5,246
  • danvk/source-map-explorerdanvk का अवतार

    danvk/source-map-explorer

    3,930GitHub पर देखें↗

    source-map-explorer एक सोर्स मैप बंडल एनालाइज़र है जो बंडल की गई JavaScript फाइल्स के स्पेस उपयोग को विज़ुअलाइज़ करता है। यह एक बंडल साइज ऑडिटर और विज़ुअलाइज़र के रूप में कार्य करता है, जो यह पहचानने के लिए सोर्स मैप्स का उपयोग करता है कि कौन से मूल मॉड्यूल्स और फाइल्स प्रोडक्शन बंडल के भीतर सबसे अधिक जगह घेरते हैं। यह टूल बंडल संरचना को रिप्रेजेंट करने के लिए एक इंटरैक्टिव ट्री-मैप बनाता है और वास्तविक नेटवर्क ट्रांसफर लागत का अनुमान लगाने के लिए कंप्रेस्ड gzip साइज की गणना करता है। यह अप्रयुक्त कोड सेगमेंट की पहचान करने के लिए सोर्स मैप्स पर निष्पादन डेटा को ओवरले करके एक कोड कवरेज मैपर के रूप में भी कार्य करता है जिन्हें टाला या विभाजित किया जा सकता है। यूटिलिटी फाइल लेबल्स को सरल बनाने के लिए रेगुलर एक्सप्रेशन्स के माध्यम से पाथ सैनिटाइज़ेशन के लिए क्षमताएं प्रदान करती है और विश्लेषण परिणामों को HTML, JSON, या TSV फॉर्मेट्स में निर्यात करने का समर्थन करती है।

    Identifies which original source files occupy the most space within minified JavaScript bundles using source maps.

    TypeScript
    GitHub पर देखें↗3,930
  1. Home
  2. Development Tools & Productivity
  3. Source Code Mapping
  4. JavaScript Source Maps

सब-टैग एक्सप्लोर करें

  • Bundle Space AnalysisAnalyzing the spatial distribution of original source files within a minified bundle using source map data. **Distinct from JavaScript Source Maps:** Moves from the general mapping technology (Source Maps) to the specific application of analyzing space usage within bundles.