You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for similar issues before opening a new one.
Description
When you access Blockly via import * as Blockly from 'blockly'; It loads the JS generator, but it isn't made accessible to external developers in any way. We should stop loading the JS generator.
The text was updated successfully, but these errors were encountered:
@cpcallen This is not a docs issue. This issue covers the fact that the browser and node packages unnecessarily import the javascript generator, but don't make it available.
Check for duplicates
Description
When you access Blockly via
import * as Blockly from 'blockly';
It loads the JS generator, but it isn't made accessible to external developers in any way. We should stop loading the JS generator.The text was updated successfully, but these errors were encountered: