Searched defs:createPropertyAssignment (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/src/deprecatedCompat/ |
| D | deprecations.ts | 861 …export const createPropertyAssignment = Debug.deprecate(factory.createPropertyAssignment, factoryD… constant
|
| /third_party/typescript/lib/ |
| D | typescriptServices.d.ts | 3574 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 7070 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|
| D | typescript.d.ts | 3574 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 7070 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|
| D | tsserverlibrary.d.ts | 3574 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 10815 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|
| D | tsc.js | 19581 function createPropertyAssignment(name, initializer) { function
|
| D | typingsInstaller.js | 24377 function createPropertyAssignment(name, initializer) { function
|
| D | typescriptServices.js | 24582 function createPropertyAssignment(name, initializer) { function
|
| D | typescript.js | 24582 function createPropertyAssignment(name, initializer) { function
|
| D | tsserver.js | 24388 function createPropertyAssignment(name, initializer) { function
|
| D | tsserverlibrary.js | 24582 function createPropertyAssignment(name, initializer) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 3650 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 10942 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|
| D | typescript.d.ts | 3650 …createPropertyAssignment(name: string | PropertyName, initializer: Expression): PropertyAssignment; method 7159 …const createPropertyAssignment: (name: string | PropertyName, initializer: Expression) => Property… constant
|