webcomponents / polyfills

Web Components Polyfills
BSD 3-Clause "New" or "Revised" License
1.13k stars 166 forks source link

Convert all multi-line import statements to single line #452

Closed bicknellr closed 3 years ago

bicknellr commented 3 years ago

There's an internal tool that breaks on multiline imports. It's being actively replaced, but for now we need to work around it.

This PR is part of http://cl/379640941, which is waiting on internal tests to finish. I also tested that CL + #455 last night and only saw 5 failures, which were fixed locally after reverting changes from #455.

bicknellr commented 3 years ago

Internal tests are clean. See comments in http://cl/379640941.