Skip to content

Commit

Permalink
fix: missing named exports for shiki/wasm and @shikijs/wasm-inlined
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 13, 2024
1 parent b05d838 commit 3f2269e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/wasm-inlined.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default } from '@shikijs/engine-oniguruma/wasm-inlined'
export * from '@shikijs/engine-oniguruma/wasm-inlined'
1 change: 1 addition & 0 deletions packages/shiki/src/wasm.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default } from '@shikijs/core/wasm-inlined'
export * from '@shikijs/core/wasm-inlined'

0 comments on commit 3f2269e

Please sign in to comment.