forked from babel/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
php.html
53 lines (50 loc) · 1.69 KB
/
php.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
layout: default
permalink: /php/
fullscreen: true
custom_js_with_timestamps:
- pretty-format.js
- php.js
third_party_js:
- https://unpkg.com/babel-standalone@6/babel.min.js
- https://bundle.run/babel-preset-php@1.0.0
- https://unpkg.com/babel-polyfill@6/dist/polyfill.min.js
- https://cdnjs.cloudflare.com/ajax/libs/ace/1.1.3/ace.js
- https://cdnjs.cloudflare.com/ajax/libs/lz-string/1.4.4/base64-string.min.js
- https://cdnjs.cloudflare.com/ajax/libs/lz-string/1.4.4/lz-string.min.js
---
<div class="babel-repl">
<form class="form babel-repl-toolbar">
<div class="pull-left">
<div class="form-group">
<label for="option-evaluate">
<input id="option-evaluate" type="checkbox">
Evaluate
</label>
</div>
<label for="option-lineWrap">
<input id="option-lineWrap" type="checkbox">
Line Wrap
</label>
</div>
<div class="pull-right">
<div class="form-group">
<strong>Babel <span id="babel-repl-version"></span></strong>
|
<a href="https://gitlab.com/kornelski/babel-preset-php"><strong>babel-preset-php v1.0.0</strong></a>
</div>
</div>
</form>
<div class="babel-repl-left-panel">
<div class="babel-repl-editor babel-repl-input"><div class="ace_editor"></div></div>
<div class="babel-repl-reporter babel-repl-errors"></div>
</div>
<div class="babel-repl-right-panel">
<div class="babel-repl-resize"></div>
<div class="babel-repl-editor babel-repl-output"><div class="ace_editor"></div></div>
<div class="babel-repl-reporter babel-repl-console">
<div class="babel-repl-console-debug"></div>
<div class="babel-repl-console-output"></div>
</div>
</div>
</div>