We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d80d6c commit cfaa584Copy full SHA for cfaa584
src/Playground.res
@@ -1,14 +1,3 @@
1
-/*
2
- TODO / Idea list:
3
- - Fix issue with Reason where a comment on the last line causes a infinite loop
4
- - Add settings pane to set moduleSystem
5
- - Add advanced mode for enabling OCaml output as well
6
-
7
- More advanced tasks:
8
- - Fix syntax convertion issue where comments are stripped on Reason <-> Res convertion
9
- - Try to get Reason's recoverable errors working
10
- */
11
12
%%raw(`
13
if (typeof window !== "undefined" && typeof window.navigator !== "undefined") {
14
require("codemirror/mode/javascript/javascript");
0 commit comments