Skip to content

Commit

Permalink
feat: Template.RegexLiteral.js ( Fixes #813, Fixes #815 )
Browse files Browse the repository at this point in the history
Also fixing aliases in templates and marking JavaScript as CaseSensitive
  • Loading branch information
StartAutomating authored and StartAutomating committed Dec 6, 2023
1 parent eeb12c8 commit ae7381f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ function Template.WhileLoop.js {
Template for a `while` loop in JavaScript.
.EXAMPLE
Template.WhileLoop.js -Condition "false" -Body "console.log('This never happens')"
#>
[Alias('Template.ForInLoop.js')]
#>
param(
# The Loop's Condition.
# This determines if the loop should continue running.
Expand Down

0 comments on commit ae7381f

Please sign in to comment.