mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
17 lines
220 B
HTML
17 lines
220 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<script type="module">
|
|
|
|
/* Keep comment */
|
|
|
|
debugger;
|
|
|
|
// Keep comment
|
|
console.log("test " + "😀" + " test");
|
|
</script>
|
|
</body>
|
|
</html> |