Handle module specifiers

This commit is contained in:
Sheetal Nandi
2019-06-06 12:51:26 -07:00
parent a120c59015
commit a67b375d0e
15 changed files with 62 additions and 46 deletions

View File

@@ -19,7 +19,8 @@ namespace ts.projectSystem {
locs: [
protocolRenameSpanFromSubstring({
fileText: bTs.content,
text: "./a"
text: "./a",
declarationText: bTs.content
})
]
}],
@@ -43,7 +44,8 @@ namespace ts.projectSystem {
locs: [
protocolRenameSpanFromSubstring({
fileText: bTs.content,
text: "./a"
text: "./a",
declarationText: bTs.content
})
]
}],
@@ -68,7 +70,8 @@ namespace ts.projectSystem {
locs: [
protocolRenameSpanFromSubstring({
fileText: bTs.content,
text: "./a"
text: "./a",
declarationText: bTs.content
})
]
}],