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.
1 parent b8ed8fb commit 7e3386bCopy full SHA for 7e3386b
internal/compiler/fileloader.go
@@ -270,6 +270,7 @@ func (p *fileLoader) toPath(file string) tspath.Path {
270
return tspath.ToPath(file, p.opts.Host.GetCurrentDirectory(), p.opts.Host.FS().UseCaseSensitiveFileNames())
271
}
272
273
+// deno: function for getting if the loader has a @types/node package
274
func (p *fileLoader) hasTypesNodePackage() bool {
275
hasTypesNode := false
276
p.filesParser.tasksByFileName.Range(func(key string, value *queuedParseTask) bool {
0 commit comments