-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
It looks like eb8adb1 introduced some js that causes the //:compiler_uberjar_deploy.jar target to fail:
src/com/google/javascript/jscomp/js/util/eventlistener.js:121:25: ERROR - [JSC_POSSIBLE_INEXISTENT_PROPERTY] Property handleEvent never defined on listener
This property is accessed on a "loose" type, but is not defined anywhere in the program, so it must not exist.
121| var h = listener.handleEvent;
^^^^^^^^^^^
1 error(s), 0 warning(s), 92.6% typed
Target //:compiler_uberjar_deploy.jar failed to build
This change has caused the build to fail for the NPM package mentioned in the README, as well as my docker image builder.
Metadata
Metadata
Assignees
Labels
No labels