Searched defs:createPropertySignature (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/src/deprecatedCompat/4.0/ |
D | nodeFactoryTopLevelExports.ts | 1112 export const createPropertySignature = Debug.deprecate(function createPropertySignature( constant
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 3641 …createPropertySignature(modifiers: readonly Modifier[] | undefined, name: PropertyName | string, q… method 8211 …const createPropertySignature: (modifiers: readonly Modifier[] | undefined, name: PropertyName | s… constant
|
D | typescriptServices.d.ts | 3641 …createPropertySignature(modifiers: readonly Modifier[] | undefined, name: PropertyName | string, q… method 8211 …const createPropertySignature: (modifiers: readonly Modifier[] | undefined, name: PropertyName | s… constant
|
D | tsserverlibrary.d.ts | 3641 …createPropertySignature(modifiers: readonly Modifier[] | undefined, name: PropertyName | string, q… method 12150 …const createPropertySignature: (modifiers: readonly Modifier[] | undefined, name: PropertyName | s… constant
|
D | typingsInstaller.js | 22717 createPropertySignature: createPropertySignature, property 23737 function createPropertySignature(modifiers, name, questionToken, type) { function
|
D | tsc.js | 18079 createPropertySignature: createPropertySignature, property 19013 function createPropertySignature(modifiers, name, questionToken, type) { function
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 3641 …createPropertySignature(modifiers: readonly Modifier[] | undefined, name: PropertyName | string, q… method 8211 …const createPropertySignature: (modifiers: readonly Modifier[] | undefined, name: PropertyName | s… constant
|
D | tsserverlibrary.d.ts | 3641 …createPropertySignature(modifiers: readonly Modifier[] | undefined, name: PropertyName | string, q… method 12150 …const createPropertySignature: (modifiers: readonly Modifier[] | undefined, name: PropertyName | s… constant
|