audit_sourcemap_match
Validates alignment between .map and .js files in a dist directory, ensuring that source maps accurately correspond to compiled code for reliable debugging.
Instructions
Validate that .map files in a dist directory align with their compiled .js counterparts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| distDir | Yes | Path to the dist/build directory containing .js and .js.map files |