mceSystems / node-jsc

A node.js port to the JavaScriptCore engine and iOS
Other
221 stars 16 forks source link

Some part of jscshim is broken when using TLSWrap #16

Open Constellation opened 5 years ago

Constellation commented 5 years ago

When you run node-jsc deps/npm/bin/npm-cli.js install escodegen, it reports strange errors. It seems that tls_wrap.TLSWrap.prototype in lib/_tls_wrap.js is different from the prototype object for TLSWrap C++ code.

MCE-KobyBo commented 5 years ago

I see, on my Windows machine I'm getting: npm ERR! self._handle.connect is not a function. (In 'self._handle.connect(req, address, port)', 'self._handle.connect' is undefined)

Strange, I'll look into it.