Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
should not emit goog.require for foreign-libs under :modules
Key details
Description
ModuleManager will attempt to eval the module but will encounter goog.require("foreign-lib") which will fail. This patch requires a test.
ModuleManager will attempt to eval the module but will encounter goog.require("foreign-lib") which will fail. This patch requires a test.