2020-12-24 17:09:38 +00:00
|
|
|
<button class="foo">Foo</button>
|
|
|
|
<button class="bar">Bar</button>
|
|
|
|
<button class="baz">Baz</button>
|
2021-01-11 02:40:26 +00:00
|
|
|
<button class="qux">Qux</button>
|
2021-04-13 19:53:28 +00:00
|
|
|
<button class="mxd">Mxd</button>
|
|
|
|
<button class="mxd2">Mxd2</button>
|
|
|
|
<button class="mxdjson">Mxdjson</button>
|
2021-03-29 14:43:46 +00:00
|
|
|
<button class="issue-2658-1">Issue 2658 - 1</button>
|
|
|
|
<button class="issue-2658-2">Issue 2658 - 2</button>
|
2021-08-16 20:51:55 +00:00
|
|
|
<button class="css">css</button>
|
2022-05-01 19:50:25 +00:00
|
|
|
<button class="pkg-css">pkg-css</button>
|
2020-12-24 17:09:38 +00:00
|
|
|
|
2022-05-10 09:42:29 +00:00
|
|
|
<p>dynamic-import-with-vars</p>
|
|
|
|
<div class="dynamic-import-with-vars">todo</div>
|
|
|
|
|
2023-08-07 07:27:05 +00:00
|
|
|
<p>dynamic-import-with-vars-ignored</p>
|
|
|
|
<div class="dynamic-import-with-vars-ignored">todo</div>
|
|
|
|
|
2023-11-09 08:25:02 +00:00
|
|
|
<p>dynamic-import-with-double-slash-ignored</p>
|
|
|
|
<div class="dynamic-import-with-double-slash-ignored">todo</div>
|
|
|
|
|
2023-04-25 12:52:59 +00:00
|
|
|
<p>dynamic-import-with-vars-multiline</p>
|
|
|
|
<div class="dynamic-import-with-vars-multiline">todo</div>
|
|
|
|
|
2022-05-10 09:42:29 +00:00
|
|
|
<p>dynamic-import-with-vars-alias</p>
|
|
|
|
<div class="dynamic-import-with-vars-alias">todo</div>
|
|
|
|
|
|
|
|
<p>dynamic-import-with-vars-raw</p>
|
|
|
|
<div class="dynamic-import-with-vars-raw">todo</div>
|
|
|
|
|
2022-09-23 09:55:55 +00:00
|
|
|
<p>dynamic-import-with-vars-url</p>
|
|
|
|
<div class="dynamic-import-with-vars-url">todo</div>
|
|
|
|
|
|
|
|
<p>dynamic-import-with-vars-worker</p>
|
|
|
|
<div class="dynamic-import-with-vars-worker">todo</div>
|
|
|
|
|
2020-12-24 17:09:38 +00:00
|
|
|
<div class="view"></div>
|
|
|
|
|
2022-08-16 19:13:37 +00:00
|
|
|
<div class="dynamic-import-self"></div>
|
|
|
|
|
2023-09-28 07:30:24 +00:00
|
|
|
<div class="dynamic-import-static"></div>
|
|
|
|
|
2022-08-16 19:13:37 +00:00
|
|
|
<div class="dynamic-import-nested-self"></div>
|
|
|
|
|
2021-01-10 04:54:30 +00:00
|
|
|
<script type="module" src="./nested/index.js"></script>
|
2022-05-10 09:42:29 +00:00
|
|
|
<style>
|
|
|
|
p {
|
|
|
|
color: #0088ff;
|
|
|
|
}
|
|
|
|
</style>
|