-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.closed-as-intendedClosed as the reported issue is expected behaviorClosed as the reported issue is expected behaviortype-enhancementA request for a change that isn't a bugA request for a change that isn't a bugweb-js-interopIssues that impact all js interopIssues that impact all js interop
Description
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
DisDis and kevmoo
Metadata
Metadata
Assignees
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.closed-as-intendedClosed as the reported issue is expected behaviorClosed as the reported issue is expected behaviortype-enhancementA request for a change that isn't a bugA request for a change that isn't a bugweb-js-interopIssues that impact all js interopIssues that impact all js interop