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:
Andrew Branch
2021-04-05 13:42:25 -07:00
committed by GitHub
parent 4b556e37db
commit ffe925ddd5
12 changed files with 39 additions and 26 deletions

View File

@@ -146,7 +146,7 @@ namespace ts.GoToDefinition {
end: node.getEnd(),
fileName: node.text
},
unverified: !!verifiedFileName,
unverified: !verifiedFileName,
};
}
}