react/compiler/crates/react_semantic_analysis
Lauren Tan ff0d2621f4
Fix rust lints
ghstack-source-id: baf433a98a70d9105c8088d82e04a3d96783e9e6
Pull Request resolved: https://github.com/facebook/react/pull/30616
2024-08-06 14:48:32 -04:00
..
src Fix rust lints 2024-08-06 14:48:32 -04:00
tests Update copyrights to reference Meta instead of Facebook 2024-04-03 08:43:36 -07:00
Cargo.toml s/Forget/React Compiler/ in Rust port 2024-04-02 16:49:31 -07:00
README.md s/Forget/React Compiler/ in Rust port 2024-04-02 16:49:31 -07:00

react_semantic_analysis

Implements semantic analysis of JavaScript name resolution and scope information over the react_estree AST. Eventually this analysis will be extended to cover Flow and TypeScript in addition to the core JS and JSX language.

NOTE: this analsyis assumes strict mode and does not support legacy non-strict semantics.