Created by: shs96c
This includes:
-
closure_library: no concrete output, but a useful way of collecting functionality into modules. -
closure_binary: compile a set ofclosure_libraryinstances into a single minified output. -
closure_fragment: takes a single method from aclosure_libraryand exposes it as a minified set of JS, suitable for injeting into a web page.
The last rule is used extensively within Selenium to implement shared functionality which is best done using JS.