Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Warn on missing closing }} #172

Open
arv opened this issue Jul 10, 2014 · 1 comment
Open

Warn on missing closing }} #172

arv opened this issue Jul 10, 2014 · 1 comment
Assignees

Comments

@arv
Copy link
Contributor

arv commented Jul 10, 2014

Given the following:

<template bind>
  {{ xyz
</template>

We should console.warn here.

@eseidel
Copy link

eseidel commented Jul 10, 2014

<template if='xyz}}'></template> would also be nice to warn on.
Or hell, even <template if='xyz'>. Like compilers warn when you make a syntax error or your if clause evaluates to a constant, seems fitting for Polymer's template compiler to too.

@arv arv added the p3 label Aug 14, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants