hoho / grunt-conkitty

Compile Conkitty Templates
MIT License
2 stars 0 forks source link

Parsing error when using regexp literals #4

Open Hypnosphi opened 9 years ago

Hypnosphi commented 9 years ago
my-template
    (/\(/.exec('(')[0])

Unterminated JavaScript (line: 2, col: 5):
  (/\(/.exec('(')[0])
  ^
hoho commented 9 years ago

A bug in Conkitty parser, fixed. Please update to grunt-conkitty@0.5.17.

hoho commented 9 years ago

It looks like I've fixed one thing and broken another. It'll take a bit of time to fix: https://github.com/hoho/conkitty/issues/4.