You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, new Language().pending is an error because Language doesn't redeclare pending. But unless you try to access .pending in TS code, TS compiler won't warn you about it. Should linter do that?
Here's an example:
model.ts
app.ts
app.html
Results of linting via
gulp-aurelia-template-lint
:Here's the code in an app, complete with gulp and gulp-aurelia-template-lint: gronostajo/aurelia-template-lint-bug
The text was updated successfully, but these errors were encountered: