Commit graph

26 commits

Author SHA1 Message Date
Boshen
c3560856cb
fix(website): convert utf8 <> utf16 span for correct unicode hover display (#772)
closes #426
closes #749

This fixes the unicode 16 issue but I'm not sure if this is the correct
solution.
2023-08-21 23:57:39 +08:00
u9g
5e9927745e
feat(website): Improve autocomplete (#730) 2023-08-13 15:31:22 +08:00
u9g
7daab49ca5
feat(website): fix highlighting edgecase in codemirror theme (#725)
Problem described here:
https://discuss.codemirror.net/t/basicsetup-breaks-cursor-highlighting/6964/5
2023-08-12 16:41:58 +08:00
u9g
f48db3f85e
fix(website): return early on failed highlight range (#719) 2023-08-11 05:55:58 +00:00
u9g
99a4816ce7
feat(website): add query playground (#698) 2023-08-11 10:53:21 +08:00
u9g
9c3005ff64
A bunch of improvements to the playground (#696) 2023-08-08 10:16:57 +08:00
Boshen
e80274b61a
fix(website): fix base url 2023-07-24 21:01:16 +08:00
阿良仔
ccbdb7a19d
feat(website): store the last edited code (#496) 2023-06-29 10:26:12 +08:00
Boshen
9b91d8391d
fix(website): update pnpm lock file 2023-06-22 10:54:36 +08:00
u9g
7c4e1d401a
feat(playground): Add IR view to playground (#467) 2023-06-21 22:35:55 +08:00
Ben
67a86063e9
Update to latest Ezno checker and more (#463) 2023-06-21 08:09:41 +08:00
Boshen
3263f2b654
fix(playground): disable format tab 2023-06-10 01:07:58 +08:00
Boshen
953eb29c8b
feat(playground): disable the formatter tab for now 2023-06-10 00:43:35 +08:00
Boshen
263db0f6d5
feat(playground): add some styles 2023-06-10 00:05:43 +08:00
Boshen
79188d70d0
refactor(wasm): clean up options passing (#418) 2023-06-09 21:29:28 +08:00
Boshen
2da34d0318
fix(playground): a few bug fixes 2023-06-08 23:12:27 +08:00
Boshen
dd213aa97b
fix(playground): fix spelling 2023-06-07 23:18:29 +08:00
Boshen
5a6180c95c
feat(playground): persist code into url param 2023-06-07 20:25:21 +08:00
Boshen
f13078c4df
feat(playground): show code range when hovering over the ast 2023-06-07 19:16:00 +08:00
Boshen
224624bf89
refactor(playground): some cleanups (#409) 2023-06-06 19:20:40 +08:00
Boshen
2bebbb5a77
feat(website): add linter / minifier / formatter to the playground (#407) 2023-06-04 15:30:55 +08:00
Boshen
e88fd86b17
feat(website): integrate oxc wasm into the playground (#404) 2023-06-03 10:20:50 +08:00
Boshen
eba2346cfb feat(website): init playground 2023-06-02 21:01:47 +08:00
Boshen
2d11f05f14 Nuke the existing website folder, let's start from scratch
Let's use the least amount of dependencies possible, and eventually we
should be able to dog food ourselves.
2023-06-02 21:01:47 +08:00
Boshen
d49195f7f2
feat: napi (#302)
* chore: only ignore js files from the root

* feat: napi
2023-04-22 14:41:45 +08:00
Boshen
21d4954071
Website (#281)
feat(site): init website

Co-authored-by: Gwen <guan_wy@foxmail.com>
2023-04-19 16:37:44 +08:00