Trey Shugart

Results 106 comments of Trey Shugart

Yep, maybe it's better to elaborate on that.

If you're willing to (help?) maintain them, sure.

@nadiam84 what do you think about this? I know we've talked about it in the past. I don't believe the spec is particular about this.

Sounds good to me :) On Thu, 9 Jun 2016, 21:33 nadiam84 [email protected] wrote: > @treshugart https://github.com/treshugart since there is nothing about > this in the spec, and since we...

This might cover #18 re `shadow({ deep: true })`.

There's been some talk started about finding some standard set of Shadow DOM V1 tests that we might be able to collab on: https://github.com/webcomponents/webcomponents.github.io/issues/329#issuecomment-222220968.

@robdodson it's not CSP compliant, but we have a Webpack plugin that moves it into a conditional `eval()` only if native is detected in https://github.com/skatejs/web-components/blob/master/build/fix-native-shim.js. I really don't know of...

You can do conditional imports. At that time we were using Webpack 1, but it might be simpler using 2. Worth a try anyway! Would be good to try this...

Might be okay to remove this soon if Safari stable has the fix for that.

https://webpack.js.org/guides/code-splitting-async/ The only issue is that it's async, which means we might need to expose an API to do something after the polyfills are finished loading so that definitions can...