1 个仓库
Capability to replace default compilers or minifiers with custom implementations during the build process.
Distinct from Source Code Compilers: Focuses on the extensibility of the bundling pipeline to use custom compilers rather than the compiler's internal logic.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Pluggable Compiler Integrations. Refine with filters or upvote what's useful.
Metro is a JavaScript bundler designed for React Native environments. It functions as a system for resolving dependencies, transforming source code, and packaging JavaScript and assets into bundles for execution. The project includes a development bundler server that hosts assets via HTTP and provides hot module replacement. It features a module resolver that handles platform-specific file extensions and a source code transformer that converts code into tree structures for optimization and minification. The toolset covers programmatic bundle generation, source map creation, and file system c
Allows replacing the default compiler or minifier to customize source code processing and optimization.