File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
utils/misc/global-state-diff/v2.0 Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 150150 {display : flex}
151151
152152 # info
153- {margin-bottom : 20 px ; 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 : 10 px }
156+ {font-weight : bold;margin-top : 0 px ; 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 }
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 >
229231 < div id =detect >
230232 </ div >
231233 </ div >
234+ < hr >
232235 < div id =values >
233236 < div id =name >
234237 </ div >
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 = / r e q u i r e \( | m o d u l e \. e x p o r t s | e x p o r t s \. / . test ( code ) ;
720723
You can’t perform that action at this time.
0 commit comments