We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm opening this issue to follow up on part 2 of PR #6456.
In the first part I rewrote removeText so that it is not dependent on insertText.
The second part that is missing is to rewrite insertText with the new removeText.
My first draft version is in the codebase commented and is much shorter. But some tests are failing.
I don't think I'll be able to finish it anytime soon, so it's an open task for volunteers :)
The text was updated successfully, but these errors were encountered:
refactor: replace insertText from facebook#6553 changes to reflect ne…
f63d5e1
…w removeText changes
No branches or pull requests
I'm opening this issue to follow up on part 2 of PR #6456.
In the first part I rewrote removeText so that it is not dependent on insertText.
The second part that is missing is to rewrite insertText with the new removeText.
My first draft version is in the codebase commented and is much shorter. But some tests are failing.
I don't think I'll be able to finish it anytime soon, so it's an open task for volunteers :)
The text was updated successfully, but these errors were encountered: