9 Repos
Using source maps to link processed or transformed code back to the original source lines for reporting.
Distinct from Source Code Mapping: Focuses on resolving coverage data from transformed code back to the original source using map files, not just general log mapping
Explore 9 awesome GitHub repositories matching development tools & productivity · Source Map Resolution. Refine with filters or upvote what's useful.
Picturefill is a responsive image polyfill that adds support for the picture element, srcset, and sizes attributes in browsers that lack native implementation. It emulates the picture element with source media queries and format fallbacks, providing responsive image selection based on viewport size and device pixel ratio. The polyfill reevaluates responsive image sources after dynamic DOM changes to keep displayed images correct, and delivers alternative image formats like WebP with automatic fallback to standard formats in unsupported browsers. It also conserves bandwidth by selecting smalle
Parses srcset and sizes attributes to compute effective widths and densities, then picks the optimal source using a greedy selection strategy.
Highlight is a full-stack observability platform and monitoring system that aggregates logs, errors, and distributed traces to provide a unified view of application health. It functions as a distributed tracing system, an error monitoring service, and a session replay tool. The platform is available as a dockerized monitoring stack for self-hosted deployments on Linux. It distinguishes itself by combining backend observability with a visual recording system that captures document object model changes and network requests to replay user interactions. The system covers several core capability
Implements a build-pipeline mechanism to upload mapping files for translating minified stack traces into readable source code.
nyc is a JavaScript code coverage tool and command-line interface that instruments source files to track the execution of lines, branches, and functions during test runs. It acts as a wrapper for Node.js test runners, intercepting the module loading process to collect coverage data. The tool functions as a coverage data merger and build gating tool, allowing users to combine results from multiple independent test runs or child processes into a single unified report. It can automatically fail the build process if code coverage percentages fall below defined minimum thresholds. The project sup
Preserves source maps during code rewriting to map coverage data from transpiled TypeScript or ES2015+ back to original lines.
vue-loader ist ein Webpack-Loader, der Single-File-Vue-Komponenten in ausführbare JavaScript-Module für den Browser kompiliert. Er fungiert als Compiler, der Templates, Styles und Skripte aus einer einzigen Datei in ein gebündeltes Modul aufteilt und Templates in optimierte JavaScript-Render-Funktionen für Client- und Serverumgebungen umwandelt. Das Projekt bietet ein System zum Routing von Style-Blöcken durch spezialisierte CSS-Loader, um ein Scoped- und isoliertes Komponenten-Styling zu ermöglichen. Es enthält zudem ein Entwicklungs-Utility für Hot-Module-Replacement, das Komponenten im Browser in Echtzeit aktualisiert, ohne den Anwendungszustand zurückzusetzen. Das Tool verwaltet die Transformation von Komponenten-Quelldateien und behandelt statische Assets, auf die in Templates oder Styles als Modulabhängigkeiten verwiesen wird. Es unterstützt eine typsichere Entwicklung durch die Verarbeitung von TypeScript-Ausdrücken innerhalb von Templates und bietet Source-Mapping, um kompilierten Code mit den ursprünglichen Quellpositionen zu verknüpfen.
Links compiled code back to the original source using source maps and line offsets for debugging.
Dieses Projekt ist ein Browser-Entwicklertool zur Untersuchung von JavaScript-Ausführung, Netzwerkverkehr und Seitenlayouts. Es fungiert als JavaScript-Debugger und Chrome DevTools Protocol Debugger, um den Status einer Web-Engine zu verwalten und Logikfehler in Webanwendungen zu identifizieren. Die Suite bietet spezialisierte Dienstprogramme für Web-Performance-Profiling, einschließlich der Erkennung von Speicherlecks und der Analyse von Verarbeitungsengpässen. Zudem enthält sie einen Netzwerkverkehrs-Analysator zur Fehlerbehebung bei API-Aufrufen sowie einen Browser-Speichermanager zur Modifikation von Cookies, Cache und lokalen Datenbankeinträgen. Zusätzliche Funktionen umfassen die Analyse von Webseiten-Layouts, die Emulation mobiler Geräte zur Überprüfung responsiver Darstellungen sowie die Überwachung von Anwendungsprotokollen. Das Toolset unterstützt Source-Map-Auflösung, um kompilierten Code mit den Originaldateien zu verknüpfen, und ermöglicht die Anbindung externer Editoren.
Maps minified or compiled JavaScript back to original source files for accurate line-by-line debugging.
This project is an edge computing development toolkit and serverless command line interface used to develop, test, and deploy serverless functions to a global edge network. It serves as an edge runtime bundler and resource orchestrator, managing the entire lifecycle of edge projects from local development to worldwide distribution. The toolkit distinguishes itself through distributed workflow management, coordinating stateful instances and the durable execution of long-running processes across the edge. It also provides specialized integrations for edge AI, including the management of vector
Provides mechanisms to upload source maps to translate minified production stack traces back to original code.
Uptrace is an OpenTelemetry-based observability platform designed to collect, store, and analyze distributed traces, metrics, and logs. It functions as a centralized logging backend, a distributed tracing system, and a metrics engine to monitor application performance and system health. The platform is distinguished by AI-powered operational capabilities, allowing users to query telemetry data and manage monitoring dashboards using natural language. It specifically includes specialized monitoring for generative AI pipelines, tracking token usage and response quality for LLM interactions and r
Provides API and bundler plugin support to store source maps for accurate stack trace resolution.
stacktrace.js is a JavaScript library designed for generating and parsing detailed function call stacks from error objects across different web browsers. It functions as a stack trace parser and error instrumentation utility that captures execution flow and error traces. The project differentiates itself through its ability to resolve source maps, translating minified JavaScript stack traces back to original source lines. It also includes a remote error reporter for transmitting processed exception data and stack traces to a centralized server for analysis. The library covers broad capabilit
Translates minified line and column numbers back to original source code using external mapping files.
This project is a source map implementation library used for generating, parsing, and consuming source maps. It provides the functional components necessary to link transformed or minified code back to original source files, acting as a tool for code transformation debugging. The library includes a source map composer for building trees of code snippets that automatically produce output strings and mappings. It also functions as a source map merger, providing mechanisms to chain and merge multiple maps to resolve multi-step code transformations across different build stages. The project cove
Provides a mechanism for chaining and merging multiple source maps to resolve multi-step code transformations.