ui-extensions-tester: support explicit resource management (using keyword)#4114
Conversation
🚨🚨🚨 Docs migration in progress 🚨🚨🚨We are actively migrating UI extension reference docs to MDX in the
During this migration, please be aware of the following:
Doc comments in Examples that previously lived in this repo are being moved to the What should I do?
Thanks for your patience while we complete the migration! 🙏 |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
3d6a007 to
f1d7514
Compare
|
/snapit |
|
🫰✨ Thanks @kumar303! Your snapshots have been published to npm. Test the snapshots by updating your "@shopify/ui-extensions": "0.0.0-snapshot-20260316150650",
"@shopify/ui-extensions-tester": "0.0.0-snapshot-20260316150650" |
f1d7514 to
d1775d0
Compare
|
/snapit |
|
🫰✨ Thanks @kumar303! Your snapshots have been published to npm. Test the snapshots by updating your "@shopify/ui-extensions": "0.0.0-snapshot-20260316153155",
"@shopify/ui-extensions-tester": "0.0.0-snapshot-20260316153155" |
d1775d0 to
22a296f
Compare
|
/snapit |
|
🫰✨ Thanks @kumar303! Your snapshots have been published to npm. Test the snapshots by updating your "@shopify/ui-extensions": "0.0.0-snapshot-20260316161701",
"@shopify/ui-extensions-tester": "0.0.0-snapshot-20260316161701" |

Support explicit resource management (
usingkeyword) and prefer this as the library interface.Notes
setUpExtensionfunction as the entry pointsetUpExtension()to be called repeatedlygetExtensionfunction remains unchanged for runtimes that don't support Explicit Resource Management🎩
Preview the README
Checklist