Skip to content

donaldpipowitch/typescript-refactoring-references

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example to showcase a missing refactoring feature in TypeScript for projects which use multiple tsconfig.json files. I use VS Code to demonstrate the problem.

  1. $ git clone [email protected]:donaldpipowitch/typescript-refactoring-references.git
  2. $ cd typescript-refactoring-references
  3. $ yarn
  4. $ yarn build
  5. Open packages/add/src/add.ts in VS Code and Rename Symbol the exported function from add to add2.

add is not correctly renamed to add2 inside packages/use-add/src/use-add.ts.

If you run Find All References for add inside packages/add/src/add.ts, it also doesn't show its usage in the use-add package.

About

An example project to showcase a missing feature/a bug?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published