mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
a0dc166991
Sorry about the thrash in advance! This removes the top level `forget` directory which adds unnecessary nesting to our repo Hopefully everything still works
forget_semantic_analysis
Implements semantic analysis of JavaScript name resolution and scope information over the forget_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.