🚀 [Feature]: Standardize casing for 'Ast'#19
Merged
Marius Storhaug (MariusStorhaug) merged 1 commit intomainfrom Mar 7, 2025
Merged
🚀 [Feature]: Standardize casing for 'Ast'#19Marius Storhaug (MariusStorhaug) merged 1 commit intomainfrom
Marius Storhaug (MariusStorhaug) merged 1 commit intomainfrom
Conversation
|
Module Ast - v0.4.0 published to the PowerShell Gallery. |
|
GitHub release for Ast v0.4.0 has been created. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request includes changes to multiple PowerShell functions to standardize the capitalization of "AST" to "Ast" and to rename several functions for consistency. The most important changes are as follows:
Standardization of "AST" to "Ast":
src/functions/public/Core/Get-ASTCommand.ps1: Changed all instances of "AST" to "Ast" in the function documentation and parameter descriptions. [1] [2] [3] [4] [5]src/functions/public/Core/Get-ASTFunction.ps1: Updated "AST" to "Ast" in the function documentation and parameter descriptions. [1] [2] [3]src/functions/public/Core/Get-ASTScript.ps1: Modified "AST" to "Ast" in the function documentation and parameter descriptions. [1] [2] [3]Function Renaming for Consistency:
src/functions/public/Functions/Get-ASTFunctionAlias.ps1: Renamed the function fromGet-ASTFunctionAliastoGet-AstFunctionAliasand updated all references accordingly. [1] [2] [3] [4] [5]src/functions/public/Functions/Get-ASTFunctionName.ps1: Renamed the function fromGet-ASTFunctionNametoGet-AstFunctionNameand updated all references accordingly. [1] [2] [3] [4] [5]src/functions/public/Functions/Get-ASTFunctionType.ps1: Renamed the function fromGet-ASTFunctionTypetoGet-AstFunctionTypeand updated all references accordingly. [1] [2] [3] [4]src/functions/public/Lines/Get-ASTLineComment.ps1: Renamed the filter fromGet-ASTLineCommenttoGet-AstLineCommentand updated all references accordingly. [1] [2] [3]src/functions/public/Scripts/Get-ASTScriptCommand.ps1: Renamed the function fromGet-ASTScriptCommandtoGet-AstScriptCommandand updated all references accordingly. [1] [2]Type of change
Checklist