microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.24k stars 113 forks source link

added encodeURIComponent function interface and tests #558

Closed Bohemus307 closed 11 months ago

Bohemus307 commented 11 months ago

Added function encodeURIComponent and a interface for the function in core

Added tests for function in run-tests

pelikhan commented 11 months ago

@Bohemus307 when you're ready, i will take care of the merge/fix with the submodules.

Bohemus307 commented 11 months ago

Ok @pelikhan, it should be good now but please let me know.

pelikhan commented 11 months ago

It's in! Thank you!