mirror of
https://github.com/facebook/react.git
synced 2026-02-27 03:07:57 +00:00
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_napi
This crate uses napi-rs to expose Forget's analysis to JavaScript via the Node-API.
Build
Note that napi-rs is a bit finicky and doesn't offer full control over where its outputs are emitted. For consistency, be sure to build with
yarn build
To use the canonical build, which will ensure that all files are placed in the right location.