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'
1313import { toForEach } from './to-for-each'
1414import { toForOf } from './to-for-of'
1515import { toFunction } from './to-function'
16+ import { toOneLine } from './to-one-line'
1617import { toPromiseAll } from './to-promise-all'
1718import { toStringLiteral } from './to-string-literal'
1819import { 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 ,
You can’t perform that action at this time.
0 commit comments