mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
12 lines
151 B
HTML
12 lines
151 B
HTML
<html>
|
|
<head>
|
|
<title></title>
|
|
<script type="module">
|
|
import f from 'a';
|
|
alert(f());
|
|
export const y = 42;
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |