syntax error on empty variable tag

This commit is contained in:
Ilya Puchka
2019-01-12 22:10:21 +00:00
parent 0f18d43d9e
commit 693565ddda
4 changed files with 15 additions and 3 deletions

View File

@@ -23,6 +23,10 @@ _None_
[Ilya Puchka](https://github.com/ilyapuchka)
[#254](https://github.com/stencilproject/Stencil/pull/254)
- Throw syntax error on empty variable tags (`{{ }}`) instead `fatalError`.
[Ilya Puchka](https://github.com/ilyapuchka)
[#263](https://github.com/stencilproject/Stencil/pull/263)
### Internal Changes
- `Token` type converted to struct to allow computing token components only once.