annotate 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
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