Files
react/compiler/crates/forget_utils
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_utils

This is a catch-all crate for utilities and helper code that doesn't have an obvious home elsewhere. It is expected that this crate will be depended on by lots of other crates in the project. However, this crate should generally not depend on other workspace crates — that's an indication that the utility you're adding belongs with the crate that uses the utility.