File tree Expand file tree Collapse file tree 5 files changed +15
-1
lines changed Expand file tree Collapse file tree 5 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ < body >
2+ < main >
3+ < h2 > Playground Body</ h2 >
4+ </ main >
5+ </ body >
Original file line number Diff line number Diff line change 1+ __UNPLUGIN—FOOTER__
Original file line number Diff line number Diff line change 1+ < header >
2+ < h1 > Playground Header</ h1 >
3+ </ header >
Original file line number Diff line number Diff line change 1+ <!-- #include "./includes/header.html" -->
2+ <!-- #include "./includes/body.html" -->
3+ <!-- #include "./includes/footer.text" -->
Original file line number Diff line number Diff line change 11/* eslint-disable no-console */
22// eslint-disable @typescript-eslint/indent
33/* prettier-ignore */
4- document . getElementById ( 'app' ) ! . innerHTML = '__UNPLUGIN__'
4+ document . getElementById ( 'app' ) ! . innerHTML = `
5+ // #include "./includes/main.html"
6+ `
57// #undef DEV
68// #error this is an error message
79// #warning this is a warning message
You can’t perform that action at this time.
0 commit comments