- Sep 21, 2022
-
-
Emilio Jesus Gallego Arias authored
We reorganize jsCoq's source code as to be more modular, in particular we start to place backend files under the `backend` directoy, and frontend files under `frontend`. Code as it now does work, note however that still quite a bit of work is needed. In particular, the headless frontend should get its own directory, the coq-jslib directory should go away, use more types, etc...
-
- Sep 20, 2022
-
-
Shachar Itzhaky authored
-
- Sep 19, 2022
-
-
Shachar Itzhaky authored
Newer webpack{,-cli} support this.
-
Shachar Itzhaky authored
In princple, should change Ronin to not rely on the literal name of the constructor.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
- Sep 10, 2022
-
-
Shachar Itzhaky authored
When content-length is not available (Vercel T.T).
-
Shachar Itzhaky authored
In `type="module"`, this has to be done explicitly.
-
Shachar Itzhaky authored
-
- Sep 09, 2022
-
-
Shachar Itzhaky authored
This is not best.
-
Shachar Itzhaky authored
The bundle (`.bundle.min.js`) is now needed for the menu.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Changed codename, seems more temporally fitting.
-
- Sep 08, 2022
-
-
Shachar Itzhaky authored
Quick help
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
- Sep 03, 2022
-
-
Shachar Itzhaky authored
Need to pass `backend` and `is_npm` properly now.
-
Shachar Itzhaky authored
Need to pass `backend` and `is_npm` properly now.
-
Shachar Itzhaky authored
-
- Aug 28, 2022
-
-
Shachar Itzhaky authored
-
- Aug 27, 2022
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
This is just the actions table from the landing page, with appropriate formatting borrowed.
-
Shachar Itzhaky authored
(The panel is empty of yet.)
-
Shachar Itzhaky authored
The monkey-patched Array methods are up for removal.
-
Shachar Itzhaky authored
Disabled `strictNullCheck`, because it's too hard to satisfy at the moment.
-
- Aug 25, 2022
-
-
Emilio Jesús Gallego Arias authored
[misc] Misc fixes to playful and the test runner.
-
Emilio Jesús Gallego Arias authored
[js] Enable ts-check type checking + some annotations
-
Shachar Itzhaky authored
-
Emilio Jesus Gallego Arias authored
Still, both don't fully work, needs more research as to witness what's broken.
-
- Aug 23, 2022
-
-
Emilio Jesus Gallego Arias authored
-
Emilio Jesus Gallego Arias authored
Not sure if this is very useful, but trying out.
-
Emilio Jesus Gallego Arias authored
-
Shachar Itzhaky authored
[js] [refactor] Remove use of JsCoq global in components.
-
- Aug 22, 2022
-
-
Emilio Jesus Gallego Arias authored
Instead of using a JsCoq global, we pass the needed parameters to the constructors so the components types are more functional. The access to the global was mostly used to determine the backend, but IMHO this is morally wrong as nothing should preclude a manager creating N worker objects with different backends. Moreover, most of the backend case analysis should go away once we improve backend handling. This is also a step towards frontend / backend separation. Next step is indeed to isolate the backend options in their own interface.
-