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