claudiodangelis/dart_regexp_tester

Bad pattern causes application to freeze with javascript compiled version

claudiodangelis opened this issue · 0 comments

A pattern like this:

[0-9]*

or

asd*

or whatever you want (excepted a dot) followed by an asterix, causes code to hang and freeze the browser if you're running the javascript compiled version.

The Dart version doesn't seem to be affected, so I believe it's a dart2js compiler's bug.