Hi All, I have @file:JsExport on some of my class...
# multiplatform
a
Hi All, I have @file:JsExport on some of my classes that I expose to the developer, but the IR compiler does not add the necessary dependent namespaces in the *.ts file. Do I have to export ALL my classes or is there a way to have the compiler generate the namespace references? Thanks!