diff Resources/CodeGeneration/runts.ps1 @ 490:6470248790db bgo-commands-codegen

ongoing codegen work
author bgo-osimis
date Mon, 18 Feb 2019 15:38:05 +0100
parents
children fc17251477d6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/CodeGeneration/runts.ps1	Mon Feb 18 15:38:05 2019 +0100
@@ -0,0 +1,19 @@
+# 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
+
+