This repository was archived by the owner on Mar 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: implement emoji generation #4
Merged
Merged
Changes from 15 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
7f4278a
feat: implement emoji and variation generation commands with error ha…
luxass 4d9672f
feat: enhance emoji data handling with version extraction and improve…
luxass c0717dd
feat: add shortcode generator
luxass ed009eb
feat: rename groups to metadata in MojiAdapter and update related com…
luxass eea2c37
feat: enhance emoji metadata handling with version extraction and imp…
luxass 7eb8130
feat: add unicode version to adapter context
luxass b8dadc5
chore: lint
luxass 071afb2
refactor: remove errors and merge into base adapter
luxass c49edcf
feat: add unicodeNames function to fetch and parse Unicode names for …
luxass b314647
refactor: migrate to a single generate command
luxass aa607a1
feat: add consola for improved logging throughout the application
luxass b25d8e7
feat: implement shortcodes functionality and update emoji data structure
luxass 4c21308
feat: restructure emoji handling to include emojiData and flatten emo…
luxass 49bf2cf
chore: dump
luxass 3ce15b5
feat: update emoji version handling to correctly map unicode versions…
luxass fdf063f
chore: move lockfile out of utils
luxass 5e9706e
chore: update test path
luxass 7c5b445
feat: add README files for Unicode Emoji and Character Database draft…
luxass cae0e52
refactor: rename extractVersion to extractVersionFromReadme for clarity
luxass d6453b5
chore: lint
luxass 8730e21
feat: add vitest-fetch-mock for enhanced testing and setup configuration
luxass 9fcf29e
chore: lint
luxass File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove unused import.
The
EmojiData
type is imported but never used, as flagged by static analysis.📝 Committable suggestion
🧰 Tools
🪛 GitHub Check: build
[failure] 1-1:
'EmojiData' is defined but never used
🪛 ESLint
[error] 1-1: 'EmojiData' is defined but never used.
(unused-imports/no-unused-imports)
🪛 GitHub Actions: CI
[error] 1-1: 'EmojiData' is defined but never used