figwheel

2022-11-01T20:45:55.254979Z

Hey folks, the closure compiler goog.events is not included in figwheel?

2022-11-24T04:36:06.818129Z

It worked my imports

timothypratley 2022-11-01T23:01:53.910159Z

Hi Ian, goog.events is not included in figwheel, or the clojurescript compiler, it is (as you said) from google closure as a library that is available in clojurescript programs because they target the google closure compiler. As such if you are using figwheel you should have no trouble importing from goog.events in your code, but it's not related to figwheel in any way. Does that help or am I misunderstanding the question? Are you encountering a problem?

👍 1