natpryce
03/13/2018, 6:46 PMmarcinmoskala
03/14/2018, 7:17 AMnatpryce
03/14/2018, 7:17 AMmarcinmoskala
03/14/2018, 11:02 AMnatpryce
03/14/2018, 11:02 AMmarcinmoskala
03/14/2018, 11:03 AMnatpryce
03/14/2018, 11:03 AMexpect
declarations for all of the DOM APIs I use.expect
types in the common module and identical actual
implementations for JS and JVM platformsilya.gorbunov
03/14/2018, 2:41 PMIf IntelliJ could work well with the same source directory being used by multiple modules, then multiplatform projects would require no new language features.Yeah, if that was true we wouldn't have to invent all these expects and actuals.
natpryce
03/15/2018, 9:16 AMexpect
a type without constraining its definition to be a class or interface, then I’d not have to write lots of wrapper types and boilerplate to forward to identical APIs on each platform — I could just use actual typedef
.expect
types and actual typedef
declarations, which is tedious, but maybe I could write an IDL generator for that.