fast-clone icon indicating copy to clipboard operation
fast-clone copied to clipboard

Extremely fast javascript deep cloning function

Results 17 fast-clone issues
Sort by recently updated
recently updated
newest added

## 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...

greenkeeper

## 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...

greenkeeper

## 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...

greenkeeper

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...

enhancement

## 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...

greenkeeper

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`...

enhancement

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.

enhancement