-
-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (feat) basic rename #110 * (feat) handle prop rename of component A inside component B * (feat) support for rename of prop of A in A * (fix) linting * (fix) fix range conversion, fix word retrival, tests * (fix) don't rename everything * (feat) add prepareRename support To show a message early that rename is not allowed in certain locations * (fix) use modified mapRangeToOriginal * (fix) don't rename in strings * (fix) don't allow rename of import path We cannot handle it at the moment * (fix) support prop rename without types For that svelte2tsx needs to write out the props as {prop: prop} * (fix) prevent renames in error state * (fix) use ts service for getting variable at position * (fix) convert bind so that source mapping is correct
- Loading branch information
1 parent
2bb3cdd
commit f483271
Showing
27 changed files
with
748 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.