Skip to content

feat: Compose import-tree by juxtaposition (inspired by denful/ned)#33

Merged
vic merged 1 commit into
mainfrom
push-uzuxszmttkvk
May 14, 2026
Merged

feat: Compose import-tree by juxtaposition (inspired by denful/ned)#33
vic merged 1 commit into
mainfrom
push-uzuxszmttkvk

Conversation

@vic
Copy link
Copy Markdown
Member

@vic vic commented May 14, 2026

This adds the following juxtaposition syntax for combining:

import-tree (it: it.addScoped x) (it: it.addAPI y) (it: it.addScoped z) ./modules

previously we only had the builder pattern which requires more parens

(((import-tree.addScoped x).addAPI y).addScoped z) ./modules

both work now.

--

This is inspired on how streams compose at denful/ned

@vic vic merged commit 18bcddb into main May 14, 2026
1 check passed
@vic vic deleted the push-uzuxszmttkvk branch May 14, 2026 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant