Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[no-duplicates] regression: normal and inline-type-specifier imports are not detected #2677

Closed
latin-1 opened this issue Jan 14, 2023 · 1 comment

Comments

@latin-1
Copy link

latin-1 commented Jan 14, 2023

Input:

import { A } from "./mod";
import { type B } from "./mod";

Output:

// 2.26
import { A, type B } from "./mod";
// 2.27
import { A } from "./mod";
import { type B } from "./mod";
@ljharb
Copy link
Member

ljharb commented Jan 14, 2023

Duplicate of #2675; there's no need for more than one issue to cover no-duplicates with inline type specifiers.

@ljharb ljharb closed this as not planned Won't fix, can't repro, duplicate, stale Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants