We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
createMapFromTemplate
1 parent 30462e1 commit b98e82eCopy full SHA for b98e82e
src/server/typingsInstaller/nodeTypingsInstaller.ts
@@ -46,7 +46,7 @@ namespace ts.server.typingsInstaller {
46
}
47
try {
48
const content = <TypesRegistryFile>JSON.parse(host.readFile(typesRegistryFilePath));
49
- return createMap<void>(content.entries);
+ return createMapFromTemplate<void>(content.entries);
50
51
catch (e) {
52
if (log.isEnabled()) {
0 commit comments