/third_party/typescript/src/compiler/ |
D | emitter.ts | 751 setTextRangePosWidth(sourceFile, 0, prologueInfo?.text.length ?? 0); 753 setTextRangePosWidth(eofToken, sourceFile.end, 0);
|
D | parser.ts | 1199 setTextRangePosWidth(sourceFile, 0, sourceText.length); 5076 setTextRangePosWidth(operatorToken, invalidElement.pos, 0);
|
D | utilities.ts | 7281 …export function setTextRangePosWidth<T extends ReadonlyTextRange>(range: T, pos: number, width: nu… function
|
/third_party/typescript/src/compiler/factory/ |
D | nodeFactory.ts | 6280 setTextRangePosWidth(textNode, 0, typeof length === "function" ? length() : length);
|
/third_party/typescript/lib/ |
D | tsc.js | 15757 function setTextRangePosWidth(range, pos, width) { function 15760 ts.setTextRangePosWidth = setTextRangePosWidth; 20547 ts.setTextRangePosWidth(textNode, 0, typeof length === "function" ? length() : length); 23580 ts.setTextRangePosWidth(sourceFile, 0, sourceText.length); 26035 ts.setTextRangePosWidth(operatorToken, invalidElement.pos, 0); 82766 …ts.setTextRangePosWidth(sourceFile, 0, (_b = prologueInfo === null || prologueInfo === void 0 ? vo… 82768 ts.setTextRangePosWidth(eofToken, sourceFile.end, 0);
|
D | typingsInstaller.js | 19886 function setTextRangePosWidth(range, pos, width) { function 19889 ts.setTextRangePosWidth = setTextRangePosWidth; 25582 ts.setTextRangePosWidth(textNode, 0, typeof length === "function" ? length() : length); 29211 ts.setTextRangePosWidth(sourceFile, 0, sourceText.length); 32426 ts.setTextRangePosWidth(operatorToken, invalidElement.pos, 0); 101330 …ts.setTextRangePosWidth(sourceFile, 0, (_b = prologueInfo === null || prologueInfo === void 0 ? vo… 101332 ts.setTextRangePosWidth(eofToken, sourceFile.end, 0);
|
D | tsserverlibrary.js | 20091 function setTextRangePosWidth(range, pos, width) { function 20094 ts.setTextRangePosWidth = setTextRangePosWidth; 25787 ts.setTextRangePosWidth(textNode, 0, typeof length === "function" ? length() : length); 29416 ts.setTextRangePosWidth(sourceFile, 0, sourceText.length); 32631 ts.setTextRangePosWidth(operatorToken, invalidElement.pos, 0); 101535 …ts.setTextRangePosWidth(sourceFile, 0, (_b = prologueInfo === null || prologueInfo === void 0 ? vo… 101537 ts.setTextRangePosWidth(eofToken, sourceFile.end, 0);
|
D | typescript.js | 20091 function setTextRangePosWidth(range, pos, width) { function 20094 ts.setTextRangePosWidth = setTextRangePosWidth; 25787 ts.setTextRangePosWidth(textNode, 0, typeof length === "function" ? length() : length); 29416 ts.setTextRangePosWidth(sourceFile, 0, sourceText.length); 32631 ts.setTextRangePosWidth(operatorToken, invalidElement.pos, 0); 101535 …ts.setTextRangePosWidth(sourceFile, 0, (_b = prologueInfo === null || prologueInfo === void 0 ? vo… 101537 ts.setTextRangePosWidth(eofToken, sourceFile.end, 0);
|
D | tsserver.js | 19897 function setTextRangePosWidth(range, pos, width) { function 19900 ts.setTextRangePosWidth = setTextRangePosWidth; 25593 ts.setTextRangePosWidth(textNode, 0, typeof length === "function" ? length() : length); 29222 ts.setTextRangePosWidth(sourceFile, 0, sourceText.length); 32437 ts.setTextRangePosWidth(operatorToken, invalidElement.pos, 0); 101341 …ts.setTextRangePosWidth(sourceFile, 0, (_b = prologueInfo === null || prologueInfo === void 0 ? vo… 101343 ts.setTextRangePosWidth(eofToken, sourceFile.end, 0);
|
D | typescriptServices.js | 20091 function setTextRangePosWidth(range, pos, width) { function 20094 ts.setTextRangePosWidth = setTextRangePosWidth; 25787 ts.setTextRangePosWidth(textNode, 0, typeof length === "function" ? length() : length); 29416 ts.setTextRangePosWidth(sourceFile, 0, sourceText.length); 32631 ts.setTextRangePosWidth(operatorToken, invalidElement.pos, 0); 101535 …ts.setTextRangePosWidth(sourceFile, 0, (_b = prologueInfo === null || prologueInfo === void 0 ? vo… 101537 ts.setTextRangePosWidth(eofToken, sourceFile.end, 0);
|