support literal modifier resolution within resolver (8f5353e)
BREAKING CHANGES
parts.substitutions instead of array of
substitution values now exposes array of
meta data where substitutionMeta.value
exposes substitution value, and substitutionMeta.placeholder exposes
placeholder meta data
Parse exposes flags now as string and not array, so e.g. ["+", " "]
is now exposed as "+ "
get-resolver.js module is renamed to get-parts-resolver.js