-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for struct with list param shorthand
This was already supported within a list via `list-structure(list-scalar, scalar)` but not in the non-list form of `structure(list-scalar, scalar)`. This commit adds support and refactors the code to reuse as much as possible between the two.
- Loading branch information
1 parent
09bbb5e
commit 53a9d3a
Showing
2 changed files
with
131 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters