Support automatically updating URL import references when using new URL(<file>, import.meta.url)
#121391
Labels
*extension-candidate
Issue identified as good extension implementation
Steps to Reproduce:
Given the following files:
folder/file1.ts
different-folder/file2.ts
sub-folder/
in rootdifferent-folder/
intosub-folder/
so that the layout becomessub-folder/different-folder/file2.ts
Expected result:
Similar to the dynamic import, a file reference based on
import.meta.url
that points to a different TypeScript file should correctly be renamed accordingly.sub-folder/different-folder/file2.ts
Actual result:
sub-folder/different-folder/file2.ts
The same is true if
folder/file1.js
is moved to a different location.Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: