Home
last modified time | relevance | path

Searched defs:createNewValue (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts5766 createNewValue(key: K, valueInNewMap: U): T; method
5776 const { createNewValue } = options; constant
/third_party/typescript/lib/
Dtsc.js100087 createNewValue: createPackageJsonWatch, property
100096 createNewValue: createMissingFileWatch, property
100103 createNewValue: createWildcardDirectoryWatcher, property
106119 createNewValue: createTypeRootsWatch, property
109646createNewValue: function (_path, input) { return watchFile(state, input, function () { return inva… method
109654createNewValue: function (path, _input) { return watchFile(state, path, function () { return inval… method
DtypingsInstaller.js120697 createNewValue: createPackageJsonWatch, property
120712 createNewValue: createMissingFileWatch, property
120728 createNewValue: createWildcardDirectoryWatcher, property
127596 createNewValue: createTypeRootsWatch, property
131520createNewValue: function (_path, input) { return watchFile(state, input, function () { return inva… method
131528createNewValue: function (path, _input) { return watchFile(state, path, function () { return inval… method