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 | typescriptServices.d.ts | 4020 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 8134 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|
| D | typescript.d.ts | 4020 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 8134 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|
| D | tsserverlibrary.d.ts | 4020 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 12080 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|
| D | tsc.js | 21775 function createPropertyAssignment(name, initializer) { function
|
| D | typingsInstaller.js | 26958 function createPropertyAssignment(name, initializer) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 4020 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 8134 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|
| D | tsserverlibrary.d.ts | 4020 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 12080 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|