Searched defs:createNewValue (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | utilities.ts | 5766 createNewValue(key: K, valueInNewMap: U): T; method 5776 const { createNewValue } = options; constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 100087 createNewValue: createPackageJsonWatch, property 100096 createNewValue: createMissingFileWatch, property 100103 createNewValue: createWildcardDirectoryWatcher, property 106119 createNewValue: createTypeRootsWatch, property 109646 …createNewValue: function (_path, input) { return watchFile(state, input, function () { return inva… method 109654 …createNewValue: function (path, _input) { return watchFile(state, path, function () { return inval… method
|
| D | typingsInstaller.js | 120697 createNewValue: createPackageJsonWatch, property 120712 createNewValue: createMissingFileWatch, property 120728 createNewValue: createWildcardDirectoryWatcher, property 127596 createNewValue: createTypeRootsWatch, property 131520 …createNewValue: function (_path, input) { return watchFile(state, input, function () { return inva… method 131528 …createNewValue: function (path, _input) { return watchFile(state, path, function () { return inval… method
|