v20 moves the module loaders to a separate worker thread. Because Quibble needs to communicate between the user thread (that calls quibble.esm to mock modules) and the module loader (which does the actual mocking), we need to change the whole way that this communication happens.
v20 moves the module loaders to a separate worker thread. Because Quibble needs to communicate between the user thread (that calls
quibble.esm
to mock modules) and the module loader (which does the actual mocking), we need to change the whole way that this communication happens.