awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesPlan-to-Source Mapping

Linking findings from compiled infrastructure plans back to the original source code lines.

Distinct from Source Code Mapping: Distinct from Source Code Mapping: specifically maps JSON execution plans to IaC source blocks rather than logs to code.

Explore 3 awesome GitHub repositories matching development tools & productivity · Plan-to-Source Mapping. Refine with filters or upvote what's useful.

Awesome Plan-to-Source Mapping GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • bridgecrewio/checkovbridgecrewio 的头像

    bridgecrewio/checkov

    8,798在 GitHub 上查看↗

    Checkov is a static analysis tool and security scanner designed to identify misconfigurations in infrastructure as code, container images, and Kubernetes configurations. It functions as a cloud security posture tool, an SCA vulnerability scanner, and a secret scanning utility to prevent security breaches and version control leaks. The project distinguishes itself through deep graph analysis and variable resolution, allowing it to map relationships between interconnected resources and evaluate the final state of infrastructure attributes. It provides extensibility for defining custom security

    Combines plan file analysis with original source files to map security findings to specific code blocks.

    Python
    在 GitHub 上查看↗8,798
  • istanbuljs/nycistanbuljs 的头像

    istanbuljs/nyc

    5,746在 GitHub 上查看↗

    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

    Maps coverage data from compiled TypeScript or ES2015+ code back to original source files using source maps.

    JavaScriptcode-coverageistanbuljavascript
    在 GitHub 上查看↗5,746
  • konsoletyper/teavmkonsoletyper 的头像

    konsoletyper/teavm

    2,997在 GitHub 上查看↗

    TeaVM is a Java bytecode transpiler and browser-based JVM runtime that converts compiled Java class files into JavaScript or WebAssembly. It functions as a compiler and build pipeline tool that enables applications written in various JVM languages to execute natively within a web browser. The project distinguishes itself by transforming bytecode directly into optimized web formats without requiring the original source code. It includes a WebAssembly bytecode compiler for high-performance execution and a specialized emulation system to handle asynchronous multithreading within the single-threa

    Generates source maps that link transpiled JavaScript execution back to the original Java source code for debugging.

    Javaaotjavajavascript
    在 GitHub 上查看↗2,997
  1. Home
  2. Development Tools & Productivity
  3. Source Code Mapping
  4. Plan-to-Source Mapping

探索子标签

  • Transpilation MappingLinking execution metrics from transpiled or compiled code back to original high-level source files. **Distinct from Plan-to-Source Mapping:** Specifically handles the mapping of coverage metrics across transpilation boundaries, not just binary-to-source debugging