7 lines
300 B
Batchfile
7 lines
300 B
Batchfile
@IF EXIST "%~dp0\node.exe" (
|
|
"%~dp0\node.exe" "%~dp0\..\babel-plugin-transform-es2015-unicode-regex\node_modules\regjsparser\bin\parser" %*
|
|
) ELSE (
|
|
@SETLOCAL
|
|
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
node "%~dp0\..\babel-plugin-transform-es2015-unicode-regex\node_modules\regjsparser\bin\parser" %*
|
|
) |