Open KevinFerm opened 3 years ago
Hey! I would like to be able to do something like a regex to match custom fields. Like the most obvious one would be
const parser = new Parser({ customFields: { item: '*', }, });
I guess.
This is because I'm building a system which allows users to map custom properties on the fly through an interface, and trying to reparse the feed every time something changes seems unnecessary.
🤔 yeah I could see the usefulness here. Feel free to open a PR!
Hey! I would like to be able to do something like a regex to match custom fields. Like the most obvious one would be
I guess.
This is because I'm building a system which allows users to map custom properties on the fly through an interface, and trying to reparse the feed every time something changes seems unnecessary.