Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts5738 createNewValue(key: K, valueInNewMap: U): T; method
5748 const { createNewValue } = options; constant
/third_party/typescript/lib/
DtypingsInstaller.js120397 createNewValue: createPackageJsonWatch, property
120412 createNewValue: createMissingFileWatch, property
120428 createNewValue: createWildcardDirectoryWatcher, property
127124 createNewValue: createTypeRootsWatch, property
131038createNewValue: function (_path, input) { return watchFile(state, input, function () { return inva… method
131046createNewValue: function (path, _input) { return watchFile(state, path, function () { return inval… method
Dtsc.js99811 createNewValue: createPackageJsonWatch, property
99820 createNewValue: createMissingFileWatch, property
99827 createNewValue: createWildcardDirectoryWatcher, property
105673 createNewValue: createTypeRootsWatch, property
109190createNewValue: function (_path, input) { return watchFile(state, input, function () { return inva… method
109198createNewValue: function (path, _input) { return watchFile(state, path, function () { return inval… method