Change processor.parser
, processor.compiler
signatures
#24
Labels
🗄 area/interface
This affects the public interface
💪 phase/solved
Post is done
🧑 semver/major
This is a change
🦋 type/enhancement
This is great to have
parser(vfile, settings, processor)
>parser(doc, vfile)
compiler(vfile, settings, processor)
>compiler(tree, vfile)
That makes it more similar to transformers, and allows for
settings
to be removed (GH-23).parse.js
:The text was updated successfully, but these errors were encountered: