-
Notifications
You must be signed in to change notification settings - Fork 52
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
Allow adding custom shadow argument reporters (SB part) #20
base: develop
Are you sure you want to change the base?
Conversation
I think it would be better to have this as a property on the block, and then register an extension (like |
eh, that would require deeper changes and its only used by this check |
it is better for this to be set declaratively on the block in getInfo() then the vm will forward it along |
Fineee, I will do both 😔 |
VM: TurboWarp/scratch-vm#246
Resolves
Having to do a weird patch for it.
Proposed Changes
Allows you to add your own custom shadow argument reporters. (reporters that duplicate when they are shadowed and dragged)
Reason for Changes
See #Resolves
Test Coverage
No tests, this is very simple