UNPKG

334 BPlain TextView Raw
1::
2:: Copyright (c) 2015-present, Facebook, Inc.
3:: This source code is licensed under the MIT license found in the
4:: LICENSE file in the root directory of this source tree.
5::
6
7@IF EXIST "%~dp0\node.exe" (
8 "%~dp0\node.exe" "%~dp0\..\cli.js" %*
9) ELSE (
10 @SETLOCAL
11 @SET PATHEXT=%PATHEXT:;.JS;=;%
12 node "%~dp0\..\cli.js" %*
13)