nodePaths.coffee 813 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. module.exports = [
  2. '_debugger.js'
  3. '_http_agent.js'
  4. '_http_client.js'
  5. '_http_common.js'
  6. '_http_incoming.js'
  7. '_http_outgoing.js'
  8. '_http_server.js'
  9. '_linklist.js'
  10. '_stream_duplex.js'
  11. '_stream_passthrough.js'
  12. '_stream_readable.js'
  13. '_stream_transform.js'
  14. '_stream_writable.js'
  15. '_tls_legacy.js'
  16. '_tls_wrap.js'
  17. 'assert.js'
  18. 'buffer.js'
  19. 'child_process.js'
  20. 'cluster.js'
  21. 'console.js'
  22. 'constants.js'
  23. 'crypto.js'
  24. 'dgram.js'
  25. 'dns.js'
  26. 'domain.js'
  27. 'events.js'
  28. 'freelist.js'
  29. 'fs.js'
  30. 'http.js'
  31. 'https.js'
  32. 'module.js'
  33. 'net.js'
  34. 'os.js'
  35. 'path.js'
  36. 'punycode.js'
  37. 'querystring.js'
  38. 'readline.js'
  39. 'repl.js'
  40. 'smalloc.js'
  41. 'stream.js'
  42. 'string_decoder.js'
  43. 'sys.js'
  44. 'timers.js'
  45. 'tls.js'
  46. 'tty.js'
  47. 'url.js'
  48. 'util.js'
  49. 'vm.js'
  50. 'zlib.js'
  51. 'node.js'
  52. ]