jscodeshift.sh 267 B

123456789101112
  1. #!/usr/bin/env node
  2. /**
  3. * Copyright (c) Facebook, Inc. and its affiliates.
  4. *
  5. * This source code is licensed under the MIT license found in the
  6. * LICENSE file in the root directory of this source tree.
  7. */
  8. 'use strict';
  9. require('./jscodeshift.js');