diff options
| author | ruki <waruqi@gmail.com> | 2018-11-08 00:38:48 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-11-07 21:53:09 +0800 |
| commit | 26105034da4fcce7ac883c899d781f016559310d (patch) | |
| tree | c459a5dc4e3aa0972d9919033ece511ce76dd129 /node_modules/pretty-error/src/nodePaths.coffee | |
| parent | 2c77f00f1a7ecb6c8192f9c16d3b2001b254a107 (diff) | |
| download | xmake-docs-26105034da4fcce7ac883c899d781f016559310d.tar.gz xmake-docs-26105034da4fcce7ac883c899d781f016559310d.zip | |
switch to vuepress
Diffstat (limited to 'node_modules/pretty-error/src/nodePaths.coffee')
| -rw-r--r-- | node_modules/pretty-error/src/nodePaths.coffee | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/node_modules/pretty-error/src/nodePaths.coffee b/node_modules/pretty-error/src/nodePaths.coffee new file mode 100644 index 00000000..32ed832a --- /dev/null +++ b/node_modules/pretty-error/src/nodePaths.coffee @@ -0,0 +1,52 @@ +module.exports = [ + '_debugger.js' + '_http_agent.js' + '_http_client.js' + '_http_common.js' + '_http_incoming.js' + '_http_outgoing.js' + '_http_server.js' + '_linklist.js' + '_stream_duplex.js' + '_stream_passthrough.js' + '_stream_readable.js' + '_stream_transform.js' + '_stream_writable.js' + '_tls_legacy.js' + '_tls_wrap.js' + 'assert.js' + 'buffer.js' + 'child_process.js' + 'cluster.js' + 'console.js' + 'constants.js' + 'crypto.js' + 'dgram.js' + 'dns.js' + 'domain.js' + 'events.js' + 'freelist.js' + 'fs.js' + 'http.js' + 'https.js' + 'module.js' + 'net.js' + 'os.js' + 'path.js' + 'punycode.js' + 'querystring.js' + 'readline.js' + 'repl.js' + 'smalloc.js' + 'stream.js' + 'string_decoder.js' + 'sys.js' + 'timers.js' + 'tls.js' + 'tty.js' + 'url.js' + 'util.js' + 'vm.js' + 'zlib.js' + 'node.js' +]
\ No newline at end of file |
