angular-gettext icon indicating copy to clipboard operation
angular-gettext copied to clipboard

String extraction from JS broken by async/await

Open johsin18 opened this issue 10 years ago • 0 comments

I use Traceur to precompile from ES6 to ES. In addition, it supports async/await already. However, as soon as there is either async or await in a JS file, it cannot be parsed by nggettext_extract anymore, and no strings are extracted.

johsin18 avatar May 21 '15 05:05 johsin18