Nico
10/03/2020, 10:40 AM@JsExport
? My use case is sharing code between TS frontend and Kotlin/JVM backend, without having to rewrite my frontend in K/JS - right now I am just publishing the .d.ts
and .js
fat files and downloading them manually, which is a hackturansky
10/03/2020, 1:46 PMturansky
10/03/2020, 1:47 PMNico
10/03/2020, 1:59 PMNico
10/03/2020, 1:59 PMturansky
10/03/2020, 2:33 PMturansky
10/03/2020, 2:36 PMNico
10/03/2020, 2:56 PMjanvladimirmostert
10/06/2020, 7:55 AM"dependencies": {
"lit-html": "^1.3.0",
"rez-property-rez-account": "../../../build/library/rez-property-rez-account",
"rez-property-rez-util": "../../../build/library/rez-property-rez-util",
"rez-property-rez-dashboard": "../../../build/library/rez-property-rez-dashboard",
"tslib": "^2.0.1"
},
janvladimirmostert
10/06/2020, 7:57 AM