Files
react/compiler/crates/forget_napi
lauren a0dc166991 [rfc] Remove top level forget directory
Sorry about the thrash in advance! This removes the top level `forget` directory 
which adds unnecessary nesting to our repo 

Hopefully everything still works
2023-08-22 15:04:54 -04:00
..

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.