Renamed some arguments.
Moved one function to lib, so it can be reused in native counterpart.
Removed entireText from regex matches, as it was only used in one place and
could be derived from text before @, and username prefix.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Rebasing
web/utils/typeahead-utils.js | ||
---|---|---|
15–17 ↗ | (On Diff #19376) | Yeah, named capture groups are not there yet on Native. |
77 ↗ | (On Diff #19376) | Fixed in previous diff. |
Comment Actions
It's really hard to review a diff where so many things happen at the same time. This diff contains renaming, moving, some changes in logic... could you split this diff into multiple ones, so that each diff does one thing and can be easily verified?