element-internals-polyfill
element-internals-polyfill copied to clipboard
drop unused deps, add simple integration test, change typescript target
Hi Caleb,
the generated polyfill includes the optional chaining operator ?.
Your .babelrc
targets IE11, but I think it is not used in your rollup process.
That's why I dropped babel und added es2015 to the typescript target. A simple integration test ensures the generated output is free from fancy syntax.