Rodney, Tiara
e177c58312
feat(util/regexp): init
2025-05-01 21:05:13 +02:00
Rodney, Tiara
0f05fdae7b
feat(util/string): init
2025-05-01 21:03:59 +02:00
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
a5e2df99ce
refactor(src): introduce submodules
2025-04-25 23:02:53 +02:00
Rodney, Tiara
5baeb0f441
chore: remove redundant sources
...
Well this started a little messy and I didn't really stick to atomicity. This
was the first script I've written, which was later transferred to the index.
It's the same code just with less structure and some funcitionality missing...
2025-04-25 18:47:49 +02:00
Rodney, Tiara
f07020875d
refactor: change module layout
...
as I've migrated from the idea of having a single mono-repo for all things ESM,
this repo will be solely for logging
2025-04-25 17:59:50 +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
32636217ee
fix(logging): complete implementation of base
...
no compiler errors, for now.
2025-04-25 16:13:01 +02:00
Rodney, Tiara
3ab6ad635b
feat(logging): add handler, formatter and formatter style base
2025-04-25 16:13:00 +02:00
Rodney, Tiara
a6ed4f7919
chore: remove artifacts
2025-04-25 16:13:00 +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