Skip to content

Commit 0382cd5

Browse files
authored
fix: Add missed export for to-one-line command (#37)
1 parent 73b8eae commit 0382cd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/commands/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import { toDynamicImport } from './to-dynamic-import'
1313
import { toForEach } from './to-for-each'
1414
import { toForOf } from './to-for-of'
1515
import { toFunction } from './to-function'
16+
import { toOneLine } from './to-one-line'
1617
import { toPromiseAll } from './to-promise-all'
1718
import { toStringLiteral } from './to-string-literal'
1819
import { toTemplateLiteral } from './to-template-literal'
@@ -35,6 +36,7 @@ export {
3536
toForEach,
3637
toForOf,
3738
toFunction,
39+
toOneLine,
3840
toPromiseAll,
3941
toStringLiteral,
4042
toTemplateLiteral,
@@ -58,6 +60,7 @@ export const builtinCommands = [
5860
toForEach,
5961
toForOf,
6062
toFunction,
63+
toOneLine,
6164
toPromiseAll,
6265
toStringLiteral,
6366
toTemplateLiteral,

0 commit comments

Comments
 (0)