mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-18 07:29:16 -05:00
Handle module specifiers
This commit is contained in:
@@ -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
|
||||
})
|
||||
]
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user