about summary refs log tree commit diff stats
path: root/src/js/fromjs.nim
Commit message (Expand)AuthorAgeFilesLines
* Move JS wrapper into Monouchabptato2024-06-031-445/+0
* js: allow var instead of ptrbptato2024-05-121-0/+3
* fromjs: remove broken uint64 converterbptato2024-05-091-5/+0
* js: refactorbptato2024-05-081-37/+2
* js: fix various leaks etc.bptato2024-05-031-49/+63
* Remove unnecessary unsigned castsbptato2024-04-261-1/+1
* Update code stylebptato2024-04-171-31/+34
* js: remove automatic function -> closure conversionbptato2024-04-151-58/+0
* js: proper distinction between Opt/Optionbptato2024-03-241-32/+13
* config: clean up/simplifybptato2024-03-171-4/+6
* quickjs: reduce diff with upstreambptato2024-03-021-5/+0
* regex: re-work compileSearchRegexbptato2024-02-171-16/+7
* js: fix fromJSEnumbptato2024-02-081-6/+14
* js: small improvementsbptato2024-01-171-1/+3
* js: merge some type modules into jstypesbptato2024-01-111-7/+5
* Use std/* imports everywherebptato2024-01-071-5/+5
* Compile with styleCheck:usagesbptato2023-12-281-1/+1
* pager, container: add text selection/copyingbptato2023-12-031-0/+25
* fromjs: fix fromJSOption with nilbptato2023-11-211-1/+1
* js: refine isInstanceOf check in functionsbptato2023-10-251-4/+25
* fromjs: update FromJSAllowedTbptato2023-10-211-1/+2
* fromjs: remove IsNumber check from float, remove unused functionsbptato2023-10-211-21/+0
* fromJSInt: do not fail if not IsNumberbptato2023-10-211-2/+0
* base64: reduce pointless re-coding using JSStringbptato2023-10-211-0/+5
* javascript: add TextEncoder, TextDecoderbptato2023-10-211-0/+32
* move around more modulesbptato2023-09-141-1/+1
* javascript: add JSDict typebptato2023-09-091-1/+16
* buffer: basic click event supportbptato2023-08-311-3/+14
* javascript: fix fromJSFunction, simplify setOpaquebptato2023-08-301-1/+3
* javascript: factor out fromJSbptato2023-08-291-0/+457