mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
- Made most static methods on CompilerError take a single options object as an argument. With the exception of invariant which takes a condition and an options object. - Added a new `suggestions` field on CompilerErrorDetail, which we'll use to provide eslint suggestions - Updated eslint-plugin-react-forget to handle suggestions