nino-porcino

Results 63 comments of nino-porcino

On this repo, switch to the `es6` branch and look under the `es6` directory, there is a small example (`index.html`). Anyway it's not working because there is an issue regarding...

Yes `@template` is overridden because this is how classes are supposed to work. But perhaps in your case you just need to have a 3rd element which is a common...

I will look into it. The problem is that `riot-ts` actually works only with bower. Mostly I was waiting for [this typescript feature](https://github.com/Microsoft/TypeScript/issues/7125) of TypeScript 2.0 (hopefully to be released...

yes please I am interested, I struggled the whole day trying to make it work. The source of trouble was mostly TypeScript because of its way of handling modules. I...

this is an unsolved Riot (not RiotTS) problem we friendly call it "parent.parent hell". It's because Riot changes the evaluation context when there is a nested tag. No other template...

I will look at the [migration guide](http://riotjs.com/guide/migration-from-riot2/) in the weekend and see what's needed to update RiotTS. I guess it should be straightforward.

Unfortunately I am no longer able to maintain it, anyway things have changed a lot since this repo was conceived, I guess now this could be just a `.d.ts` to...

unfortunately spaces are needed to make source source maps work (input and output file have a 1:1 correspondence on a character basis).

I would say it's desidered behaviour: what comes after the `if` is evaluated as a plain JavaScript expression, so throwing `ReferenceError` is expected to happen if `STATS` is not defined...

but if they are absent, how do you know their names in order to turn them into `false`?