Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// Entry is the set of files to start parsing.
Entry []string
// Reporter is the error and warning reporter. If not specified, the default
// reporter prints to stderr.
Reporter Reporter
Transforms transforms.Options
// Resolver is a path resolver. If not specified, the default node-style
// resolver will be used.
Resolver Resolver
}
Options is the set of options to pass to Compile.
type Reporter ¶
type Reporter interface {
AddError(err error)
}
Reporter is an error and warning reporter.
Note that it is the same type as logging.Reporter, which is an internal-only interface.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
lexer
Package lexer implements a css lexer that is meant to be used in conjuction with its sibling parser package.
|
Package lexer implements a css lexer that is meant to be used in conjuction with its sibling parser package. |
|
printer/manualtest
command
|
|
Click to show internal directories.
Click to hide internal directories.