Skip to content

Commit c2e91f1

Browse files
committed
q
1 parent 83b5f1b commit c2e91f1

13 files changed

Lines changed: 78 additions & 77 deletions

File tree

fix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { readFileSync, writeFileSync } from "node:fs";
33
import { createInterface } from "node:readline";
44
var rl = createInterface({
55
input: process.stdin,
6-
terminal: false
6+
terminal: false,
77
});
88
rl.on("line", (line) => {
99
const filePath = line.trim();

pages/bash/xx/lib/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
<div id="easing"></div>
3030

3131
<pre></pre>
32-
<script src="/dist/range.test.entry.bundle.js"></script>
32+
<script type="module" src="/dist/range.test.entry.bundle.js"></script>
3333
</body>
3434
</html>

pages/bash/xx/xx.node.bundled.gitignored.cjs

Lines changed: 58 additions & 58 deletions
Large diffs are not rendered by default.

pages/databases/firebase/firebase.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
<script src="/public/preprocessed.js?cjs-firebase.html"></script>
2222
<!-- despite get parameter preprocessed.js will be browser cached anyway even when loading more than one. Even when mixing techniques -> CJS | ESM -->
23-
<script src="/dist/firebase.core.entry.bundle.js"></script>
24-
<script src="/dist/firebase.entry.bundle.js"></script>
23+
<script type="module" src="/dist/firebase.core.entry.bundle.js"></script>
24+
<script type="module" src="/dist/firebase.entry.bundle.js"></script>
2525
<script type="module" src="/js/github.js"></script>
2626
</body>
2727
</html>

pages/humanjson/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</table>
4848
</div>
4949
</div>
50+
<script type="module" src="/dist/humanjson.entry.bundle.js"></script>
5051
<script type="module" src="/js/github.js"></script>
51-
<script src="/dist/humanjson.entry.bundle.js"></script>
5252
</body>
5353
</html>

pages/js/popper/popover-react/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ <h2>Simple example</h2>
100100
<br />
101101

102102
<script type="module" src="/js/github.js"></script>
103-
<script src="/dist/popper.entry.bundle.js"></script>
103+
<script type="module" src="/dist/popper.entry.bundle.js"></script>
104104
</body>
105105
</html>

pages/js/sound.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
img.type {
3333
vertical-align: middle;
3434
margin-right: 4px;
35-
width: 16px;
36-
height: 16px;
35+
width: 30px !important;
36+
height: 30px;
37+
/* width: auto !important; */
3738
}
3839
.notes button {
3940
padding: 0;
@@ -53,7 +54,7 @@
5354

5455
<script src="/public/preprocessed.js?sound.html"></script>
5556
<!-- despite get parameter preprocessed.js will be browser cached anyway even when loading more than one. Even when mixing techniques -> CJS | ESM -->
56-
<script src="/dist/sound.entry.bundle.js"></script>
57+
<script type="module" src="/dist/sound.entry.bundle.js"></script>
5758
<script type="module" src="/js/github.js"></script>
5859
</body>
5960
</html>

pages/js/visibilityState/visible.react.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ <h2>vanilla</h2>
2323
</div>
2424
</div>
2525
<script type="module" src="/js/github.js"></script>
26-
<script src="/dist/visiblestate.visible.entry.bundle.js"></script>
26+
<script type="module" src="/dist/visiblestate.visible.entry.bundle.js"></script>
2727
</body>
2828
</html>

pages/macro/003next/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
<script src="/public/preprocessed.js?003next/index.html"></script>
4040
<!-- despite get parameter preprocessed.js will be browser cached anyway even when loading more than one. Even when mixing techniques -> CJS | ESM -->
4141

42-
<script src="/dist/firebase.core.entry.bundle.js"></script>
42+
<script type="module" src="/dist/firebase.core.entry.bundle.js"></script>
4343
<!-- <script type="module" src="/libs/IndexedDBPromised.js"></script> -->
44-
<script src="/dist/003next.entry.bundle.js"></script>
44+
<script type="module" src="/dist/003next.entry.bundle.js"></script>
4545
<script type="module" src="/js/github.js"></script>
4646
</body>
4747
</html>

pages/pastetool/pastetool.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
<script src="/public/preprocessed.js?pastetool"></script>
3434
<!-- despite get parameter preprocessed.js will be browser cached anyway even when loading more than one. Even when mixing techniques -> CJS | ESM -->
35-
<script src="/dist/firebase.core.entry.bundle.js"></script>
36-
<script src="/dist/pastetool.entry.bundle.js"></script>
35+
<script type="module" src="/dist/firebase.core.entry.bundle.js"></script>
36+
<script type="module" src="/dist/pastetool.entry.bundle.js"></script>
3737
<script type="module" src="/js/github.js"></script>
3838
</body>
3939
</html>

0 commit comments

Comments
 (0)