Skip to content

Commit f7d128e

Browse files
committed
remove: remove utils/move-property
This commit removes `@stdlib/utils/move-property` in favor of `@stdlib/object/move-property`. BREAKING CHANGE: remove `utils/move-property` To migrate, users should update their require/import paths to use `@stdlib/object/move-property` which provides the same API and implementation. Ref: #8755
1 parent eb1b431 commit f7d128e

File tree

11 files changed

+0
-768
lines changed

11 files changed

+0
-768
lines changed

lib/node_modules/@stdlib/utils/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ The namespace has the following sub-namespaces:
180180
- <span class="signature">[`mapKeys( obj, transform )`][@stdlib/utils/map-keys]</span><span class="delimiter">: </span><span class="description">map keys from one object to a new object having the same values.</span>
181181
- <span class="signature">[`mapValues( obj, transform )`][@stdlib/utils/map-values]</span><span class="delimiter">: </span><span class="description">map values from one object to a new object having the same keys.</span>
182182
- <span class="signature">[`merge( target, source1[, source2[,...,sourceN]] )`][@stdlib/utils/merge]</span><span class="delimiter">: </span><span class="description">merge and extend objects.</span>
183-
184183
- <span class="signature">[`nonEnumerablePropertiesIn( obj )`][@stdlib/utils/nonenumerable-properties-in]</span><span class="delimiter">: </span><span class="description">return an array of an object's own and inherited non-enumerable property names and symbols.</span>
185184
- <span class="signature">[`nonEnumerableProperties( obj )`][@stdlib/utils/nonenumerable-properties]</span><span class="delimiter">: </span><span class="description">return an array of an object's own non-enumerable property names and symbols.</span>
186185
- <span class="signature">[`nonEnumerablePropertyNamesIn( obj )`][@stdlib/utils/nonenumerable-property-names-in]</span><span class="delimiter">: </span><span class="description">return an array of an object's own and inherited non-enumerable property names.</span>
@@ -617,8 +616,6 @@ console.log( objectKeys( utils ) );
617616

618617
[@stdlib/utils/merge]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/merge
619618

620-
621-
622619
[@stdlib/utils/nonenumerable-properties-in]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/nonenumerable-properties-in
623620

624621
[@stdlib/utils/nonenumerable-properties]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/nonenumerable-properties

lib/node_modules/@stdlib/utils/move-property/README.md

Lines changed: 0 additions & 144 deletions
This file was deleted.

lib/node_modules/@stdlib/utils/move-property/benchmark/benchmark.js

Lines changed: 0 additions & 66 deletions
This file was deleted.

lib/node_modules/@stdlib/utils/move-property/docs/repl.txt

Lines changed: 0 additions & 38 deletions
This file was deleted.

lib/node_modules/@stdlib/utils/move-property/docs/types/index.d.ts

Lines changed: 0 additions & 53 deletions
This file was deleted.

lib/node_modules/@stdlib/utils/move-property/docs/types/test.ts

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)