Open
Description
Regardless of the prefer-inline
option.
Input
import type { A } from "./mod";
import { type B, C } from "./mod";
Output
import type { A, type B, C } from "./mod";
cc @snewcomer
Metadata
Metadata
Assignees
Labels
No labels
Regardless of the prefer-inline
option.
import type { A } from "./mod";
import { type B, C } from "./mod";
import type { A, type B, C } from "./mod";
cc @snewcomer