SLaks / Styliner

Turns CSS stylesheets into inline style="" attributes for HTML emails
http://styliner.slaks.net
124 stars 20 forks source link

downgraded q-io causing ES6 to break #28

Open deitch opened 6 years ago

deitch commented 6 years ago

This issue originally was raised in #17 and fixed in PR #18 , which made it into Styliner 1.0.0. However, it appears to have been downgraded in PR #24 . Is there a dependency on q-io 1.x for the q upgrades?

With this in place, some ES6 native code gets overridden by shims (which probably should test if it exists first, but I suspect that is what is handled in the 2.x branch of q-io or its dependencies).