Ats Uiboupin
Ats Uiboupin
Yeah, i guess this would need to be whitelisted somehow (as string in configuration or perhaps using a decorator)
I supposed `BindingBehavior`s can globalized the same way
I'm wondering, whether the examples should eventually be embedded from actual tests? That can't be done on github repo markdown pages, but it could be done in html (and could...
I agree, that's why i mentioned > eventually as i understand it needs some effort
@MeirionHughes, keep in mind, that VSCode is just one potential IDE that might use it to create better Aurelia (IDE) plugin - don't add anything VSCode specific there :) @denofevil...
Note, value converters can be registered globally as well.
...And imported using require tag.
Yeah, that might be a problem with global VCs, but not with require tags
I'll send a PR with test soon
The [PR](https://github.com/MeirionHughes/aurelia-template-lint/pull/129) is ready to be merged - it currently works with simple expressions (such as `@computedFrom("field1", "missingField1")`), but ignores expressions containing `.`, such as `@computedFrom("item.field")` - I think it...