Searched defs:createPropertyAssignment (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/src/deprecatedCompat/4.0/ |
D | nodeFactoryTopLevelExports.ts | 850 …export const createPropertyAssignment = Debug.deprecate(factory.createPropertyAssignment, factoryD… constant
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 3992 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 8099 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|
D | typescriptServices.d.ts | 3992 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 8099 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|
D | tsserverlibrary.d.ts | 3992 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 12038 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|
D | typingsInstaller.js | 26917 function createPropertyAssignment(name, initializer) { function
|
D | tsc.js | 21737 function createPropertyAssignment(name, initializer) { function
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 3992 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 8099 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|
D | tsserverlibrary.d.ts | 3992 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 12038 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|