JSTQL-JS-Transform/dsl_files/pipeline.jstql

11 lines
288 B
Text
Raw Normal View History

2024-05-12 18:06:37 +00:00
proposal Pipeline{
pair SingleArgument {
applicable to {
"<<someFunctionIdent:Identifier || MemberExpression>>(<<someFunctionParam: Expression>>);"
2024-05-12 18:06:37 +00:00
}
transform to {
"<<someFunctionParam>> |> <<someFunctionIdent>>(%);"
}
}
}