ethanblake4 / dart_eval

Extensible Dart interpreter for Dart with full interop
https://pub.dev/packages/dart_eval
BSD 3-Clause "New" or "Revised" License
334 stars 40 forks source link

Is it possible to bridge extension methods #158

Closed Noobware1 closed 11 months ago

Noobware1 commented 11 months ago

I know extensions are not currently supported but I was thinking is it possible to bridge predefined ones?

ethanblake4 commented 11 months ago

No, extension methods aren't currently supported via either bridge or eval code unfortunately.