Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revise the suggestion for using goog.require in native.js files
- removed the tip about ensuring it's import in Java. This won't always work - Focus more toward the potential for conflicting names and incorrect loading semantics (IIRC this is a problem with cyclical references). - Instead suggest people just implement a class in JS and use JsInterop. PiperOrigin-RevId: 694314634
- Loading branch information