| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes JS semicolon omissions (#23896) | ringabout | 2024-07-26 | 1 | -2/+2 |
* | fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484) | ringabout | 2024-04-11 | 1 | -1/+1 |
* | fix BigInt conversion, xOffset/yOffset to int from int64 (#23404) | Chancy K | 2024-03-15 | 1 | -1/+1 |
* | Deprecate asm stmt for js target (#23149) | ASVIEST | 2024-01-02 | 2 | -3/+3 |
* | Don't recurse into inner functions during asyncjs transform (#23036) | Jake Leahy | 2023-12-06 | 1 | -0/+2 |
* | Removed `localStorage.hasKey` binding (#22766) | Thiago | 2023-09-28 | 1 | -1/+0 |
* | Fix #21407 (#22759) | Juan Carlos | 2023-09-28 | 1 | -0/+8 |
* | make jsffi properly gensym (#22539) | metagn | 2023-08-23 | 1 | -22/+29 |
* | replace `doAssert false` with `raiseAssert` in lib, which works better with s... | ringabout | 2023-08-11 | 1 | -3/+3 |
* | JS: Add some to-cstring converters for DateTime (#21912) | Zoom | 2023-05-26 | 1 | -4/+11 |
* | Fixed `window.find` return (#21621) | Thiago | 2023-04-19 | 1 | -1/+1 |
* | int64/uint64 as bigint in JS (#21613) | metagn | 2023-04-11 | 1 | -2/+9 |
* | add .replace() with callback to jsre (#21371) | Qinsi (James) ZHU | 2023-02-16 | 1 | -0/+5 |
* | `std/asyncjs` allow transforming proc types (#21356) | Jake Leahy | 2023-02-14 | 1 | -1/+9 |
* | dom: remove X* = ref XObj [backport] (#20910) | metagn | 2022-11-29 | 1 | -76/+37 |
* | Documentation only, dom (#20584) | Juan Carlos | 2022-10-17 | 1 | -0/+31 |
* | Markdown code blocks migration part 7 (#20547) | Andrey Makarov | 2022-10-12 | 3 | -45/+50 |
* | Add missing proc to dom (#20378) | Juan Carlos | 2022-09-19 | 1 | -0/+57 |
* | Add missing symbols to regex (#20383) | Juan Carlos | 2022-09-19 | 1 | -0/+1 |
* | jsffi add missing braces (#19948) | Juan Carlos | 2022-06-30 | 1 | -10/+10 |
* | Fix jsre (#19917) | Juan Carlos | 2022-06-28 | 1 | -3/+5 |
* | Add Microtasks docs (#19870) | Juan Carlos | 2022-06-08 | 1 | -1/+1 |
* | Add Microtasks (#19860) | Juan Carlos | 2022-06-04 | 1 | -0/+5 |
* | change the type of mangleJsName; fixes CStringConv warnings (#19852) | flywind | 2022-06-01 | 1 | -6/+6 |
* | Add `document.hidden` and `document.visibilityState` properties (#19817) | tandy1000 | 2022-05-24 | 1 | -0/+2 |
* | Add Array.shift (#19811) | Juan Carlos | 2022-05-24 | 1 | -0/+9 |
* | Add support for `Window.matchMedia` (#19648) | tandy1000 | 2022-03-26 | 1 | -0/+6 |
* | Remove Deprecated domextension (#19630) | Juan Carlos | 2022-03-23 | 1 | -3/+0 |
* | Remove define for jsfetch (#19530) | Juan Carlos | 2022-02-25 | 1 | -88/+88 |
* | Remove Deprecated jsre func (#19551) | Juan Carlos | 2022-02-25 | 1 | -4/+0 |
* | remove spaces between an identifier and a star (#19355) | flywind | 2022-01-10 | 1 | -19/+19 |
* | Implement RFC-413 (#18749) | Juan Carlos | 2021-08-26 | 2 | -4/+5 |
* | Cleanup interval and timeout procs (#18431) | Antonis Geralis | 2021-07-05 | 1 | -8/+10 |
* | readAsText supports both Blob and File (fixes #18187) (#18189) | mantielero | 2021-06-21 | 1 | -2/+2 |
* | add `dom.scrollIntoView` with options; refs #18093 (#18181) | Rainbow Asteroids | 2021-06-05 | 1 | -0/+6 |
* | Add `checked` to dom (#18033) | Joey | 2021-05-17 | 1 | -0/+3 |
* | Add copyWithin for JavaScript (#17937) | Juan Carlos | 2021-05-05 | 1 | -0/+13 |
* | WIP: Added missing functions to jsre module (#17881) | Yanis Zafirópulos | 2021-05-01 | 1 | -0/+30 |
* | `typeof(voidStmt)` now works (#17807) | Timothee Cour | 2021-04-23 | 1 | -5/+2 |
* | Documentation only, dom (#17770) | Juan Carlos | 2021-04-19 | 1 | -1/+3 |
* | Fix small typos (#17680) | konsumlamm | 2021-04-09 | 1 | -0/+1 |
* | Improve jsre (#17365) | Juan Carlos | 2021-03-21 | 1 | -30/+47 |
* | Use importjs (#17422) | konsumlamm | 2021-03-19 | 3 | -54/+54 |
* | improve jsconsole (#17414) | Juan Carlos | 2021-03-19 | 1 | -0/+10 |
* | Documentation only jsconsole (#17384) | Juan Carlos | 2021-03-16 | 1 | -0/+12 |
* | Add Debug breakpoints support (#17295) | Juan Carlos | 2021-03-08 | 1 | -0/+6 |
* | followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189) | Timothee Cour | 2021-03-04 | 1 | -21/+58 |
* | fix #17177 (#17243) | flywind | 2021-03-03 | 1 | -2/+3 |
* | make jsconsole.assertion errors less confusing in logs (#17179) | Timothee Cour | 2021-02-25 | 1 | -1/+1 |
* | asyncjs: add `then`, `catch` for promise pipelining (#16871) | Timothee Cour | 2021-02-24 | 1 | -3/+66 |