Currently, forward education has an extension that defines its own blocks and is dependent on pxt-jacdac, that also defines blocks. Is it possible for an extension to hide the blocks of an inner extension (treat it purely as implementation). Stems from FE's desire to:
change the language for referring to modules
changing the colors for different modules/services
Grouping blocks by modules rather than services (rotary encoder vs. button, for example). Both modules use the button service, but FE wants to separate the cap-touch button from the rotary-encore.
Currently, forward education has an extension that defines its own blocks and is dependent on pxt-jacdac, that also defines blocks. Is it possible for an extension to hide the blocks of an inner extension (treat it purely as implementation). Stems from FE's desire to:
Grouping blocks by modules rather than services (rotary encoder vs. button, for example). Both modules use the button service, but FE wants to separate the cap-touch button from the rotary-encore.