hummingbird-project / swift-mustache

Mustache templating engine
Apache License 2.0
21 stars 2 forks source link

Make `MustacheSequence` public #38

Closed MahdiBM closed 3 months ago

MahdiBM commented 3 months ago

Usecase is: https://github.com/MahdiBM/enumerator-macro/blob/981bbf25d4effe1cd73b8e2e953184d5835eed1e/Sources/EnumeratorMacroImpl/Types/EParameters.swift#L11

Basically to be able to provide custom transforms for a sequence type. See EParameters (== [Parameter]) in the README: https://github.com/MahdiBM/enumerator-macro?tab=readme-ov-file#available-functions.

I've intentionally haven't made any properties of MustacheSequence public. I don't need those.