pub fn sticky_regex() -> impl Pass
Compile ES2015 sticky regex to an ES5 RegExp constructor
/o+/y;
new RegExp("o+", "y")