Home
last modified time | relevance | path

Searched defs:numPrepends (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
Demitter.ts1882 const numPrepends = bundle ? bundle.prepends.length : 0; constant
1885 …const currentNode = bundle ? i < numPrepends ? bundle.prepends[i] : bundle.sourceFiles[i - numPrep… constant