closure

package
v0.0.0-...-7a1a713 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2013 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package closure provides tools to help with the use of the closure library.

See https://code.google.com/p/closure-library/

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenDeps

func GenDeps(dir string) ([]byte, error)

GenDeps returns the namespace dependencies between the closure javascript files in dir. 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL