This commit is contained in:
Stephen Franceschelli
2019-07-15 11:41:38 -04:00
parent f26956e368
commit 9098200950
7043 changed files with 0 additions and 1866383 deletions

7
node_modules/.bin/parser.cmd generated vendored
View File

@@ -1,7 +0,0 @@
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\@babel\parser\bin\babel-parser.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\@babel\parser\bin\babel-parser.js" %*
)