Home
last modified time | relevance | path

Searched defs:createVariableDeclaration (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts1185 export const createVariableDeclaration = Debug.deprecate(function createVariableDeclaration(name: s… constant
/third_party/typescript/lib/
Dtypescript.d.ts4084createVariableDeclaration(name: string | BindingName, exclamationToken?: ExclamationToken, type?: … method
8468 const createVariableDeclaration: { constant
Dtsserverlibrary.d.ts8087createVariableDeclaration(name: string | BindingName, exclamationToken?: ExclamationToken, type?: … method
12398 const createVariableDeclaration: { constant
DtypingsInstaller.js15742 function createVariableDeclaration(name, exclamationToken, type, initializer) { function
Dtsc.js21033 function createVariableDeclaration(name, exclamationToken, type, initializer) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4084createVariableDeclaration(name: string | BindingName, exclamationToken?: ExclamationToken, type?: … method
8468 const createVariableDeclaration: { constant
Dtsserverlibrary.d.ts8087createVariableDeclaration(name: string | BindingName, exclamationToken?: ExclamationToken, type?: … method
12398 const createVariableDeclaration: { constant
/third_party/typescript/src/compiler/
Dtypes.ts8328createVariableDeclaration(name: string | BindingName, exclamationToken?: ExclamationToken, type?: … method