Skip to content

Commit

Permalink
chore: Adding Build Conditions ( Fixes #965 )
Browse files Browse the repository at this point in the history
To Types
  • Loading branch information
James Brundage committed May 2, 2024
1 parent dbc1e4e commit 886b72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Types/PSModuleInfo/FindExtensions.ps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.EXAMPLE
(Get-Module PipeScript).FindExtensions((Get-Module PipeScript | Split-Path))
#>
[ValidatePattern('Extension')]
param()

$targetModules = @()
Expand Down
1 change: 1 addition & 0 deletions Types/PSModuleInfo/get_CommandType.ps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.EXAMPLE
(Get-Module PipeScript).CommandType
#>
[ValidatePattern('CommandType')]
param()

if (-not $this.'.CommandTypes') {
Expand Down

0 comments on commit 886b72a

Please sign in to comment.