Adding node_modules

This commit is contained in:
Deepak Sattiraju
2019-09-23 15:17:37 +05:30
parent 8d56cba217
commit 8f53944957
312 changed files with 47895 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\esprima\bin\esparse.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\esprima\bin\esparse.js" %*
)