Parse fails with simple js script.

Issue #1 resolved
Tiago Ribeiro created an issue

Stipple is failing to parse a template file with a simple script:

<script>
    var configMap = { };
</script>

This is a very common use case, can you confirm the problem?

Comments (4)

  1. Niel Drummond repo owner

    Yes, the lexer is not working with single '{' for simple content.. I'll write up a test case and fix, thanks for the report.

  2. Log in to comment