DEBSOURCES
Skip Quicknav
sources / node-typescript / 4.9.5%2Bds1-2 / tests / baselines / reference / moduleResolutionWithExtensions_preferTs.symbols
12345678
=== /a.ts === import b from "./b"; >b : Symbol(b, Decl(a.ts, 0, 6)) === /b/index.ts === export default 0;