I know a lot changed since Using Dart classes from JavaScript
It is now possible to use dart classes inside Javascript?
I have some classes that call some APIs that I want to use in my Javascript app for the web.
I know a lot changed since Using Dart classes from JavaScript
It is now possible to use dart classes inside Javascript?
I have some classes that call some APIs that I want to use in my Javascript app for the web.
windoworcontextdartdevcseems to output the code I want but the docs say I shouldn't use it. Even so, it complains about not knowing wheredart_sdkis inconst dart_sdk = require('dart_sdk')stagehand package-simpleand I want to compile it to its JS counterpart. How doeswebdev builddoes it and I can't?