We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c4e7a commit 12c44baCopy full SHA for 12c44ba
1 file changed
npm/espree-browser/scripts/espree-browser-esm.js
@@ -53,9 +53,9 @@
53
54
55
async function ready(){
56
-
57
58
+ console.log('ready');
+
59
var {Terminal} = await import('https://cdn.jsdelivr.net/npm/@xterm/xterm/+esm');
60
var {FitAddon} = await import('https://cdn.jsdelivr.net/npm/@xterm/addon-fit/+esm');
61
@@ -319,7 +319,10 @@
319
320
<body>
321
322
+ <div id=terminal>
323
+ </div>
324
325
326
</body>
327
328
0 commit comments