JSTQL-JS-Transform/dsl_files/test_single_stmt.jstql

10 lines
No EOL
236 B
Text

proposal test_single_stmt{
pair one {
applicable to {
"let <<aaaa: Identifier >> = <<bbbb: Expression | Identifier>>"
}
transform to {
"let <<aaaa>> = () => <<bbbb>>"
}
}
}