Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues with action() not being a getter on ITraceSession (#556)
## Summary: For some reason the 'get' modifier on the 'action()' getter in ITRaceSession was dropped when the files were converted to TypeScript. I checked the other getters we have, which are on classes, but they weren't affected. I suspect it's an issue with the codemod. I'll investigate later and will patch is possible. Issue: None ## Test plan: - yarn typecheck Author: kevinbarabash Reviewers: jaredly, somewhatabstract Required Reviewers: Approved By: jaredly Checks: ✅ Test (macos-latest, 16.x), ✅ CodeQL, ✅ Lint, typecheck, and coverage check (ubuntu-latest, 16.x), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x), ✅ gerald, ✅ Analyze (javascript), ⏭ dependabot Pull Request URL: #556
- Loading branch information