-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
shiki language lazy loading not working with twoslash #4334
Comments
Hmm, twoslash is causing issues with lazy loading, but even if I disable it, curl and tree are causing issues. I don't see any language file for those. Weird. Edit: Ah, curl and tree aren't even there in shiki, resolveLang should've return a falsy value for those. -- fixed this in dcb8450 |
Pushed a temporary patch in v1.4.4. Keeping the issue open though. |
js
not found, you may need to load it first
Should work fine with 1.4.5 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I wants to build my documentation with
bunx vitepress build docs
(running in node) but it fails with[vitepress] Language
jsnot found, you may need to load it first
Solved by downgrading to
1.4.2
Repository
CICD logs
Reproduction
gramiojs/documentation@561ce31
Expected behavior
Should work
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: