Home
last modified time | relevance | path

Searched refs:firstCharCode (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/codefixes/
DimportFixes.ts1349 const firstCharCode = baseName.charCodeAt(0); constant
1350 if (isIdentifierStart(firstCharCode, target)) {
1351 res += String.fromCharCode(firstCharCode);