Expose JS function outside of SDK #31891
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
closed-as-intended
Closed as the reported issue is expected behavior
type-enhancement
A request for a change that isn't a bug
web-js-interop
Issues that impact all js interop
What do you think about exposing JS function outside of SDK code? This is very useful optimization, can be used by framework-level code.
JS('var', '#[#]', this, index);
Kotlin does this already https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/js.html
The text was updated successfully, but these errors were encountered: