nino-porcino
nino-porcino
@niemyjski yes the missing `require` is a problem. Also I don't think your hack covers all the cases, consider for example: ``` ts import _ from "lodash"; ``` which translates...
Hi, just to let you know that I fixed the code in order to pass all the [VICE tests for TOD](https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/CIA/tod/). I hope that can help you for a possible...
Do you mean that the returned value from `riot.mount` should be a jQuery element too? The problem is that RiotTS does not depend on jQuery, so the type is not...
Sorry, I thought this was an issue and not a pull request :-). Anyway, since `riot.d.ts` is generated automatically, the change need to be done directly on `riot.ts`. Also, since...
Sorry the docs are messy, see [RiotTS-helloworld](https://github.com/nippur72/RiotTS-helloworld) for a very simple example.
It seems there's a problem in the way we transfer properties from the typescript class object to the riot tag object. The transfer is limited to properties in `element.prototype` only...
I'm not acquainted with server-side rendering, but I guess in theory it should be possible. Do you have any example to look at?
so the problem is that you can't mount an element that was previously registered? Please keep in mind that in a module-based scenario, the `.ts` file of an element must...
it's difficult to say. The only thing that comes into my mind is having two `riot` instances, you are registering in one but mounting with the other (just guessing). If...
@dharmax sent it to `[email protected]`