Damian Kaczmarek
Damian Kaczmarek
Interesting idea. I am subscribing to this thread for new developments. ;)
> If you want to include only properties that have no groups assigned, you can [now use `{groups: []}`](https://github.com/deepkit/deepkit-framework/commit/0ed99235c0379256e7d2b952f3d82338b33f6161). Right but what if I want to have both fields with...
> You could add a group to each field then, e.g. a `default`. This is probably the most secure and stable way. Agreed it would work. But this adds verbosity....
Alternatively maybe there could be a symbol for representing a default group. Such as: ``` // somewhere in the deepkit src export const NO_GROUP = new Symbol('NO_GROUP'); ``` ``` groups...
And one more alternative that I came up with: ``` groups: [, 'foo' ] ``` ``` » node Welcome to Node.js v14.15.0. Type ".help" for more information. > [, 'foo']...
Sorry I don't have any bandwidth to work on it. One solution to consider would be to merge this and create a follow up issue with a test case. I've...
@valscion let me know if this is what you had in mind
I know it's been a while. :) Likely there has been no progress but it doesn't hurt to ask.
@sunft1996 can you use `npx publish-to-git` to publish a version to your repo? Then we will be able to install as such https://www.npmjs.com/package/publish-to-git#consumption-of-private-git-npm-packages
Could you provide a sample repo where the problem occurs? I think I dealt with a similar issue but would need to see what was the problem in your case.