microsoft / microsoft/TypeScript
Adjust relative imports in TypeScript when using copy-paste
オープン
@navya9singh がすでに取り組んでいます。
2024年9月4日 から。
Experience Enhancement
Suggestion
- 主要言語
- Go
- スター
- 111k
- フォーク
- 14.4k
- 平均マージ
- 1日 19時間
- マージ済み PR(30日)
- 117
説明
When copying an import from a file, it would be nice if pasting it in another file would adjust the path
Copying the import from src/folder1/a.ts:
//@filename: src/folder1/a.ts
import { x } from './b';
It would be very useful if pasting it in src/folder2/a.ts would generate (note how the import path was correctly adjusted):
//@filename: src/folder2/a.ts
import { x } from '../folder1/b';
This will be very useful once we switch to relative imports starting from tomorrow.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。