forked from babel/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepl.html
More file actions
39 lines (37 loc) · 1.67 KB
/
repl.html
File metadata and controls
39 lines (37 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
layout: default
hide_footer: true
permalink: /repl/
fullscreen: true
third_party_js:
- https://unpkg.com/react@16.0.0/umd/react.production.min.js
- https://unpkg.com/react-dom@16.0.0/umd/react-dom.production.min.js
- https://unpkg.com/codemirror@5.30.0/lib/codemirror.js
- https://unpkg.com/codemirror@5.30.0/mode/javascript/javascript.js
- https://unpkg.com/codemirror@5.30.0/mode/xml/xml.js
- https://unpkg.com/codemirror@5.30.0/mode/jsx/jsx.js
- https://unpkg.com/codemirror@5.30.0/keymap/sublime.js
- https://unpkg.com/codemirror@5.30.0/addon/comment/comment.js
- https://unpkg.com/codemirror@5.30.0/addon/display/placeholder.js
- https://unpkg.com/codemirror@5.30.0/addon/edit/matchbrackets.js
- https://unpkg.com/codemirror@5.30.0/addon/search/searchcursor.js
- https://unpkg.com/codemirror@5.30.0/addon/selection/active-line.js
- https://unpkg.com/lz-string@1.4.4/libs/base64-string.js
- https://unpkg.com/lz-string@1.4.4/libs/lz-string.min.js
webpack_js:
- repl
---
<link rel="stylesheet" href="https://unpkg.com/codemirror@5.30.0/lib/codemirror.css">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" class="babel-repl-v2">
<div class="repl-loading">
Loading Babel ...
<div class="repl-loading-animation-container">
<div class="repl-loading-animation-box repl-loading-animation-box-1"></div>
<div class="repl-loading-animation-box repl-loading-animation-box-2"></div>
<div class="repl-loading-animation-box repl-loading-animation-box-3"></div>
<div class="repl-loading-animation-box repl-loading-animation-box-4"></div>
<div class="repl-loading-animation-box repl-loading-animation-box-5"></div>
</div>
</div>
</div>