Searched defs:base10Value (Results 1 – 9 of 9) sorted by relevance
9411 base10Value: string; property
22611 const base10Value = parsePseudoBigInt(`${negative ? text.slice(1) : text}n`); constant
4480 base10Value: string; property
51403 var zeroBigIntType = getBigIntLiteralType({ negative: false, base10Value: "0" }); property71323 return getBigIntLiteralType({ negative: negative, base10Value: base10Value }); property71349 …(!roundTripOnly || s === ts.pseudoBigIntToString({ negative: negative, base10Value: ts.parsePseudo… property82090 base10Value: ts.parsePseudoBigInt(node.operand.text) property83558 base10Value: ts.parsePseudoBigInt(node.text) property
42377 var zeroBigIntType = getBigIntLiteralType({ negative: false, base10Value: "0" }); property59741 return getBigIntLiteralType({ negative: negative, base10Value: base10Value }); property59757 …(!roundTripOnly || s === ts.pseudoBigIntToString({ negative: negative, base10Value: ts.parsePseudo… property69024 base10Value: ts.parsePseudoBigInt(node.operand.text) property70344 base10Value: ts.parsePseudoBigInt(node.text) property