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 3a4ac90 commit 5dca567
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Commands/Languages/JavaScript/JavaScript-Template-DoLoop.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ function Template.DoLoop.js {
Template for a `do` loop in JavaScript.
.EXAMPLE
Template.DoLoop.js -Condition "false" -Body "console.log('This happens once')"
#>
[Alias('Template.ForInLoop.js')]
#>
param(
# The Loop's Condition.
# This determines if the loop should continue running.
Expand Down

0 comments on commit 5dca567

Please sign in to comment.