dart-archive / ts2dart

ts2dart TypeScript to Dart transpiler
Apache License 2.0
180 stars 61 forks source link

Fix RegExp.exec (#194) #365

Closed ochafik closed 8 years ago

ochafik commented 8 years ago
ochafik commented 8 years ago

Now forbidding exec call on non-literals (since we can't easily replicate the multiple-calls-on-same-global-regexp case).

mprobst commented 8 years ago

LGTM.