What is a .MAP file?
A .map file links minified web code back to its readable source for debugging.
- Did you know
- Source maps let browser dev tools show original code even when a site ships minified files.
- A source map uses Base64 VLQ encoding to store position deltas compactly, mapping each spot in minified code back to the original.
- The format is standardised as Source Map version 3, now carried forward as the ECMA-426 specification.
- What Analyser reads
- Identify and read metadata from developer and data files: JWT tokens (header + claims + expiry), WebAssembly, Java class files, NumPy/Safetensors/GGUF model files, source maps, SQL dumps, Visual Studio/.NET projects, Terraform, Protobuf, GraphQL, SARIF, Python bytecode, and Apple property lists (XML + binary). Jupyter notebooks (IPYNB) and HAR captures now open in a full viewer - see Notebooks & data above.
- Depth of analysis
- .MAP is an identification-grade format: Analyser recognises it from its bytes and decodes the header metadata it carries, rather than opening it in a full viewer. Formats that do get a full viewer are marked "Full" on the formats page.
- Open a .MAP file
- Drag a .MAP file onto the Analyser home page (or tap to pick one). It is identified entirely in your browser - nothing is uploaded, there is no account, and it works offline once installed.