First private release. Check updated README.md for details
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-04-30 13:29:47 +02:00
parent 831e607591
commit 5ae59102b5
36 changed files with 890 additions and 875 deletions

View File

@@ -0,0 +1,4 @@
export const test = ()=>{
return `I'm "annoying" ${"in case we need to test \`string\` escaping."}. Hence this files \'tries\' to include all allowed forms of 'it'`;
}
console.log(test());

View File

@@ -0,0 +1,7 @@
<html>
<head>
</head>
<body>
<script src="./batman.js" type="module"></script>
</body>
</html>

View File

@@ -1 +0,0 @@
* { width: 100%; }

View File

@@ -1,2 +0,0 @@
// eslint-disable-next-line
import style from './joker.css';

View File

@@ -1,2 +0,0 @@
// eslint-disable-next-line
import * as batman from './batman.js';