Skip to content

Commit 87482f7

Browse files
studdsForbesLindesay
authored andcommitted
fix: no throw on --useNamedExports (#27)
1 parent d276935 commit 87482f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/printValidator.ts

-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ export function printSingleTypeValidator(
5050
tsConfig: any,
5151
options: Ajv.Options = {},
5252
) {
53-
if (isNamedExport !== false) {
54-
throw new Error('temp');
55-
}
5653
return [
5754
t.TSLINT_DISABLE,
5855
t.GENERATED_COMMENT,

0 commit comments

Comments
 (0)