Skip to content

Commit 6e271f3

Browse files
save file
1 parent 445ad43 commit 6e271f3

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

utils/misc/global-state-diff/v2.0/global-state-diff-v2.0.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,18 @@
150150
{display:flex}
151151

152152
#info
153-
{margin-bottom:20px;display:grid;grid-template-columns:max-content 1fr;gap:20px}
153+
{display:grid;grid-template-columns:max-content 1fr;gap:20px}
154154

155155
#url
156-
{font-weight:bold;margin-bottom:10px}
156+
{font-weight:bold;margin-top:0px;color:blue}
157157

158158
#values
159159
{white-space:pre-wrap;margin-top:10px}
160160
#values.error
161161
{color:red}
162162

163+
hr
164+
{margin:20px}
163165

164166
.spc
165167
{flex:1}
@@ -212,8 +214,8 @@ <h3>
212214
<div id=output>
213215
<div id=item style='display:none'>
214216
<div id=hdr>
215-
<div id=url>
216-
</div>
217+
<h3 id=url>
218+
</h3>
217219
<div class=spc></div>
218220
<img class=close>
219221
</div>
@@ -229,6 +231,7 @@ <h3>
229231
<div id=detect>
230232
</div>
231233
</div>
234+
<hr>
232235
<div id=values>
233236
<div id=name>
234237
</div>
@@ -714,7 +717,7 @@ <h3>
714717
await init;
715718

716719
var [imports,exports] = parse(code);
717-
720+
console.log(imports,exports);
718721
var isESM = imports.length>0 || exports.length>0;
719722
var isCommonJS = /require\(|module\.exports|exports\./.test(code);
720723

0 commit comments

Comments
 (0)