Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
ps12exe
0.3.50
src/RuntimePwsh2.0/CodeChecker.ps1
[
CmdletBinding
(
)
]
param
(
[string]
$scriptText
)
$errors
=
$null
[System.Management.Automation.PSParser]
::
Tokenize
(
$scriptText
,
[ref]
$errors
)
|
Out-Null
$errors