Commit graph

6 commits

Author SHA1 Message Date
Rodney, Tiara
0d2f45fe31
feat: add polyfill for RegExp.escape
the method is currently in ECMAScript standard draft 4 and not yet adopted
broadly enough. V8 has basic support, but I'm not betting on it coming soon, so
I've implemented a simple polyfill.
2025-05-01 19:25:37 +02:00
Rodney, Tiara
bd4febe6f3
chore: redefine tsc config 2025-04-25 17:50:00 +02:00
Rodney, Tiara
fcda3b1952
chore: rename release target
Getting Rusty up in here...
2025-04-25 17:27:15 +02:00
Rodney, Tiara
7a70ed28c3
feat: initialize tests, docs and refactor 2025-04-25 16:17:46 +02:00
Rodney, Tiara
c297e3f4ef
feat(init): publishing 2025-04-25 16:17:37 +02:00
Rodney, Tiara
d27f6c65c1
init: working state
compiler + test suite are fine. logging module started, I'd say about 50%
complete.
2025-04-25 16:12:52 +02:00