daikins/.svn/pristine/aa/aa3d1121a1bfcaab9fe524ac668...

13 lines
956 B
Plaintext

@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=C:\Users\ljl\Desktop\dajin\node_modules\.pnpm\typescript@4.8.4\node_modules\typescript\bin\node_modules;C:\Users\ljl\Desktop\dajin\node_modules\.pnpm\typescript@4.8.4\node_modules\typescript\node_modules;C:\Users\ljl\Desktop\dajin\node_modules\.pnpm\typescript@4.8.4\node_modules;C:\Users\ljl\Desktop\dajin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=C:\Users\ljl\Desktop\dajin\node_modules\.pnpm\typescript@4.8.4\node_modules\typescript\bin\node_modules;C:\Users\ljl\Desktop\dajin\node_modules\.pnpm\typescript@4.8.4\node_modules\typescript\node_modules;C:\Users\ljl\Desktop\dajin\node_modules\.pnpm\typescript@4.8.4\node_modules;C:\Users\ljl\Desktop\dajin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\typescript\bin\tsc" %*
) ELSE (
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\typescript\bin\tsc" %*
)