mirror of
https://github.com/google/blockly.git
synced 2026-01-14 20:37:10 +01:00
For some reason when the debug module loader encounters ES modules it starts to complain about being unable to transpile some ES202x features in other (non-ESM) modules, even though it doesn't normally try to transpile those. Since uncompressed-mode testing is almost exclusively on modern browsers we don't care about transpiling these features, so suppress the warnings instead.