js

package
v2.3.6+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2018 License: MIT Imports: 4 Imported by: 210

Documentation

Overview

Package js minifies ECMAScript5.1 following the specifications at http://www.ecma-international.org/ecma-262/5.1/.

Index

Examples

Constants

This section is empty.

Variables

View Source
var DefaultMinifier = &Minifier{}

DefaultMinifier is the default minifier.

Functions

func Minify

func Minify(m *minify.M, w io.Writer, r io.Reader, params map[string]string) error

Minify minifies JS data, it reads from r and writes to w.

Example
m := minify.New()
m.AddFunc("application/javascript", Minify)

if err := m.Minify("application/javascript", os.Stdout, os.Stdin); err != nil {
	panic(err)
}
Output:

Types

type Minifier

type Minifier struct{}

Minifier is a JS minifier.

func (*Minifier) Minify

func (o *Minifier) Minify(_ *minify.M, w io.Writer, r io.Reader, _ map[string]string) error

Minify minifies JS data, it reads from r and writes to w.

Jump to

Keyboard shortcuts

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