Closed splashdust closed 1 month ago
Based on the included changeset, the following releases will be published as a result of this PR:
Note: If unpublished changesets where merged to main
after the first commit of this PR, this
list will include those changes in addition to the ones specific to this PR.
This PR refactors the element lookup table as a global singleton rather than a module-scoped object. This should help in module federated scenarios where code has been split up into multiple dynamically loaded modules.
An added benefint is that it now becomes easier to troubleshoot scoping related issues, since you can simply inspect the singleton: