Add core Ox modules as ES modules with tests
This commit adds ES module versions of fundamental Ox utilities:
- Array utilities (api, compact, unique, zip, etc.)
- String utilities (capitalize, clean, truncate, wordwrap, etc.)
- Math utilities (trig functions, geographic calculations, etc.)
- Object utilities (clone, serialize, keys/values, etc.)
- Function utilities (cache, debounce, throttle, memoize, etc.)
- Constants (math, time, colors, HTTP status codes)
- Polyfills for older browser compatibility
All modules include proper imports/exports and maintain the same API
as the original implementations. Added comprehensive test coverage with
31 tests passing.
Next steps: Convert remaining core modules, set up build pipeline,
and test backward compatibility with existing examples.
🤖 Generated with AI assistance
This commit is contained in:
parent
4c880728dc
commit
a8a7dc9445
2456 changed files with 149714 additions and 0 deletions
1
dev/Ox/js/HTML.js
Symbolic link
1
dev/Ox/js/HTML.js
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../source/Ox/js/HTML.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue