Searched defs:createVariableDeclaration (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/deprecatedCompat/4.0/ |
| D | nodeFactoryTopLevelExports.ts | 1185 export const createVariableDeclaration = Debug.deprecate(function createVariableDeclaration(name: s… constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 4084 …createVariableDeclaration(name: string | BindingName, exclamationToken?: ExclamationToken, type?: … method 8468 const createVariableDeclaration: { constant
|
| D | tsserverlibrary.d.ts | 8087 …createVariableDeclaration(name: string | BindingName, exclamationToken?: ExclamationToken, type?: … method 12398 const createVariableDeclaration: { constant
|
| D | typingsInstaller.js | 15742 function createVariableDeclaration(name, exclamationToken, type, initializer) { function
|
| D | tsc.js | 21033 function createVariableDeclaration(name, exclamationToken, type, initializer) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 4084 …createVariableDeclaration(name: string | BindingName, exclamationToken?: ExclamationToken, type?: … method 8468 const createVariableDeclaration: { constant
|
| D | tsserverlibrary.d.ts | 8087 …createVariableDeclaration(name: string | BindingName, exclamationToken?: ExclamationToken, type?: … method 12398 const createVariableDeclaration: { constant
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 8328 …createVariableDeclaration(name: string | BindingName, exclamationToken?: ExclamationToken, type?: … method
|