File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 "lint" : " oxlint" ,
3232 "prepack" : " tsc" ,
3333 "test" : " node --test test/*.test.ts" ,
34- "playground" : " npx rolldown src/parser.ts -f esm -m -o playground/parser.js && npx rolldown src/printer.ts -f esm -m -o playground/printer.js"
34+ "playground" : " npx rolldown src/parser.ts -f esm -m -o playground/parser.js && npx rolldown src/printer.ts -f esm -m -o playground/printer.js && sed -i 's/id= \" version \" >[^<]*/id= \" version \" >' \" $(node -p \" require('. \\ x2fpackage.json').version \" ) \" '/' playground/index.html "
3535 },
3636 "devDependencies" : {
3737 "@ericcornelissen/bash-parser" : " ^0.5.3" ,
Original file line number Diff line number Diff line change 1313 height : 100vh ;
1414 display : grid;
1515 grid-template-columns : 1fr 1fr ;
16- grid-template-rows : auto 1fr ;
16+ grid-template-rows : auto auto 1fr ;
17+ }
18+ header {
19+ grid-column : 1 / -1 ;
20+ padding : 0.5rem 1rem ;
21+ background : black;
22+ font-size : 1rem ;
23+ text-align : right;
24+ }
25+ header a {
26+ color : whitesmoke;
27+ text-decoration : none;
1728 }
1829 textarea ,
1930 # print {
4354 overflow : auto;
4455 background : whitesmoke;
4556 grid-column : 2 ;
46- grid-row : 1 / -1 ;
57+ grid-row : 2 / -1 ;
4758 }
4859 </ style >
4960 </ head >
5061 < body >
62+ < header >
63+ < a href ="https://github.com/webpro-nl/unbash "> unbash < span id ="version "> 2.1.0</ span > </ a >
64+ </ header >
5165 < textarea id ="input " spellcheck ="false ">
5266echo "hello $USER"
5367for f in *.log; do
You can’t perform that action at this time.
0 commit comments