Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(syntax): grammer support for Aurelia attributes and elements
* feat(syntax): initial cleanup & adding test cases * fix(bindable): scope bindable attribute as bindable.attribute.html.au * fix(containerless): scope containerless as containerless.attribute.html.au * test(containerless): extend test cases * refactor(containerless): move test to seperate file * refactor(view-model): move test to seperate file * refactor(router-view): move test to seperate file * refactor(compose): move test to seperate file * refactor(repeat.for): move test to seperate file * refactor(model): move test to seperate file * refactor(view): move test to seperate file * refactor(controller): move test to seperate file * refactor(if): move test to seperate file * refactor(if): move over rest of test cases * refactor(show): move test to seperate file * refactor(string interpolation): move test to seperate file * refactor(bindable): move test to seperate file * refactor(generic html): move test to seperate file * fix(ref): tokenizing ref attribute with ref.attribute.html.au instead of ref.html.au * fix(databindings): tokenizing databindigs attributes with databinding.attribute.html.au instead of databinding.html.au * fix(invoke): tokenizing invoking attributes with invoke.attribute.html.au instead of invoke.html.au * fix(compose): tokenize compose with compose.element.html.au instead of compose.html.au * fix(router-view): tokenize begin and end as meta * fix(tag.other): shift order of compose & router-view and remove not check on tag other * fix(compose): tokenize begin and end as meta * feat(theme): update themes to match the element & attribute html.au scopes * refactor(test): fixup test names * style(test): tslint
- Loading branch information