We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c1f18 commit 9aa7712Copy full SHA for 9aa7712
utils/misc/global-state-diff/v2.0/global-state-diff-v2.0.html
@@ -319,7 +319,7 @@ <h3>
319
$('#import .copy').onclick = e=>navigator.clipboard.writeText(src2.value);
320
$('#import .paste').onclick = async e=>{var txt=await navigator.clipboard.readText();src2.value=txt};
321
322
- src2.value = 'https://unpkg.com/es-module-lexer?module';
+ //src2.value = 'https://unpkg.com/es-module-lexer?module';
323
324
go2.onclick = function(){
325
0 commit comments