view Resources/CodeGeneration/runts.ps1 @ 491:8e7e151ef472 bgo-commands-codegen

Unit tests pass for enum generation
author bgo-osimis
date Wed, 20 Feb 2019 20:51:30 +0100
parents 6470248790db
children fc17251477d6
line wrap: on
line source

# echo "+----------------------+"
# echo "|    template.in.ts    |"
# echo "+----------------------+"

# tsc -t ES2015 .\template.in.ts; node .\template.in.js

echo "+----------------------+"
echo "|    playground.ts     |"
echo "+----------------------+"

tsc -t ES2015 .\playground.ts; node .\playground.js

echo "+----------------------+"
echo "|    playground3.ts     |"
echo "+----------------------+"

tsc -t ES2015 .\playground3.ts; node .\playground3.js