Class Parser

Index

Constructor methods

Properties

Constructor methods

constructor(env?: Options): Parser

Parameters

Returns

Parser

Properties

public imports: { paths: string[]; queue: string[]; files: any; contents: any; mime: string; error: any; push(path: string, callback: (e: any, root: any, imported: any) => void): any; }

public imports.contents: any

public imports.error: any

public imports.files: any

public imports.mime: string

public imports.paths: Array<string>

public imports.queue: Array<string>

public push(): any

Returns

any

.callback.callback: (e: any, root: any, imported: any) => void

.path.path: string

public parse: (str: string, callback: (error: "less".LessError, root: "less".ParserNode) => void) => void

public parsers: {}