annotate Resources/CodeGeneration/runts.ps1 @ 493:6fbf2eae7c88 bgo-commands-codegen

All unit tests pass for generation, including handler and dispatcher
author bgo-osimis
date Fri, 22 Feb 2019 10:48:43 +0100
parents 6470248790db
children fc17251477d6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
490
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
1 # echo "+----------------------+"
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
2 # echo "| template.in.ts |"
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
3 # echo "+----------------------+"
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
4
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
5 # tsc -t ES2015 .\template.in.ts; node .\template.in.js
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
6
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
7 echo "+----------------------+"
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
8 echo "| playground.ts |"
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
9 echo "+----------------------+"
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
10
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
11 tsc -t ES2015 .\playground.ts; node .\playground.js
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
12
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
13 echo "+----------------------+"
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
14 echo "| playground3.ts |"
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
15 echo "+----------------------+"
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
16
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
17 tsc -t ES2015 .\playground3.ts; node .\playground3.js
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
18
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
19