Skip to content

Commit b5267d9

Browse files
authored
Add contents of core/clean to exports (#2)
1 parent de7e40a commit b5267d9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/thick-crabs-know.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'annotation-comments': patch
3+
---
4+
5+
Actually exports the `cleanCode()` function.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export type * from './core/types'
22
export * from './core/parse'
3-
// export * from './core/clean'
3+
export * from './core/clean'

0 commit comments

Comments
 (0)