A permissive MVFv3 parser, supporting all extensions our CMS MVF exports may contain. This returns a builder should a developer want to extend it with additional extensions.
const parser = createCMSMVFv3Parser().build().expect('Invalid parser, this should never happen.');const bundle = parser.decompress(data); Copy
const parser = createCMSMVFv3Parser().build().expect('Invalid parser, this should never happen.');const bundle = parser.decompress(data);
A permissive MVFv3 parser, supporting all extensions our CMS MVF exports may contain. This returns a builder should a developer want to extend it with additional extensions.