feat(parsing): Replace rss-parser with fast-xml-parser and add native feed parser; update Smartfeed to use parseFeedXML and adjust plugins/tests
This commit is contained in:
@@ -4,6 +4,6 @@ import * as tsclass from '@tsclass/tsclass';
|
||||
export { tsclass };
|
||||
|
||||
// third party scope
|
||||
import rssParser from 'rss-parser';
|
||||
import { XMLParser } from 'fast-xml-parser';
|
||||
|
||||
export { rssParser };
|
||||
export { XMLParser };
|
||||
|
||||
Reference in New Issue
Block a user