Convert example program test script to TypeScript #13873
Labels
area/docs
Improvements or additions to documentation
docs/examples
kind/engineering
Work that is not visible to an external user
language/javascript
Currently we have a script at
scripts/programs/test.sh
which tests the example programs located understatic/programs/**
. This script is written in Bash and is becoming too complicated for that language. It will be more maintainable, and easier to read/reason about errors if written in a General Purpose Language like TypeScript.The text was updated successfully, but these errors were encountered: