Skip to content

Commit

Permalink
feat: export tokensToHast
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 29, 2024
1 parent 55706c3 commit e959e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export { loadWasm } from './oniguruma'
export { getShikiInternal, setDefaultWasmLoader } from './internal'
export { codeToThemedTokens, tokenizeWithTheme } from './code-to-tokens'
export { tokenizeAnsiWithTheme } from './code-to-tokens-ansi'
export { codeToHast } from './code-to-hast'
export { codeToHast, tokensToHast } from './code-to-hast'
export { codeToHtml, hastToHtml } from './code-to-html'
export { codeToTokensWithThemes } from './code-to-tokens-themes'
export { normalizeTheme } from './normalize'

0 comments on commit e959e05

Please sign in to comment.