You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Describe the bug
Due to this issue in slevithan/oniguruma-to-es#2, shiki 1.23.0 does not work with latest Bun. Downgrading to 1.22.2 solves the issue.
I'm opening this issue on shiki's side too because this issue occurs even if I'm not using JavaScript RegExp Engine feature in shiki. Since this issue occurs because of static importing nature of the esm, make shiki imports @shikijs/engine-javascript dynamically on demand should solve this issue?
Reproduction
Contributes
I am willing to submit a PR to fix this issue
I am willing to submit a PR with failing tests
The text was updated successfully, but these errors were encountered:
Validations
Describe the bug
Due to this issue in slevithan/oniguruma-to-es#2, shiki 1.23.0 does not work with latest Bun. Downgrading to 1.22.2 solves the issue.
I'm opening this issue on shiki's side too because this issue occurs even if I'm not using JavaScript RegExp Engine feature in shiki. Since this issue occurs because of static importing nature of the esm, make shiki imports
@shikijs/engine-javascript
dynamically on demand should solve this issue?Reproduction
Contributes
The text was updated successfully, but these errors were encountered: