Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
antfu pushed 1 commit to main shikijs/shiki
- docs: prefer `@shikijs/langs` and `@shikijs/themes` d1a840a
antfu pushed 2 commits to main shikijs/shiki
antfu created a comment on a pull request on shikijs/shiki
Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example). Thanks. > [Why reproduction is required](https://antfu.me/posts/why-reproductions-are-required)
antfu deleted a branch eslint/config-inspector
release-please--branches--main--components--config-inspector
antfu pushed 1 commit to main eslint/config-inspector
- chore: release 0.7.0 (#116) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 42d3f31
antfu closed a pull request on eslint/config-inspector
chore: release 0.7.0
robot: I have created a release *beep* *boop* --- ## [0.7.0](https://github.com/eslint/config-inspector/compare/v0.6.0...v0.7.0) (2025-01-03) ### chore * release-please-mark ([baaaaff](https:/...antfu pushed 1 commit to main eslint/config-inspector
- chore: release-please-mark Release-As: 0.7.0 baaaaff
antfu pushed 2 commits to main eslint/config-inspector
antfu closed an issue on eslint/config-inspector
"Test matching with filepath..." not working with unignore glob pattern
If I have this in my `.gitignore`: ```gitignore .vscode/* !.vscode/settings.json !.vscode/extensions.json ``` It seems that all the project files are ignored (as shown below), nothing will show up...antfu pushed 1 commit to main eslint/config-inspector
- fix: match glob logic for unignore ignores (#115) Co-authored-by: Charlie Croom <[email protected]> Co-authored-by... 58df9b1
antfu closed a pull request on eslint/config-inspector
fix: match glob logic for unignore ignores
fix #114 **The logic of `getMatchedGlobs` needs to be updated:** If an unignore glob is matched, and if this glob without the `!` matches any previous ignore globs, all these globs should be...antfu created a comment on an issue on antfu/eslint-config
To me, this looks like it is working as expected. Even if they are in different space (value space / type space), it's still better to avoid naming different things as the same name. If you explici...
antfu closed an issue on antfu/eslint-config
`ts/no-redeclare` error when using `zod` lib
For this code: ```ts import z from 'zod' export const CreateProductDto = z.object({ name: z.string(), price: z.number().nonnegative().finite().safe(), }) export type CreateProductD...antfu created a review comment on a pull request on shikijs/shiki
Would you like to send a PR for that? Thanks!
antfu created a comment on a pull request on shikijs/shiki
Which version are you using? 1.25.1? What error are you getting? It seems to work fine on my side
antfu closed an issue on shikijs/shiki
Precomputing JS regexes for perf
Do you think it would be a good idea to precompute regexes used by the JS engine so that the regex transpilation step isn't needed at runtime? Perhaps this would be optional. Presumably, it would c...antfu closed a pull request on shikijs/shiki
feat: introduce precompiled-grammars
resolves #878 Relies on: - #879 - https://github.com/shikijs/vscode-textmate/pull/3 - https://github.com/slevithan/oniguruma-to-es/pull/15 This PR introduces a new `@shikijs/langs-precom...antfu created a tag on vueuse/vueuse
v12.3.0 - Collection of essential Vue Composition Utilities for Vue 2 and 3