Scripts: one more for JS

This commit is contained in:
Franco Fichtner 2025-04-24 10:57:26 +02:00
parent 35f46bbb11
commit 3280916191

View file

@ -70,6 +70,7 @@ grep -Eor '^function &?[^( ]+' ${TESTDIR} | tr ':' ' ' | tr -d '&' | while read
-e "'${FUNC}:" \
-e "${FUNC}.bind" \
-e "${FUNC}.call" \
-e ".keyup(${FUNC})" \
-e "= ${FUNC};" \
| wc -l | awk '{ print $1 }')
if [ ${USED} -le 1 ]; then