Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an ItemModifier syntax extension type #12617

Merged
merged 1 commit into from
Mar 11, 2014

Commits on Mar 11, 2014

  1. Add an ItemModifier syntax extension type

    Where ItemDecorator creates new items given a single item, ItemModifier
    alters the tagged item in place. The expansion rules for this are a bit
    weird, but I think are the most reasonable option available.
    
    When an item is expanded, all ItemModifier attributes are stripped from
    it and the item is folded through all ItemModifiers. At that point, the
    process repeats until there are no ItemModifiers in the new item.
    sfackler committed Mar 11, 2014
    5 Configuration menu
    Copy the full SHA
    eb4cbd5 View commit details
    Browse the repository at this point in the history