mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Go to definition: pass unverified through server (#43483)
* Pass `unverified` through server * Update protocol baseline * Fix unit tests * Fix other tests
This commit is contained in:
@@ -146,7 +146,7 @@ namespace ts.GoToDefinition {
|
||||
end: node.getEnd(),
|
||||
fileName: node.text
|
||||
},
|
||||
unverified: !!verifiedFileName,
|
||||
unverified: !verifiedFileName,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user