Skip to content

Commit 64fe672

Browse files
aciccarelloblakeembrey
authored andcommitted
Import lodash into converter.ts (#353)
This missing import was breaking the PR builds. Lodash is already imported in other files.
1 parent 3ce9bc9 commit 64fe672

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/converter/converter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import * as ts from "typescript";
22
import * as _ts from "../ts-internal";
33
import * as Path from "path";
4+
import * as _ from "lodash";
45

56
import {Application} from "../application";
67
import {ParameterType} from "../utils/options/declaration";

0 commit comments

Comments
 (0)