-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summaries: Why is a component's 'pkg' serialized as an array? #2250
Comments
#2 is intentional to support scoped registry where a component bring it only component registry to create and not force the "parent" to include it with them. The entries in the array is basically the path of registries. |
So IComponentAttributes has pkg of type string: |
I did not change the format of The change that I made exposed this There was this other change I made which changed the |
@DLehenbauer we want to discourage issues as questions. Is any work falling out of this thread? I am going to remove the "question" tag from the repo. |
Because this issue is marked as "by design" and has not had activity for over 3 days, we're automatically closing it for house-keeping purposes. |
While helping the Sharepoint team parse summaries, I noticed the following oddity:
In a Fluid summary file:
A typical blob looks like this:
I noted that:
["@ms/scriptor"]
instead of"@ms/scriptor"
).I assume both are unintentional?
The text was updated successfully, but these errors were encountered: