Skip to content

Commit 10db357

Browse files
authored
Remove check on TSImportType.isTypeOf (#16892)
1 parent ac46a4f commit 10db357

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/language-js/print/typescript.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ function printTypescript(path, options, print) {
210210
return [print("expression"), "!"];
211211
case "TSImportType":
212212
return [
213-
!node.isTypeOf ? "" : "typeof ",
214213
"import(",
215214
print("argument"),
216215
")",

0 commit comments

Comments
 (0)