Google Closure Compiler externs for Facebook React, providing type definitions to enable advanced Closure Compiler optimizations when compiling React applications. Version 0.13.6 targets React.js 0.13.x. This package is tied to older React versions (0.12–0.14) and is no longer maintained. Alternatives include using official React externs or TypeScript definitions for use with Closure Compiler.
npm install react-externsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install react-externs and use it with Closure Compiler via --externs flag.
Use official React externs from Closure Compiler repository or upgrade to modern alternatives.
Pass file path directly to Closure Compiler via --externs flag.
Verify coverage or consider using TypeScript .d.ts files converted to externs.
Use a newer set of externs (e.g., from Closure Compiler contrib) or suppress warnings.
Do not require; use --externs flag pointing to externs.js file.
No dependency data recorded yet.