Closed sgammon closed 5 years ago
Julien, i didn't look at the underlying issue but we need to make sure these targets are part of the open source CI.
@jDramaix i am also getting this issue trying to use indexeddb
. let me know if i can help you diagnose or reproduce the issue.
I was able to reproduce that locally. The problem comes from two different extern files provide the same externs. I'm currently working on fixing that. I'll keep you inform when it's done.
Thanks for the bug report.
@jDramaix, this is blocking us, is there any update? thank you again for all your hard work
I have a fix waiting for review internally
@jDramaix thank you :) much appreciated
@jDramaix, i'm still getting this issue. could we potentially leave this open until your fix is merged?
The fix has been merged in 1d73ef3836013f37bbb87ae4abedc83e4f60e925
Are you sure you have the same issue? JsCompiler guys submitted yesterday a change in externs file that break temporary elemental at head. Theu should sync theit github repo today.
If it's the same error, could create a small project that reproduce the error ?
@jDramaix i can pin to that commit and see if it fixes the issue. it appears the same to me but i'll report back
thank you for the update
I am encountering an issue using the
webstorage
module. Basically, I can add it from Java in a Bazel target, but I can't add the corresponding-j2cl
dependency:BUILD.bazel
for my J2CL/Elemental2 app:The above works until I add the dependency
"@com_google_elemental2//:elemental2-webstorage-j2cl"
to thedatasynclib-j2cl
target. At that point, the build breaks, and I get the following output: