Skip to content

Chain configure method and make it optional #102

@tonyganch

Description

@tonyganch

It would be nice to have configure method chainable, so Comb can be used this way:

var output = new Comb().configure(config).processString(input);

Also, since configure(config) is required, we could call it right from constructor:

var output = new Comb(config).processString(input);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions