Files
blockly/tests
Christopher Allen 0bb74a3a64 fix(tests): Prevent spurious transpilation warnings
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.
2022-06-14 23:35:47 +01:00
..
2019-07-30 15:08:47 -07:00