microsoft / pxt

Microsoft MakeCode (PXT - Programming eXperience Toolkit)
https://makecode.com
MIT License
2.07k stars 577 forks source link

generalize hardcoded support for "Image" type in pxt #9868

Open tballmsft opened 6 months ago

tballmsft commented 6 months ago

There are a few places in emitter.ts where there is a dependence on the user-visible "Image" type (and some other helper functions related to arcade images). Need to make these parameterizable by target, defaulting to values used by Arcade.

tballmsft commented 6 months ago

https://github.com/microsoft/pxt/pull/9869