• Home
  • Raw
  • Download

Lines Matching defs:node

337             const node: SourceFile = sourceFile;  constant
343 const node: Identifier = factory.createIdentifier('noSymbolIdentifier'); constant
351 const node: Identifier = (classDeclaration as any)?.name; constant
358 …const node = (anotherSourceFile.statements[0] as VariableStatement).declarationList.declarations[0… constant
378 const node: SourceFile = sourceFile; constant
384 const node: Identifier = factory.createIdentifier('noSymbolIdentifier'); constant
392 const node: Identifier = (functionDeclaration as any)?.name; constant
399 …const node = (anotherSourceFile.statements[0] as VariableStatement).declarationList.declarations[0… constant
419 const node: SourceFile = sourceFile; constant
425 const node: Identifier = factory.createIdentifier('noSymbolIdentifier'); constant
438 const node: Identifier = exportSpecifier.name; constant
446 …const node = (anotherSourceFile.statements[0] as VariableStatement).declarationList.declarations[0… constant
463 const node = parameter.name as Identifier; constant
488 const node: SourceFile = sourceFile; constant
494 const node: Identifier = factory.createIdentifier('noSymbolIdentifier'); constant
506 const node: Identifier = (importEqualsDeclaration as any)?.name; constant
513 …const node = (anotherSourceFile.statements[0] as VariableStatement).declarationList.declarations[0… constant
561 const node: SourceFile = sourceFile; constant
569 const node = (objectBindingPattern as ObjectBindingPattern).elements[0].name; constant
605 const node: SourceFile = sourceFile; constant
613 const node = (namespaceExport as NamespaceExport).name; constant
639 const node: SourceFile = sourceFile; constant
682 const node: SourceFile = sourceFile; constant
690 const node = catchClause.variableDeclaration.name; constant
717 const node: SourceFile = sourceFile; constant
725 const node = (enumDeclaration as any).name; constant