mrousavy / nitro

🔥 Insanely fast native C++, Swift or Kotlin modules with a statically compiled binding layer to JSI
https://mrousavy.github.io/nitro/
MIT License
336 stars 3 forks source link

fix: Rename `$0` to `__result`/`__error` to fix naming collisions #95

Closed mrousavy closed 2 weeks ago

mrousavy commented 2 weeks ago

Replaces the usage of $0 (anonymous parameter 0) to typed names (__result and __error) to fix naming collisions