-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
feat: badges
generator
#12
Conversation
@pi0 the new _parse doesn't support |
@cpreston321 seems working on playground.. (added test too: c04df9d) |
Update: You beat me to it haha @pi0 I just tested it too ππΌ Works like a charm should prob add to test case. const tests = [
[`foo`, { foo: true }],
[`no-foo`, { foo: false }],
[`foo="bar"`, { foo: "bar" }],
[`foo=bar`, { foo: "bar" }],
['foo-bar="baz"', { "foo-bar": "baz" }],
] as const; |
(working on some local refactors. please don't push more commits likely they will be overridden) |
@pi0 Just saw this :( Sorry. I accidentally pushed read me updates. |
No worries @cpreston321. I have pushed some changes in 94fca68 In summary:
I hope you are happy with them and ideas welcome! |
Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com>
π Linked issue
#3
β Type of change
π Description
Resolves: #3
-
e.g.version-name="hello"
Test Hereπ Checklist