microsoft / devicescript

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

compiler warning about `.toString()` #345

Closed mmoskal closed 1 year ago

mmoskal commented 1 year ago

Due to #41 we should not allow users add toString() method to a class. Users should use a different name not get tricked into thinking that that would be implicitly called.