jsinterop-base
jsinterop-base copied to clipboard
Utilities for GWT and J2CL to interact with JavaScript beyond JsInterop
We can follow something similar to auto-value "how do I" page: https://github.com/google/auto/blob/master/value/userguide/index.md#how-do-i
This patch uses the guide at https://docs.bazel.build/versions/master/generate-workspace.html and the linked project there to generate all dependencies required to run tests. The `generate-workspace.bzl` file is left entirely generated (to ease re-generating...
Hey guys, I'm looking at getting these tests running in open source, as I have a few changes I'd like to propose, and thought it might make sense to submit...
This is sort of obscure, but it would be nice to have support for the same classes existing in different global window contexts. For example, if you have an iframe,...
https://github.com/google/jsinterop-base/commit/40918a2fa860ac62849dec3bf73d752df7be48c0 adds the JSpecify annotations, but doesn't add them to gwt.xml, leading to ``` [ERROR] Errors in 'jar:file:/.../base-1.0.2.jar!/jsinterop/base/Js.java' [ERROR] Line 140: Nullable cannot be resolved to a type ``` For...
It looks like in the published version 1.1.0/1.1.1 on maven central the` .native.js` files are missing, which prevents us from using `elemental2-*` with j2cl with maven