MCPcopy Create free account
hub / github.com/microsoft/typescript-go / IsExternalModule

Function IsExternalModule

internal/ast/utilities.go:1641–1643  ·  view source on GitHub ↗
(file *SourceFile)

Source from the content-addressed store, hash-verified

1639}
1640
1641func IsExternalModule(file *SourceFile) bool {
1642 return file.ExternalModuleIndicator != nil
1643}
1644
1645func IsExternalOrCommonJSModule(file *SourceFile) bool {
1646 return file.ExternalModuleIndicator != nil || file.CommonJSModuleIndicator != nil

Calls

no outgoing calls

Tested by

no test coverage detected