comparison Resources/CodeGeneration/Graveyard/runts.ps1 @ 515:1dbf2d9ed1e4 bgo-commands-codegen

Added .j2 extension to the Jinja2 template files to allow for a better syntax highlighting experience (a.o. in vscode)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 11 Mar 2019 14:39:31 +0100
parents 6405435480ae
children
comparison
equal deleted inserted replaced
514:381144d2434f 515:1dbf2d9ed1e4
1 # echo "+----------------------+"
2 # echo "| template.in.ts |"
3 # echo "+----------------------+"
4
5 # tsc -t ES2015 .\template.in.ts; node .\template.in.js
6
7 # echo "+----------------------+" 1 # echo "+----------------------+"
8 # echo "| playground.ts |" 2 # echo "| playground.ts |"
9 # echo "+----------------------+" 3 # echo "+----------------------+"
10 4
11 # tsc -t ES2015 .\playground.ts; node .\playground.js 5 # tsc -t ES2015 .\playground.ts; node .\playground.js