Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(transformer/react): remove
CalculateSignatureKey
implement…
…ation from refresh (#5289) follow-up: #4587 (comment) The `CalculateSignatureKey`is used to collect signature keys, but since it requires a double visit, it doesn't perform very well. Now I use ScopeId to store the signature key that is generated in `CallExpression`. This way we can then determine which ArrowFunction/Function the `CallExpression` belongs to.
- Loading branch information