File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import { toDynamicImport } from './to-dynamic-import'
13
13
import { toForEach } from './to-for-each'
14
14
import { toForOf } from './to-for-of'
15
15
import { toFunction } from './to-function'
16
+ import { toOneLine } from './to-one-line'
16
17
import { toPromiseAll } from './to-promise-all'
17
18
import { toStringLiteral } from './to-string-literal'
18
19
import { toTemplateLiteral } from './to-template-literal'
@@ -35,6 +36,7 @@ export {
35
36
toForEach ,
36
37
toForOf ,
37
38
toFunction ,
39
+ toOneLine ,
38
40
toPromiseAll ,
39
41
toStringLiteral ,
40
42
toTemplateLiteral ,
@@ -58,6 +60,7 @@ export const builtinCommands = [
58
60
toForEach ,
59
61
toForOf ,
60
62
toFunction ,
63
+ toOneLine ,
61
64
toPromiseAll ,
62
65
toStringLiteral ,
63
66
toTemplateLiteral ,
You can’t perform that action at this time.
0 commit comments