Closed flore77 closed 8 years ago
I add the regex to replace babelHelpers.typeof
, because the babel plugin ES3 member expressions literals transform is not transforming also the babel code, it is transforming only our code, so when babel declares:
babelHelpers.typeof = ....
This will not be compiled into:
babelHelpers['typeof'] = ....
By merging #83 there is no need anymore of the regex.
Now js-reporters is working also in IE8 along with babel-polyfill
or es5-shim
and es5-sham
.
Besides the one issue, looking good
Fixes https://github.com/browserstack/browserstack-runner/pull/163.