{"library":"react-compiler-marker","title":"react-compiler-marker","description":"CLI tool (v0.1.0) to scan React projects and report which components are optimized by the React Compiler and which have issues. Supports multiple output formats — plain text, self-contained HTML report with filtering and tree view, and JSON for CI pipelines. Requires babel-plugin-react-compiler to be installed. Differentiates from other tools by focusing specifically on React Compiler integration with explicit failure reporting and exit code 1 on failures, making it suitable for CI enforcement. Released under MIT.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install react-compiler-marker"],"cli":{"name":"react-compiler-marker","version":null}},"imports":["import reactCompilerMarker from 'react-compiler-marker'","import { run } from 'react-compiler-marker'","import type { ReportFormat } from 'react-compiler-marker'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { run } from 'react-compiler-marker';\n\nconst result = await run({\n  directory: '.',\n  format: 'json',\n  excludeDirs: ['node_modules', 'dist'],\n  includeExtensions: ['.tsx', '.ts'],\n  babelPluginPath: process.env.BABEL_PLUGIN_PATH ?? undefined\n});\n\nconsole.log(JSON.stringify(result, null, 2));","lang":"typescript","description":"Shows how to programmatically run react-compiler-marker as a Node.js API, with options for directory, format, exclusions, and babel plugin path.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}