oracle-samples / xfc

A javascript library for Cross Frame Communication
Apache License 2.0
17 stars 24 forks source link

Adding babel-runtime and transform plugins #6

Closed kafkahw closed 6 years ago

kafkahw commented 7 years ago

Summary

Added babel-runtime and a couple transform plugins that remove the need of extra global polyfills.

Additional Details

This won't pollute global so the consumer of xfc can still choose to include a global polyfill if they want. However, extra polyfills are not needed to consume this library.

Thanks for contributing to xfc.

mhemesath commented 6 years ago

Did you test this in IE10 for @poloka

kafkahw commented 6 years ago

yes, just ran through all existing examples in IE10 and everything looks fine.