Skip to content

Moved URL utility methods into exported es modules

Phil Hughes requested to merge url-utility-es-module into master

What does this MR do?

Exports the URL utils as an ES module & then imports them into the different required files. This removes all the URL utils from the global gl.utils object.

Edited by Phil Hughes

Merge request reports