Skip to content

Commit 213bb16

Browse files
committed
bundle website
1 parent d755bd3 commit 213bb16

File tree

148 files changed

+14149
-946
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+14149
-946
lines changed

devtools.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,6 @@
22
<html lang="en">
33
<meta charset="utf-8" />
44
<title>engine262 playground</title>
5-
<!--
6-
Checkout the latest rev at https://chromium.googlesource.com/devtools/devtools-frontend/+log
7-
Current commit 0117805c961fd556515972b79a7042408d6fd036 is committed on Tue Nov 11 07:54:04 2025
8-
The most recent commit may not been built yet, so you may need to use a commit few days ago.
9-
You can access https://chrome-devtools-frontend.appspot.com/serve_rev/@0117805c961fd556515972b79a7042408d6fd036/panels/sources/sources.js
10-
11-
After update, the first few access will be extremely slow. Refresh it a few times so it get cached by Google servers.
12-
-->
13-
<script type="importmap">
14-
{
15-
"imports": {
16-
"chrome-devtools-frontend/": "https://chrome-devtools-frontend.appspot.com/serve_rev/@0117805c961fd556515972b79a7042408d6fd036/"
17-
}
18-
}
19-
</script>
20-
<link rel="modulepreload" href="./src/devtools/late-panels.mjs" as="script" />
215
<link rel="modulepreload" href="./src/devtools/262_worker.mjs" as="script" />
226
<meta
237
http-equiv="Content-Security-Policy"
@@ -66,6 +50,6 @@
6650
} catch (e) {}
6751
})
6852
</script>
69-
<script type="module" src="./src/devtools/index.mjs"></script>
53+
<script type="module" src="./lib/devtools/index.js"></script>
7054
</body>
7155
</html>

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ <h2>Output:</h2>
5858
</section>
5959
</main>
6060

61-
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.48.2/codemirror.min.js"></script>
62-
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.48.2/mode/javascript/javascript.min.js"></script>
63-
<script src="https://unpkg.com/lz-string@1.4.4/libs/base64-string.js"></script>
64-
<script src="https://unpkg.com/lz-string@1.4.4/libs/lz-string.min.js"></script>
65-
<script type="module" src="./src/classic/index.mjs"></script>
61+
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.48.2/codemirror.min.js" defer></script>
62+
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.48.2/mode/javascript/javascript.min.js" defer></script>
63+
<script src="https://unpkg.com/lz-string@1.4.4/libs/base64-string.js" defer></script>
64+
<script src="https://unpkg.com/lz-string@1.4.4/libs/lz-string.min.js" defer></script>
65+
<script type="module" src="./src/classic/index.mjs" defer></script>
6666
</script>
6767
</body>
6868
</html>

lib/devtools/LinearMemoryInspectorController-BDy8ThZA.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)