bigopon
bigopon
We may also need to decide whether we want to turn contextual properties (e.g repeat) into computed, because after this PR the timing between `$index` and computed `$index` will be...
superseded by #2188
resolved by #2130 , thanks @Lakerfield This is out in beta 24
Thanks for the issue @TimScholten97. When you upgraded, did you ensure you have no duplicate modules?
@ekzobrain did you have the order of expected behavior and current behavior swapped by any chance? I see this in the log  which matches the behavior you described as...
with latest changes, this is the behavior does it match your expectation?
> au1 cli is in maintenance mode. I am not sure do we want to do the ts convertion @bigopon? My concern is that our unit test coverage is not...
Hmm I don't think we can dismiss that usage, which means we cannot merge this PR as it is. I remember I used to try to make our plugin to...
Currently, whenever a `.html` import is encountered, it's automatically converted to `.$au.ts` import. With this behavior, convention gets turned on by default, and requires application to opt-out with `?raw` to...
Thanks @3cp I think that would be very good. We can also extend it further later into `.au` extension, for single file thing if we ever want to. The question...