bf9734c833dfa74aba5bd81b2223b519689dc166efe9d439418762066074db417847d9f9ca4a9f26c61650c8d8ab60de5ba1e53c031ff538c0ff6ec2913d7c 456 B

1234567891011121314
  1. 1to2 naively converts source code files from NAN 1 to NAN 2. There will be erroneous conversions,
  2. false positives and missed opportunities. The input files are rewritten in place. Make sure that
  3. you have backups. You will have to manually review the changes afterwards and do some touchups.
  4. ```sh
  5. $ tools/1to2.js
  6. Usage: 1to2 [options] <file ...>
  7. Options:
  8. -h, --help output usage information
  9. -V, --version output the version number
  10. ```