You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improvement(global-aspect), allow aspects from .bitrc.jsonc to have main.runtime and no static-id (#9496)
Currently, these global-aspects from .bitrc.jsonc file must have
`scope.runtime` instead of the `main.runtime`. It causes issues when
testing via `loadAspect` API, which searches for "main.runtime" files.
They also have to have `static id` prop in their runtime file in
addition to the aspect file.
This PR fixes these two issues. Normal aspects can work out of the box
with no modifications.
0 commit comments