• Home
  • Raw
  • Download

Lines Matching full:undefined

25 …de: ts.Node, message: ts.DiagnosticMessage, ...args: (string | number | undefined)[]): ts.Diagnost…
26 …erDiagnostic(message: ts.DiagnosticMessage, ...args: (string | number | undefined)[]): ts.Diagnost…
27 …gth: number, message: ts.DiagnosticMessage, ...args: (string | number | undefined)[]): ts.Diagnost…
31 export function getContainingClass(node: ts.Node): ts.ClassLikeDeclaration | undefined;
32 export function declarationNameToString(name: ts.DeclarationName | ts.QualifiedName | undefined);
33 export function getContainingFunction(node: ts.Node): ts.SignatureDeclaration | undefined;
41 …t function getContainingFunctionDeclaration(node: ts.Node): ts.FunctionLikeDeclaration | undefined;
42 export function tokenToString(t: ts.SyntaxKind): string | undefined;
43 export function getNewTargetContainer(node: ts.Node): ts.Node | undefined;
48 export function nodeIsPresent(node: ts.Node | undefined): boolean;
55 …nction findAncestor(node: ts.Node | undefined, callback: (element: ts.Node) => boolean | "quit"): …
58 export function declarationNameToString(name: ts.DeclarationName | ts.QualifiedName | undefined): s…
62 …ort function getImmediatelyInvokedFunctionExpression(func: ts.Node): ts.CallExpression | undefined;
64 export function getPropertyNameForPropertyNameNode(name: ts.PropertyName): ts.__String | undefined;
73 export function isThisIdentifier(node: ts.Node | undefined): boolean;
75 …nction setParent<T extends ts.Node>(child: T | undefined, parent: T["parent"] | undefined): T | un…