✨ Add User Agent Client Hint Params to Google ad request params#33621
✨ Add User Agent Client Hint Params to Google ad request params#33621calebcordry merged 10 commits intoampproject:mainfrom
Conversation
|
Hi all, |
calebcordry
left a comment
There was a problem hiding this comment.
Also not sure if you are aware but we allow async/await in our tests if you want to use it.
|
@rcebulko I think the bundle size check here might be bad? Any idea what's going on? |
IIRC there was a big a while back, but this is an old PR so it probably doesn't have the fix. Rebasing should fix hopefully |
|
Thanks @rcebulko Khoi can you try rebasing? |
|
The |
|
@rsimha Could you help us with the dep-check on this one? It seems to think we introduced a new dependency |
We have a transformer that rewrites all empty |
|
thanks again @rcebulko! Makes sense but agree we should do something if we can to help future users, it's pretty unclear what is happening. |
|
Added the dependency. Thanks all for the help. |
|
@rsimha Do we have a mechanism for allowlisting code in |
Yes, there is an allowlist mechanism. I'd imagine it's possible to allow all imports from It appears that /cc @erwinmombay @samouri @jridgewell who should know more about these rules than I do. |
|
I agree what we should allow core imports everywhere |
|
The glob we would want is |
No description provided.