node-v8-clone
node-v8-clone copied to clipboard
A c++ addon for node.js that does the most accurate cloning for node.js.
Not a surprise, must be related to a lot of internal api changes for newer V8. Unfortunately I have no experience with Node internals, so barely can do myself. ```...
Install gives an error. About c++ headers here is the log file. 378 verbose unlock done using C:\Users\admin\AppData\Roaming\npm-cache_locks\nan-9704789c54ac9420.lock for C:\Source\Swimlane\Web\node_modules\node-v8-clone\node_modules\nan 379 verbose about to build C:\Source\Swimlane\Web\node_modules\node-v8-clone 380 info build C:\Source\Swimlane\Web\node_modules\node-v8-clone...
Since node-v8-clone is compiled through node-gyp it may be installed on Windows only if both Microsoft Visual Studio C++ 2013 and Python are installed. It forces any project that depends...
There is a bug in Object.keys() cloner implementation, which makes a false sense that Object.keys() cloning method is faster than for(in) method.
This example https://gist.github.com/buryndin/a7330825d623f14504cd does not work correctly in node v0.12 and v0.11, and it works correctly in version 0.10. However, if the structure is not loaded from the file, initialize...
bump nan
won't compile on io.js without bumping nan. needed to install gulp-helpers cheers
This pull request adds api shortcuts `deepClone` and `shallowClone` to circumvent the [api Boolean trap](http://ariya.ofilabs.com/2011/08/hall-of-api-shame-boolean-trap.html) problem.