Skip to content

Commit 7e3386b

Browse files
committed
update
1 parent b8ed8fb commit 7e3386b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/compiler/fileloader.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ func (p *fileLoader) toPath(file string) tspath.Path {
270270
return tspath.ToPath(file, p.opts.Host.GetCurrentDirectory(), p.opts.Host.FS().UseCaseSensitiveFileNames())
271271
}
272272

273+
// deno: function for getting if the loader has a @types/node package
273274
func (p *fileLoader) hasTypesNodePackage() bool {
274275
hasTypesNode := false
275276
p.filesParser.tasksByFileName.Range(func(key string, value *queuedParseTask) bool {

0 commit comments

Comments
 (0)