mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-09 07:55:10 -05:00
mapRoot is not filePath
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
////{
|
||||
//// "compilerOptions": {
|
||||
//// "baseUrl": "./old",
|
||||
//// "mapRoot": "../src/old",
|
||||
//// "paths": {
|
||||
//// "foo": ["old"],
|
||||
//// },
|
||||
@@ -25,7 +24,6 @@ verify.getEditsForFileRename({
|
||||
`{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "new",
|
||||
"mapRoot": "new",
|
||||
"paths": {
|
||||
"foo": ["new"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user