Documentation ¶
Overview ¶
Package closure provides tools to help with the use of the closure library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepParseDeps ¶
DeepParseDeps reads closure namespace dependency lines and returns a map giving all the required js files for each namespace.
func GenDeps ¶
func GenDeps(root http.FileSystem) ([]byte, error)
GenDeps returns the namespace dependencies between the closure javascript files in root. It does not descend in directories. The format for each relevant javascript file is: goog.addDependency("filepath", ["namespace provided"], ["required namespace 1", "required namespace 2", ...]);
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
The genclosuredeps command, similarly to the closure depswriter.py tool, outputs to os.Stdout for each .js file, which namespaces it provides, and the namespaces it requires, hence helping the closure library to resolve dependencies between those files.
|
The genclosuredeps command, similarly to the closure depswriter.py tool, outputs to os.Stdout for each .js file, which namespaces it provides, and the namespaces it requires, hence helping the closure library to resolve dependencies between those files. |
Click to show internal directories.
Click to hide internal directories.