This pull request includes changes to the src/parser.js file. It adds a new function parseItem that parses the media:keywords element and stores the keywords in the item object. It also updates the formatItemOutput function to include the mediaKeywords property in the output if it exists. Additionally, the pull request includes documentation updates and type definitions to include the mediaKeywords property. Lastly, it adds unit tests for the new functionality of the parseItem function.
Summary
Added parseItem function to parse media:keywords element
Updated formatItemOutput function to include mediaKeywords property
Updated documentation and type definitions
Added unit tests for parseItem function
Fixes #260.
π Latest improvements to Sweep:
New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
PR Feedback: π
Description
This pull request includes changes to the
src/parser.js
file. It adds a new functionparseItem
that parses themedia:keywords
element and stores the keywords in theitem
object. It also updates theformatItemOutput
function to include themediaKeywords
property in the output if it exists. Additionally, the pull request includes documentation updates and type definitions to include themediaKeywords
property. Lastly, it adds unit tests for the new functionality of theparseItem
function.Summary
parseItem
function to parsemedia:keywords
elementformatItemOutput
function to includemediaKeywords
propertyparseItem
functionFixes #260.
π Latest improvements to Sweep:
π‘ To get Sweep to edit this pull request, you can: