element-internals-polyfill icon indicating copy to clipboard operation
element-internals-polyfill copied to clipboard

drop unused deps, add simple integration test, change typescript target

Open christianhaller3000 opened this issue 1 year ago • 0 comments

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.

christianhaller3000 avatar Jan 19 '24 13:01 christianhaller3000