Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove 'mixins' from .js.flow output (#549)
## Summary: Some of the files flowgen was generated were using 'mixins' instead of 'extends'. This PR fixes this by post-processing the files. Issue: None ## Test plan: - yarn build:types - yarn build:flowtypes - search for 'mixins' in the dist/ folders, see that it no longer appears there Author: kevinbarabash Reviewers: jeresig Required Reviewers: Approved By: jeresig Checks: ⌛ Test (macos-latest, 16.x), ✅ CodeQL, ✅ Lint, typecheck, and coverage check (ubuntu-latest, 16.x), ⏭ dependabot, ✅ gerald, ✅ Analyze (javascript), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x) Pull Request URL: #549
- Loading branch information