Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't kludge accessors in compiled mode (google#5591)
In compiled mode we don't need to add exports to the global Blockly object because they'll already be there - and attempting to do so causes problems when a project imports multiple separate copies of Blockly (which it shouldn't, but many plugins do). This is part of the fix for google/blockly-samples#902.
- Loading branch information