Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5723,7 +5723,7 @@ internal PSModuleInfo LoadModule(PSModuleInfo parentModule, string fileName, str
if (!module.SessionState.Internal.UseExportList)
{
// For cross language boundaries don't implicitly export all functions, unless they are allowed nested modules.
// Implict function export is allowed when any of the following is true:
// Implicit function export is allowed when any of the following is true:
// - Nested modules are allowed by module manifest
// - The import context language mode is FullLanguage
// - This script module not running as trusted (FullLanguage)
Expand Down