Home
last modified time | relevance | path

Searched defs:newVariableDeclaration (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/refactors/
DextractSymbol.ts1228 …const newVariableDeclaration = factory.createVariableDeclaration(localNameText, /*exclamationToken… constant
/third_party/typescript/src/compiler/transformers/
Des2015.ts3590 const newVariableDeclaration = factory.createVariableDeclaration(temp); constant