-
Notifications
You must be signed in to change notification settings - Fork 12.8k
If import is used in the file, prefer that import specifier over calculating new one #42224
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
Conversation
…ulating new one Fixes #39117
0339f7e
to
685f2b6
Compare
…ths even if they are from the existing file
@typescript-bot test this |
Heya @sheetalkamat, I've started to run the parallelized community code test suite on this PR at 71e42ba. You can monitor the build here. |
Heya @sheetalkamat, I've started to run the extended test suite on this PR at 71e42ba. You can monitor the build here. |
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
…ulating new one (microsoft#42224) * Test case where the wrong path is emitted * If import is used in the file, prefer that import specifier over calculating new one Fixes microsoft#39117 * Update Baselines and/or Applied Lint Fixes * When non-relative path is used as user preference, ignore relative paths even if they are from the existing file * Fix test * Add comment Co-authored-by: TypeScript Bot <[email protected]>
Fixes #39117