Skip to content

Commit

Permalink
fix(transformers): bring back missing createCommentNotationTransformer,
Browse files Browse the repository at this point in the history
fix #907
  • Loading branch information
antfu committed Jan 30, 2025
1 parent 50864af commit fc7441d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/transformers/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export { createCommentNotationTransformer } from './shared/notation-transformer'

export * from './transformers/compact-line-options'
export * from './transformers/meta-highlight'
export * from './transformers/meta-highlight-word'
Expand Down

0 comments on commit fc7441d

Please sign in to comment.