Skip to content

Commit

Permalink
feat(utils): replace slick-core extend utils with node-extend
Browse files Browse the repository at this point in the history
the `extend` function that was added to SlickGrid core utils seems to be causing problems when Angular-Slickgrid are published on external website as per this issue: ghiscoding/Angular-Slickgrid#1334
- the node-extend came from this popular npm package: https://github.com/justmoon/node-extend/blob/v1.2.0/test/index.js
the reason, I reimplemented it in here is because the npm package is using old CJS syntax and is not ESM friendly, moving the code in here would be better with newer syntax and less CJS code, also less external dependencies
  • Loading branch information
ghiscoding committed Dec 20, 2023
1 parent abe256a commit bf50850
Show file tree
Hide file tree
Showing 3 changed files with 745 additions and 0 deletions.
Loading

0 comments on commit bf50850

Please sign in to comment.