setup-php/node_modules/.bin/regjsparser.cmd

7 lines
186 B
Batchfile
Raw Normal View History

2019-09-20 09:41:20 +07:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\regjsparser\bin\parser" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\regjsparser\bin\parser" %*
)