issues
search
patterns-app
/
patterns-devkit
Data pipelines from re-usable components
BSD 3-Clause "New" or "Revised" License
106
stars
5
forks
source link
Update Parameter implementation
#133
Closed
ajalt
closed
2 years ago
ajalt
commented
2 years ago
Change
Parameter
's
type
argument to take type instances rather than strings.
Support type inference for
Parameter
usage.
Add
template
argument to
Parameter
.
Remove runtime node function validation, since that's done at parse time now.
Parameter
'stype
argument to take type instances rather than strings.Parameter
usage.template
argument toParameter
.