You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix TypeScript CI lint errors (#1581)
Summary:
Pull Request resolved: #1581
TS lints are currently failing in OSS CI due to four issues:
- Verifying generated types are in sync sometimes takes slightly longer than 10s, allow 30s.
- Use of Babel ambient types that exist in Flow but not TS - switch to an explicitly imported type instead.
- An intermediate raw mapping type that isn't exported in the TS Babel types - inline it.
- Incorrect mapping of the `ob1` package because its main file is not `index.js` but `ob1.js`
Reviewed By: huntie
Differential Revision: D82316554
fbshipit-source-id: aa12ebcb795db98ff232c37b40ea2f31e14d77e1