aoi.js
aoi.js copied to clipboard
refactor: parser
Description
Refactors the parser and fixes some bugs related to emoji parsing, overall simplifies the code and makes it easier to read and understand.
Fixes #609
Type of change
Please check options that describe your Pull Request:
- [x] Bug fix (non-breaking change)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
- [x] My code follows the style guidelines of this project
- [x] Any dependent changes have been merged and published in downstream modules
I noticed that textInput breaks :trollface:
will fix it somewhen