JSTQL-JS-Transform/dsl_files/test_hello.jstl

20 lines
219 B
Text
Raw Normal View History

proposal p1 {
applicable to {
"let a = 0;"
}
replace with {
"SOMETHING"
}
}
proposal p2 {
applicable to {
"let a = 0;"
}
replace with {
"SOMETHING"
}
}