Skip to content

WIP: Refactor the blob bundle

username-removed-636429 requested to merge refactor-blob-bundle into master

What does this MR do?

Removes a bunch of classes from the global scope and places them in a bundle outside of the main.js bundle as they are not needed on every page load.

Are there points in the code the reviewer needs to double check?

Make sure all the functionality of the blob javascript still works as intended. No code was changed other than removing IIFEs and refactoring some coffeescript-generated code into ES6 classes.

Why was this MR needed?

Part of an ongoing effort to reduce our global scope pollution and pave the way for performance gains via code splitting.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports