We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm submitting a feature request
A placeholder issue for utilizing the extension framework when it lands: microsoft/TypeScript#6508
It should simplify and improve this extension quite a bit.
The text was updated successfully, but these errors were encountered:
FYI it looks like this is now released: https://blogs.msdn.microsoft.com/typescript/2017/04/27/announcing-typescript-2-3/
Sorry, something went wrong.
syntax highlight / add features inside template tags in the following scenarios:
class El { static view = '<template></template>' } class El { static view = { template: `<template></template>`, dependencies: .... } } class El { static view() { return { template: `<template></template>`, ... } }
related: aurelia/templating#614
@inlineView('<template></template>')
also nice if the expression inside listener can be highlight differently,
<button click.trigger="onClick($event)"></button>
onClick($event) is currently treated as a string
onClick($event)
No branches or pull requests
I'm submitting a feature request
A placeholder issue for utilizing the extension framework when it lands: microsoft/TypeScript#6508
It should simplify and improve this extension quite a bit.
The text was updated successfully, but these errors were encountered: