didi
didi copied to clipboard
Dependency Injection for JavaScript
WIP Closes #14
Would be great to support unpacking or destructured objects for function parameters. Working on a PR here with update to the readme. ```javascript // destructured object parameter wont require any...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.56.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.56.0/9.0.0) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^20.16.11` -> `^22.0.0`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.11/22.8.4) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/chai](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai)) | [`^4.3.20` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@types%2fchai/4.3.20/5.0.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
### Is your feature request related to a problem? Please describe I'm developing an SDK library that needs to provide built-in classes, but I want to use Symbol variables as...