Meirion Hughes

Results 42 issues of Meirion Hughes

Use of generics (with static type arguments) in source code should be supported by static type check.

feature-request
difficulty: moderate

### Primary Classes - AuLint - perform linting (as configured) of a html file and return results. - AuProject - maintain Aurelia resources, lint templates, report results (event).

breaking-change
epic

Aurelia allows binding to locals that may not exist initially. example (ref): ``` ${someName.attributes['expanded'].value} ``` currently this will throw an error that `someName` is missing from `Foo`. > requires #106,...

feature-request

Basic child checking implemented as ValidChildRule (see config). Full validation checking of each element's children would be better. references: https://www.w3.org/TR/html5/dom.html#flow-content-1

feature-request
rule
triaged

Upon finding a converter: ``` ${some.value | booBoo} ``` should do the following: - reverse naming convention: `booBoo` > `BooBooValueConverter` - look for `{caller-base-path}\boo-boo.ts` - fallback: look for any module...

feature-request

Should resolve inline type literals and advanced types ``` field1:{property:string} field2:A|B field3:A&B field3:C ``` where `export type C = {property:string}`

feature-request
triaged

@ppn2 commented on [Tue Aug 09 2016](https://github.com/MeirionHughes/gulp-aurelia-template-lint/issues/8) Many times while using slot and replaceable template, the target element might introduce overriding context. At this moment the linter does not recognize...

feature-request
triaged

Need another round of refactoring; `binding.ts` is far too big...

refactor

``` js @inlineView(markup, dependencies?) ```

feature-request