Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 28, 2024
1 parent d1c87fa commit 3747e45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ export * from '@shikijs/types'

// Deprecated
export {
/**
* @deprecated Use `EncodedTokenMetadata` from `@shikijs/vscode-textmate` instead.
*/
EncodedTokenMetadata as StackElementMetadata,
/**
* @deprecated Import `FontStyle` from `@shikijs/vscode-textmate` instead.
*/
FontStyle,
/**
* @deprecated Use `EncodedTokenMetadata` from `@shikijs/vscode-textmate` instead.
*/
EncodedTokenMetadata as StackElementMetadata,
} from '@shikijs/vscode-textmate'
2 changes: 1 addition & 1 deletion packages/shiki/test/bundle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ it('bundle-full', async () => {
}))

expect(highlighter.getLoadedLanguages().length)
.toMatchInlineSnapshot(`313`)
.toMatchInlineSnapshot(`319`)
})

it('bundle-web', async () => {
Expand Down

0 comments on commit 3747e45

Please sign in to comment.