fast-clone
fast-clone copied to clipboard
Extremely fast javascript deep cloning function
## The devDependency [pad](https://github.com/adaltas/node-pad) was updated from `2.2.2` to `2.2.3`. This version is **not covered** by your **current version range**. If you donโt accept this pull request, your project will...
## The devDependency [standard-version](https://github.com/conventional-changelog/standard-version) was updated from `5.0.2` to `6.0.1`. This version is **not covered** by your **current version range**. If you donโt accept this pull request, your project will...
## The devDependency [ts-jest](https://github.com/kulshekhar/ts-jest) was updated from `24.0.0` to `24.0.1`. This version is **not covered** by your **current version range**. If you donโt accept this pull request, your project will...
This library does not support circular references, but if we could still get the same performance while supporting them it would be great! An alternative would be to add an...
## There have been updates to the *angular1* monorepo: - The `devDependency` [angular](https://github.com/angular/angular.js) was updated from `1.7.7` to `1.7.8`. These versions are **not covered** by your **current version range**. If...
So you could for example, exclude all the properties starting with $ from being cloned. Angular likes to attach extra '$...' properties to scoped objects, and although there exists `angular.copy`...
For handling specific types/paths in the tree, so if there is a particular object for example that you need to create with a specific constructor then you can.