mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
11 lines
200 B
HTML
11 lines
200 B
HTML
<html>
|
|
<head>
|
|
<title>Test page</title>
|
|
<script type="module">
|
|
import foo from 'bar';
|
|
foo.baz();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |