Skip to content

Differences between segmentio/ware & unifiedsjs/unified #260

Answered by ChristianMurphy
webketje asked this question in Q&A
Discussion options

You must be logged in to vote

AFAICS both are operating-environment agnostic (browser/Node), but the use call in unified supports options as a second parameter, allowing it to centrally do options processing, whereas Ware.js will interpret a second param as another plugin to use. What other important distinctions/ considerations are there?

Unified is more focused (at a types level) on handling syntax trees. (https://github.com/syntax-tree/unist)
And is optimized to process one file at a time.

https://github.com/wooorm/trough is more generic for creating any kind of plugin system.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@webketje
Comment options

Comment options

You must be logged in to vote
6 replies
@ChristianMurphy
Comment options

@ChristianMurphy
Comment options

Answer selected by webketje
@webketje
Comment options

@ChristianMurphy
Comment options

@webketje
Comment options

@wooorm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants